NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml
Beniamino Galvani 667568d1b2 core,libnm: add VRF support
Add VRF support to the daemon. When the device we are activating is a
VRF or a VRF's slave, put routes in the table specified by the VRF
connection.

Also, introduce a VRF device type in libnm.
2020-01-14 09:51:56 +01:00

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>