ifcfg-rh: add testcase for DHCPv6 only mode
This commit is contained in:
@@ -4,6 +4,7 @@ EXTRA_DIST = \
|
||||
ifcfg-test-wired-static \
|
||||
ifcfg-test-wired-static-bootproto \
|
||||
ifcfg-test-wired-dhcp \
|
||||
ifcfg-test-wired-dhcp6-only \
|
||||
ifcfg-test-wired-global-gateway \
|
||||
network-test-wired-global-gateway \
|
||||
ifcfg-test-wired-never-default \
|
||||
|
@@ -0,0 +1,11 @@
|
||||
DEVICE="eth0"
|
||||
ONBOOT=no
|
||||
TYPE=Ethernet
|
||||
DEFROUTE=yes
|
||||
PEERDNS=yes
|
||||
PEERROUTES=yes
|
||||
IPV6INIT=yes
|
||||
IPV6_AUTOCONF=no
|
||||
DHCPV6C=yes
|
||||
HWADDR=00:13:20:F5:F5:E4
|
||||
|
Reference in New Issue
Block a user