NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Vrf.xml
Lubomir Rintel 2df493c00d introspection: fix punctuation and capitalization
Sentences start with a capital letter and end with a period, even if
they are really really short.
2022-03-22 14:48:45 +01:00

19 lines
367 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>