diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-11 10:27:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-11 10:28:00 +0100 |
commit | 54675c2cc9aa9c1315478107cce14e5ba23d865e (patch) | |
tree | 2ec5a4430922771c46a0ab16ffe896f09e0edf13 /interface-definitions | |
parent | e89f48269e96f0b558dd3d427c4cc89abd585c3f (diff) | |
download | vyos-1x-54675c2cc9aa9c1315478107cce14e5ba23d865e.tar.gz vyos-1x-54675c2cc9aa9c1315478107cce14e5ba23d865e.zip |
policy: T4170: rename "policy ipv6-route" -> "policy route6"
In order to have a consistent looking CLI we should rename this CLI node.
There is:
* access-list and access-list6 (policy)
* prefix-list and prefix-list6 (policy)
* route and route6 (static routes)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/policy-route.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/policy-route.xml.in b/interface-definitions/policy-route.xml.in index ee456a82b..4ce953b52 100644 --- a/interface-definitions/policy-route.xml.in +++ b/interface-definitions/policy-route.xml.in @@ -2,7 +2,7 @@ <interfaceDefinition> <node name="policy"> <children> - <tagNode name="ipv6-route" owner="${vyos_conf_scripts_dir}/policy-route.py"> + <tagNode name="route6" owner="${vyos_conf_scripts_dir}/policy-route.py"> <properties> <help>Policy route rule set name for IPv6</help> <priority>201</priority> |