Fix typo in network config
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
DEVICE=eth0
|
||||
NAME=eth0
|
||||
IPADDR={{$.Self.Netdev.eth0.Ipaddr}}
|
||||
NETMASK={{$.Self.Netdev.eth0.Netmask}}
|
||||
GATEWAY={{$.Self.Netdev.eth0.Gateway}}
|
||||
HWADDR={{$.Self.Netdev.eth0.Hwaddr}}
|
||||
IPADDR={{$.Self.NetDevs.eth0.Ipaddr}}
|
||||
NETMASK={{$.Self.NetDevs.eth0.Netmask}}
|
||||
GATEWAY={{$.Self.NetDevs.eth0.Gateway}}
|
||||
HWADDR={{$.Self.NetDevs.eth0.Hwaddr}}
|
||||
BOOTPROTO=static
|
||||
ONBOOT=yes
|
||||
|
||||
Reference in New Issue
Block a user