diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-01 13:30:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-01 13:30:25 +0200 |
commit | e79c037e8edd287c2609d274aa54d6563ee7bc29 (patch) | |
tree | 39b13145d7d885a6b838de08c97e1845f501ddfd /docs | |
parent | e075fc0d157ba2bb2a0a7c1176813b1d5558138f (diff) | |
download | vyos-documentation-e79c037e8edd287c2609d274aa54d6563ee7bc29.tar.gz vyos-documentation-e79c037e8edd287c2609d274aa54d6563ee7bc29.zip |
Add missing newline in code-block for network interfaces
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ch05-network-interfaces.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ch05-network-interfaces.rst b/docs/ch05-network-interfaces.rst index 55506ca7..892d17a9 100644 --- a/docs/ch05-network-interfaces.rst +++ b/docs/ch05-network-interfaces.rst @@ -65,6 +65,7 @@ Ethernet interfaces allow for the configuration of speed, duplex, and hw-id Resulting in: .. code-block:: sh + ethernet eth1 { address 192.168.0.1/24 description INSIDE |