diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-14 12:46:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-14 13:03:34 +0100 |
commit | 5868cbeba1bd9a4c3daaad7aa81af5c45e00cd16 (patch) | |
tree | 7adbfc4f0c17148615de9b29a5c18a5c11b3967f /interface-definitions | |
parent | a2062824f21432031e65db0f16954f18aba19bec (diff) | |
download | vyos-1x-5868cbeba1bd9a4c3daaad7aa81af5c45e00cd16.tar.gz vyos-1x-5868cbeba1bd9a4c3daaad7aa81af5c45e00cd16.zip |
bgp: T2844: add IPv4 disable-send-community support
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index d7bc86aff..01463ed57 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -468,25 +468,6 @@ #include <include/bgp-description.xml.i> #include <include/bgp-disable-capability-negotiation.xml.i> #include <include/bgp-disable-connected-check.xml.i> - <node name="disable-send-community"> - <properties> - <help>Disable sending community attributes to this neighbor (IPv4)</help> - </properties> - <children> - <leafNode name="extended"> - <properties> - <help>Disable sending extended community attributes to this neighbor (IPv4)</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="standard"> - <properties> - <help>Disable sending standard community attributes to this neighbor (IPv4)</help> - <valueless/> - </properties> - </leafNode> - </children> - </node> #include <include/bgp-ebgp-multihop.xml.i> <node name="interface"> <properties> |