diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-06-20 06:31:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-20 06:31:36 +0000 |
commit | 44f6ab71b61756b04eae25fe1e93cb502f4e1f84 (patch) | |
tree | cf4e02a346ea610c38d5db5f379aeaa820d13fb4 /deploy/network.sh | |
parent | 1a1ed339b96458c483976a820e30b3a1bbb0b5d8 (diff) | |
parent | 6e87d88c6ff47664b399b30e250c2529a3f8f792 (diff) |
Merge "set install nic as promiscuous model"
Diffstat (limited to 'deploy/network.sh')
-rwxr-xr-x | deploy/network.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/network.sh b/deploy/network.sh index 18526284..b74a1b40 100755 --- a/deploy/network.sh +++ b/deploy/network.sh @@ -147,6 +147,7 @@ function setup_baremetal_net() { exit 1 fi sudo ifconfig $INSTALL_NIC up + sudo ifconfig $INSTALL_NIC promisc sudo ifconfig $INSTALL_NIC $INSTALL_GW netmask $INSTALL_NETMASK } |