diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-03 14:21:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-03 14:21:30 +0200 |
commit | 9c6bfbfb707f5503c06b40fef20c3bc8acbbc0f1 (patch) | |
tree | 6a6d0ebf36bba54be2a9710081393575ec379734 /docs | |
parent | 64aca3a683fb7b86483da2bd5853502add69ca21 (diff) | |
download | vyos-documentation-9c6bfbfb707f5503c06b40fef20c3bc8acbbc0f1.tar.gz vyos-documentation-9c6bfbfb707f5503c06b40fef20c3bc8acbbc0f1.zip |
Service: DHCP: fix unicode characters
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ch11-services.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ch11-services.rst b/docs/ch11-services.rst index e407a6dd..2812a31a 100644 --- a/docs/ch11-services.rst +++ b/docs/ch11-services.rst @@ -72,8 +72,8 @@ Static mappings MAC/IP .. code-block:: sh - set service dhcp‐server shared‐network‐name dhcpexample subnet 172.16.17.0/24 static‐mapping static-mapping-01 ip‐address 172.16.17.10 - set service dhcp‐server shared‐network‐name dhcpexample subnet 172.16.17.0/24 static‐mapping static-mapping-01 mac‐address ff:ff:ff:ff:ff:ff + set service dhcp-server shared-network-name dhcpexample subnet 172.16.17.0/24 static-mapping static-mapping-01 ip-address 172.16.17.10 + set service dhcp-server shared-network-name dhcpexample subnet 172.16.17.0/24 static-mapping static-mapping-01 mac-address ff:ff:ff:ff:ff:ff Explanation ^^^^^^^^^^^ |