diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-03 10:29:50 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-03 08:30:56 +0000 |
commit | 73dee8355b94cb6e12ee4e60950063dc221cd37b (patch) | |
tree | 96caa96204a85cc698648eea0f4e444477ea6d70 /docs/configuration/service/router-advert.rst | |
parent | 4d987ff267b262375520c4596509b1d0c656104f (diff) | |
download | vyos-documentation-73dee8355b94cb6e12ee4e60950063dc221cd37b.tar.gz vyos-documentation-73dee8355b94cb6e12ee4e60950063dc221cd37b.zip |
router-advert: T6681: add new option "no-send-interval" (#1534)mergify/bp/sagitta/pr-1534
(cherry picked from commit ac6681ca8baab2546ba4522913147582a058de64)
Diffstat (limited to 'docs/configuration/service/router-advert.rst')
-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 ca558b6a..3efc3454 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 |