Skip to content

Commit

Permalink
Explicitly bring up pkt interfaces to get vrouter working with latest…
Browse files Browse the repository at this point in the history
… kernel versions like 3.10.0-327.x.y

Change-Id: I275f0d6238511378d1e73cb00514225f71517dd6
Closes-Bug: 1571114
  • Loading branch information
npchandran committed Apr 16, 2016
1 parent 2faddbe commit 94f2993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/control_files/vnagent_ExecStartPre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function pkt_setup () {
fi
echo $str > $f/rps_cpus
done
ifconfig $1 up
}

[ -f /etc/contrail/default_pmac ] || error_exit $LINENO "Did you run setup?"
Expand Down

0 comments on commit 94f2993

Please sign in to comment.