ifcfg-rh: interpret DEFROUTE as never-default (rh #528281)
Testcases and cleanups by dcbw.
This commit is contained in:

committed by
Dan Williams

parent
9253d1bc16
commit
f7d7b3193d
@@ -8,6 +8,9 @@ EXTRA_DIST = \
|
||||
network-test-wired-global-gateway \
|
||||
ifcfg-test-wired-never-default \
|
||||
network-test-wired-never-default \
|
||||
ifcfg-test-wired-defroute-no \
|
||||
ifcfg-test-wired-defroute-no-gatewaydev-yes \
|
||||
network-test-wired-defroute-no-gatewaydev-yes \
|
||||
ifcfg-test-wired-8021x-peap-mschapv2 \
|
||||
keys-test-wired-8021x-peap-mschapv2 \
|
||||
ifcfg-test-onboot-no \
|
||||
|
@@ -0,0 +1,11 @@
|
||||
# Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile)
|
||||
TYPE=Ethernet
|
||||
DEVICE=eth4
|
||||
HWADDR=00:11:22:33:44:ee
|
||||
BOOTPROTO=dhcp
|
||||
ONBOOT=yes
|
||||
USERCTL=yes
|
||||
NM_CONTROLLED=yes
|
||||
PEERDNS=yes
|
||||
DEFROUTE=no
|
||||
|
@@ -0,0 +1,11 @@
|
||||
# Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile)
|
||||
TYPE=Ethernet
|
||||
DEVICE=eth0
|
||||
HWADDR=00:11:22:33:44:ee
|
||||
BOOTPROTO=dhcp
|
||||
ONBOOT=yes
|
||||
USERCTL=yes
|
||||
NM_CONTROLLED=yes
|
||||
PEERDNS=yes
|
||||
DEFROUTE=no
|
||||
|
@@ -0,0 +1 @@
|
||||
GATEWAYDEV=eth0
|
Reference in New Issue
Block a user