diff options
author | Christian Breunig <christian@breunig.cc> | 2024-10-07 17:13:14 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-10-07 17:17:42 +0200 |
commit | 9c291d115d987cc635d1ef56898119c7d2bdfee6 (patch) | |
tree | c06e2e25705abe13d53bebe9e7598728b45113e1 /interface-definitions/policy_local-route.xml.in | |
parent | 051cb6fbe2a9e4b8008bf21cec33eb2b8385305d (diff) | |
download | vyos-1x-9c291d115d987cc635d1ef56898119c7d2bdfee6.tar.gz vyos-1x-9c291d115d987cc635d1ef56898119c7d2bdfee6.zip |
xml: T6430: add re-usable vrf CLI node for firewall and pbr
Diffstat (limited to 'interface-definitions/policy_local-route.xml.in')
-rw-r--r-- | interface-definitions/policy_local-route.xml.in | 38 |
1 files changed, 2 insertions, 36 deletions
diff --git a/interface-definitions/policy_local-route.xml.in b/interface-definitions/policy_local-route.xml.in index 5235a668a..9f6588db8 100644 --- a/interface-definitions/policy_local-route.xml.in +++ b/interface-definitions/policy_local-route.xml.in @@ -39,24 +39,7 @@ </completionHelp> </properties> </leafNode> - <leafNode name="vrf"> - <properties> - <help>VRF to forward packet with</help> - <valueHelp> - <format>txt</format> - <description>VRF instance name</description> - </valueHelp> - <valueHelp> - <format>default</format> - <description>Forward into default global VRF</description> - </valueHelp> - <completionHelp> - <list>default</list> - <path>vrf name</path> - </completionHelp> - #include <include/constraint/vrf.xml.i> - </properties> - </leafNode> + #include <include/firewall/vrf.xml.i> </children> </node> <leafNode name="fwmark"> @@ -131,24 +114,7 @@ </completionHelp> </properties> </leafNode> - <leafNode name="vrf"> - <properties> - <help>VRF to forward packet with</help> - <valueHelp> - <format>txt</format> - <description>VRF instance name</description> - </valueHelp> - <valueHelp> - <format>default</format> - <description>Forward into default global VRF</description> - </valueHelp> - <completionHelp> - <list>default</list> - <path>vrf name</path> - </completionHelp> - #include <include/constraint/vrf.xml.i> - </properties> - </leafNode> + #include <include/firewall/vrf.xml.i> </children> </node> <leafNode name="fwmark"> |