8 Commits

Author SHA1 Message Date
srividya0208
acbbcd0064
Update tunnelbroker-ipv6.rst
The options  'no-autonomous-flag', 'no-on-link-flag', 'preferred-lifetime', and 'valid-lifetime' are available while configuring the prefix for router-advert service. If these options are not specifically configured, then its takes the default ones.

                'autonomous_flag' : 'on',
                'on_link' : 'on',
                'preferred_lifetime': 14400,
                'valid_lifetime' : 2592000
2020-07-22 12:32:19 -05:00
Christian Poessinger
1992aededa router-advert: adjust to new CLI syntax 2020-03-24 21:19:22 +01:00
Christian Poessinger
4149dc4f15 appendix: tunnelbroker: use 80 character line break 2020-01-23 06:41:07 +01:00
Christian Poessinger
fad3736ed1 appendix: tunnelbroker: use documented section style guide 2020-01-23 06:36:06 +01:00
Christian Poessinger
269023845a Refactor "code-block:: console" to "code-block:: none" 2019-11-28 21:41:32 +01:00
Christian Poessinger
a71cdcec33 docs: remove all trailing whitespaces
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
2019-11-28 21:26:14 +01:00
Christian Poessinger
6aa3cbb611 Refactor "code-block:: sh" to "code-block:: console"
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
2019-11-27 17:20:38 +01:00
kroy
ba2f60d062 VyOS Tunnelbroker.net Example 2019-09-12 15:15:57 -05:00