Skip to content

Commit

Permalink
Merge "Explicitly bring up pkt interfaces to get vrouter working with…
Browse files Browse the repository at this point in the history
… latest kernel versions like 3.10.0-327.x.y" into R2.22.x
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Apr 27, 2016
2 parents 9538872 + b69b16b commit 7c3bf96
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 7c3bf96

Please sign in to comment.