apperently interfaces can't have comments
This commit is contained in:
parent
e1eac9c8c7
commit
e907220280
|
@ -228,8 +228,8 @@ case "$1" in
|
||||||
pre-up /bin/ip link set up dev mgmt
|
pre-up /bin/ip link set up dev mgmt
|
||||||
pre-up /bin/ip link set master mgmt dev $ifname
|
pre-up /bin/ip link set master mgmt dev $ifname
|
||||||
post-down /bin/ip link del dev mgmt
|
post-down /bin/ip link del dev mgmt
|
||||||
#iface $ifname inet6 dhcp #keeping this out since we have stateless dhcp
|
iface $ifname inet dhcp
|
||||||
iface $ifname inet dhcp # still need it, but at this point only for hostname, we prob think of something
|
# still need it, but at this point only for hostname, we prob think of something
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue