diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-14 10:09:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-14 10:09:50 +0100 |
commit | d468102e66ff7ed784d794e6884983669bba108e (patch) | |
tree | 0890ccf753d54e8560f5520cebca9a8a39bbbed7 /interface-definitions | |
parent | 0c814f19cdc81360005055dbf24b627ba6449877 (diff) | |
download | vyos-1x-d468102e66ff7ed784d794e6884983669bba108e.tar.gz vyos-1x-d468102e66ff7ed784d794e6884983669bba108e.zip |
bgp: T3308: add graceful-shutdown option
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index 13caa7b63..d7bc86aff 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -852,6 +852,12 @@ </leafNode> </children> </node> + <leafNode name="graceful-shutdown"> + <properties> + <help>Graceful shutdown</help> + <valueless/> + </properties> + </leafNode> <leafNode name="log-neighbor-changes"> <properties> <help>Log neighbor up/down changes and reset reason</help> |