diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-30 12:42:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-30 12:42:58 +0100 |
commit | 460c8b7a43434d1c914b654f5940a087bbe9019e (patch) | |
tree | 6647e18e8fda54b8bc64bb402b31ea76651d7595 /docs/interfaces/loopback.rst | |
parent | ce35b285a9a90c73343d32165f25991ea6b63ab8 (diff) | |
download | vyos-documentation-460c8b7a43434d1c914b654f5940a087bbe9019e.tar.gz vyos-documentation-460c8b7a43434d1c914b654f5940a087bbe9019e.zip |
loopback: smoothen IPv6 address description
Diffstat (limited to 'docs/interfaces/loopback.rst')
-rw-r--r-- | docs/interfaces/loopback.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/interfaces/loopback.rst b/docs/interfaces/loopback.rst index ccdc88e5..2d554de4 100644 --- a/docs/interfaces/loopback.rst +++ b/docs/interfaces/loopback.rst @@ -21,9 +21,8 @@ Address .. cfgcmd:: set interfaces loopback lo address <address> Configure Loopback interface `lo` with one or more interface addresses. - - * **address** can be specified multiple times as IPv4 and/or IPv6 address, - e.g. 192.0.2.1/24 and/or 2001:db8::1/64 + Address can be specified multiple times as IPv4 and/or IPv6 address, e.g. + 192.0.2.1/24 and/or 2001:db8::1/64. Link Administration ------------------- |