Service: DHCP: fix unicode characters

This commit is contained in:
Christian Poessinger 2018-10-03 14:21:30 +02:00
parent 64aca3a683
commit 9c6bfbfb70

View File

@ -72,8 +72,8 @@ Static mappings MAC/IP
.. code-block:: sh
set service dhcpserver sharednetworkname dhcpexample subnet 172.16.17.0/24 staticmapping static-mapping-01 ipaddress 172.16.17.10
set service dhcpserver sharednetworkname dhcpexample subnet 172.16.17.0/24 staticmapping static-mapping-01 macaddress 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
^^^^^^^^^^^