mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 09:10:10 +01:00
18 lines
365 B
XML
18 lines
365 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<node name="/">
|
||
|
|
<!--
|
||
|
|
org.freedesktop.NetworkManager.Device.Vrf:
|
||
|
|
@short_description: VRF Device
|
||
|
|
|
||
|
|
-->
|
||
|
|
<interface name="org.freedesktop.NetworkManager.Device.Vrf">
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Table:
|
||
|
|
|
||
|
|
The routing table of the VRF.
|
||
|
|
-->
|
||
|
|
<property name="Table" type="u" access="read"/>
|
||
|
|
</interface>
|
||
|
|
</node>
|