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:
npraveen35 2016-12-06 16:24:55 +05:30 committed by Praveen N
parent 3fc41e29c1
commit d70d5dba08

View File

@ -31,7 +31,7 @@ iface eth3 inet manual
# is because the bond-master has already been set in the raw interfaces for
# the new bond0.
auto bond0
iface bond0 inet static
iface bond0 inet manual
bond-slaves none
bond-mode active-backup
bond-miimon 100