host net config bond0 static -> manual
Appropriately bond0 needs to be manual than static just similar to other bonded interface bond1 Change-Id: I9b0831c8b209890fecc70ea1adf4c513412ef336 Closes-Bug: #1647497
This commit is contained in:
parent
3fc41e29c1
commit
d70d5dba08
@ -31,7 +31,7 @@ iface eth3 inet manual
|
|||||||
# is because the bond-master has already been set in the raw interfaces for
|
# is because the bond-master has already been set in the raw interfaces for
|
||||||
# the new bond0.
|
# the new bond0.
|
||||||
auto bond0
|
auto bond0
|
||||||
iface bond0 inet static
|
iface bond0 inet manual
|
||||||
bond-slaves none
|
bond-slaves none
|
||||||
bond-mode active-backup
|
bond-mode active-backup
|
||||||
bond-miimon 100
|
bond-miimon 100
|
||||||
|
Loading…
Reference in New Issue
Block a user