From: wutianwei Date: Tue, 19 Jun 2018 03:48:16 +0000 (+0800) Subject: set install nic as promiscuous model X-Git-Tag: opnfv-7.0.0~45^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6e87d88c6ff47664b399b30e250c2529a3f8f792;p=compass4nfv.git set install nic as promiscuous model JIRA: COMPASS-601 Change-Id: I7dd64df7e07ae65290a9478ff59db6392702c422 Signed-off-by: wutianwei --- diff --git a/deploy/network.sh b/deploy/network.sh index ebe0eece..05199f3f 100755 --- a/deploy/network.sh +++ b/deploy/network.sh @@ -143,6 +143,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 }