diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-06-24 06:13:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 06:13:31 +0200 |
| commit | 0752a2713694229d2cb7bef08ea6afc4800a82b2 (patch) | |
| tree | d97d7f8520990ed8066d07c6257b67eebece1339 /interface-definitions/include/bgp | |
| parent | e2ee2a254e89103fb8ea2d432d98af38c8c18384 (diff) | |
| parent | 64b15157fa2c95558f15778671e5e644db97f28d (diff) | |
| download | vyos-1x-0752a2713694229d2cb7bef08ea6afc4800a82b2.tar.gz vyos-1x-0752a2713694229d2cb7bef08ea6afc4800a82b2.zip | |
Merge pull request #4568 from factor2431/current
T7531: Add FRR no bgp ipv6-auto-ra option
Diffstat (limited to 'interface-definitions/include/bgp')
| -rw-r--r-- | interface-definitions/include/bgp/protocol-common-config.xml.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index 31c8cafea..ab016884e 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1596,6 +1596,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="no-ipv6-auto-ra"> + <properties> + <help>Disable IPv6 automatic router advertisement</help> + <valueless/> + </properties> + </leafNode> <leafNode name="no-suppress-duplicates"> <properties> <help>Disable suppress duplicate updates if the route actually not changed</help> |
