fix ipv6 dhcp mapping codeblock

This commit is contained in:
Ricky Pai 2022-08-12 10:09:07 -07:00
parent 1b65bcf2f7
commit e3c911777f

View File

@ -720,21 +720,14 @@ The configuration will look as follows:
.. code-block:: none .. code-block:: none
show service dhcp-server shared-network-name NET1 show service dhcpv6-server shared-network-name NET1
shared-network-name NET1 { subnet 2001:db8::/64 {
subnet 2001:db8::/64 { static-mapping client1 {
name-server 2001:db8:111::111 identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff
address-range { ipv6-address 2001:db8::101
start 2001:db8::100 { ipv6-prefix 2001:db8:0:101::/64
stop 2001:db8::199 { }
} }
}
static-mapping client1 {
ipv6-address 2001:db8::101
identifier 00:01:00:01:12:34:56:78:aa:bb:cc:dd:ee:ff
}
}
}
.. start_vyoslinter .. start_vyoslinter