diff options
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index a6c67e9dd..f1895598e 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -7,19 +7,12 @@ <priority>210</priority> </properties> <children> - <node name="disable-bind-to-all"> + <leafNode name="bind-to-all"> <properties> - <help>Disable services running on the default VRF from other VRF (ssh, bgp, ...)</help> + <help>Enable binding services to all VRFs</help> + <valueless/> </properties> - <children> - <leafNode name="ipv4"> - <properties> - <valueless/> - <help>Enable binding across all VRF domains for IPv4</help> - </properties> - </leafNode> - </children> - </node> + </leafNode> <tagNode name="name"> <properties> <help>VRF instance name</help> |