diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-16 20:41:39 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-16 20:41:39 +0200 |
commit | 53d32756f08b76f87f86ab21ef4b542e2e2b0562 (patch) | |
tree | be230c4ff60e0b80091408046e35d0df0e2db0a0 | |
parent | 36a6f3771fd78b3d035d44679411f5e648fb90f2 (diff) | |
download | vyos-1x-53d32756f08b76f87f86ab21ef4b542e2e2b0562.tar.gz vyos-1x-53d32756f08b76f87f86ab21ef4b542e2e2b0562.zip |
policy: T3624: remove duplicate CLI node for "bgp-extcommunity-rt"
Key was already present as "extcommunity-rt".
-rw-r--r-- | interface-definitions/policy.xml.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 7bee8d635..8cba17330 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -925,15 +925,6 @@ <valueless/> </properties> </leafNode> - <leafNode name="bgp-extcommunity-rt"> - <properties> - <help>Set route target value</help> - <valueHelp> - <format><aa:nn></format> - <description>ExtCommunity in format: asn:value</description> - </valueHelp> - </properties> - </leafNode> <node name="comm-list"> <properties> <help>Border Gateway Protocol (BGP) communities matching a community-list</help> |