diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-31 21:24:35 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-09-02 21:18:51 +0200 |
commit | d411c1f50fae70e6f64ecb31bfb423b20cf66a6e (patch) | |
tree | 2af220823e5950b43630a0f452da46bcdd644861 /docs/configuration/service | |
parent | a78cb7a7cb2b21855e193d48e7c87edf403e2d14 (diff) | |
download | vyos-documentation-d411c1f50fae70e6f64ecb31bfb423b20cf66a6e.tar.gz vyos-documentation-d411c1f50fae70e6f64ecb31bfb423b20cf66a6e.zip |
router-advert: T6681: add new option "no-send-interval"slaac-t6681
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/router-advert.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst index 8f984b10..365017dd 100644 --- a/docs/configuration/service/router-advert.rst +++ b/docs/configuration/service/router-advert.rst @@ -102,6 +102,13 @@ To disable advertisements without deleting the configuration: .. cfgcmd:: set service router-advert interface <interface> no-send-advert + If set, the router will no longer send periodic router advertisements and + will not respond to router solicitations. + +.. cfgcmd:: set service router-advert interface <interface> no-send-interval + + Advertisement Interval Option (specified by Mobile IPv6) is always included in + Router Advertisements unless this option is set. ******* Example |