summaryrefslogtreecommitdiff
path: root/docs/configuration/service/router-advert.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-12-11 16:02:04 +0100
committerrebortg <github@ghlr.de>2020-12-11 16:02:04 +0100
commitda08cd126cd9eee8284ed9a3d68d74be68087e76 (patch)
treecef3d5765dcab2f9c49775d91dde35580df05e70 /docs/configuration/service/router-advert.rst
parente0b72be4b9d08cd5f23141a87c192adc97e07a74 (diff)
downloadvyos-documentation-da08cd126cd9eee8284ed9a3d68d74be68087e76.tar.gz
vyos-documentation-da08cd126cd9eee8284ed9a3d68d74be68087e76.zip
service: fix lint errors
Diffstat (limited to 'docs/configuration/service/router-advert.rst')
-rw-r--r--docs/configuration/service/router-advert.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/router-advert.rst
index bc92f315..36fa600d 100644
--- a/docs/configuration/service/router-advert.rst
+++ b/docs/configuration/service/router-advert.rst
@@ -29,6 +29,8 @@ Enabling Advertisments
.. cfgcmd:: set service router-advert interface <interface> ....
+.. stop_vyoslinter
+
.. csv-table::
:header: "Field", "VyOS Option", "Description"
:widths: 10, 10, 20
@@ -45,11 +47,16 @@ Enabling Advertisments
"DNSSL", "dnssl", "DNS search list to advertise"
"Name Server", "name-server", "Advertise DNS server per https://tools.ietf.org/html/rfc6106"
+.. start_vyoslinter
+
+
Advertising a Prefix
''''''''''''''''''''
.. cfgcmd:: set service router-advert interface <interface> prefix 2001:DB8::/32
+.. stop_vyoslinter
+
.. csv-table::
:header: "VyOS Field", "Description"
:widths: 10,30
@@ -59,6 +66,7 @@ Advertising a Prefix
"preferred-lifetime","Time in seconds that the prefix will remain preferred (default 4 hours)"
"valid-lifetime","Time in seconds that the prefix will remain valid (default: 30 days)"
+.. start_vyoslinter
Disabling Advertisements
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -78,10 +86,10 @@ Example Configuration
interval {
max 600
}
- name-server 2001:4860:4860::8888
- name-server 2001:4860:4860::8844
+ name-server 2001:db8::1
+ name-server 2001:db8::2
other-config-flag
- prefix 2001:DB8:beef:2::/64 {
+ prefix 2001:db8:beef:2::/64 {
valid-lifetime 2592000
}
reachable-time 0