Merge branch 'master' into automation-doc-scripts

This commit is contained in:
Robert Göhler 2021-06-23 20:54:36 +02:00 committed by GitHub
commit 719a6de07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 108 additions and 8 deletions

@ -1 +1 @@
Subproject commit 78099bccc510c90ad7cfa5f56475ba024d5d53a7
Subproject commit 0de84e53c36604af2bac3b5d8eb00480f9623aa0

View File

@ -160,6 +160,7 @@ The default file looks like this:
# Any modifications required to work around unfixed bugs or use
# services not available through the VyOS CLI system can be placed here.
Postconfig on boot
------------------

View File

@ -8,6 +8,33 @@
_ext/releasenotes.py
2021-06-19
==========
* :vytask:`T3633` (feature): Add LRO offload for interface ethernet
* :vytask:`T3632` (bug): policy: route-map: unable to configure route-target / site-of-origin
2021-06-18
==========
* :vytask:`T3634` (feature): Add op command option for ping for do not fragment bit to be set
2021-06-17
==========
* :vytask:`T3631` (feature): route-map: migrate "set extcommunity-rt" and "set extcommunity-soo" to "set extcommunity rt|soo" to match FRR syntax
2021-06-16
==========
* :vytask:`T3623` (default): Fix for dummy interface option in the operational command "clear interfaces dummy"
* :vytask:`T2425` (feature): Rewrite all policy zebra filters to XML/Python style
* :vytask:`T3630` (feature): op-mode: add "show version kernel" command
2021-06-13
==========
@ -528,7 +555,7 @@
2021-02-16
==========
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.125 / 5.10.43
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.127 / 5.10.45
2021-02-14

View File

@ -8,6 +8,47 @@
_ext/releasenotes.py
2021-06-21
==========
* :vytask:`T3628` (bug): commit-archive source-address Interface Broken
* :vytask:`T3563` (default): commit-archive breaks with IPv6 source addresses
2021-06-20
==========
* :vytask:`T3637` (bug): vrf: bind-to-all didn't work properly
* :vytask:`T3639` (default): GCC preprocessor clobbers C comments
2021-06-19
==========
* :vytask:`T3633` (feature): Add LRO offload for interface ethernet
* :vytask:`T3632` (bug): policy: route-map: unable to configure route-target / site-of-origin
2021-06-18
==========
* :vytask:`T3634` (feature): Add op command option for ping for do not fragment bit to be set
* :vytask:`T3599` (default): Migrate NHRP to XML/Python
2021-06-17
==========
* :vytask:`T3624` (feature): BGP: add support for extended community bandwidth definition
2021-06-16
==========
* :vytask:`T3623` (default): Fix for dummy interface option in the operational command "clear interfaces dummy"
* :vytask:`T3630` (feature): op-mode: add "show version kernel" command
2021-06-13
==========
@ -621,7 +662,7 @@
==========
* :vytask:`T3313` (bug): ospfv3 interface missing options
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.125 / 5.10.43
* :vytask:`T3318` (feature): Update Linux Kernel to v5.4.127 / 5.10.45
2021-02-15

View File

@ -156,3 +156,33 @@ Operation
Two new files ``/config/auth/id_rsa_rpki`` and
``/config/auth/id_rsa_rpki.pub``
will be created.
.. opcmd:: generate public-key-commands name <username> path <location>
Generate the configuration mode commands to add a public key for
:ref:`ssh_key_based_authentication`.
``<location>`` can be a local path or a URL pointing at a remote file.
Supported remote protocols are FTP, HTTP, HTTPS, SCP/SFTP and TFTP.
Example:
.. code-block:: none
alyssa@vyos:~$ generate public-key-commands name alyssa path sftp://example.net/home/alyssa/.ssh/id_rsa.pub
# To add this key as an embedded key, run the following commands:
configure
set system login user alyssa authentication public-keys alyssa@example.net key AAA...
set system login user alyssa authentication public-keys alyssa@example.net type ssh-rsa
commit
save
exit
ben@vyos:~$ generate public-key-command user ben path ~/.ssh/id_rsa.pub
# To add this key as an embedded key, run the following commands:
configure
set system login user ben authentication public-keys ben@vyos key AAA...
set system login user ben authentication public-keys ben@vyos type ssh-dss
commit
save
exit

View File

@ -76,6 +76,10 @@ The third part is simply an identifier, and is for your own reference.
.. cfgcmd:: loadkey <username> <location>
**Deprecation notice:** ``loadkey`` has been deprecated in favour of
:opcmd:`generate public-key-commands` and will be removed in a future
version. See :ref:`ssh`.
SSH keys can not only be specified on the command-line but also loaded for
a given user with `<username>` from a file pointed to by `<location>.` Keys
can be either loaded from local filesystem or any given remote location

View File

@ -161,7 +161,7 @@ The plugin will warn on build if a headline has a duplicate name in the
same document. To prevent this warning you have to put a custom link on
top of the headline.
.. code-block::
.. code-block:: none
Section A
==========
@ -186,10 +186,6 @@ top of the headline.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr
Address space
^^^^^^^^^^^^^

View File

@ -36,6 +36,7 @@ section and are omitted from the output here):
bypass-route
count
deadline
do-not-fragment
flood
interface
interval