LGTM On Feb 24 11:45, Klaus Aehlig wrote: > From: Dimitris Aragiorgis <[email protected]> > > setup_route should run in case or routed mode and not > openvswitch. > > Signed-off-by: Dimitris Aragiorgis <[email protected]> > Signed-off-by: Thomas Thrainer <[email protected]> > Reviewed-by: Thomas Thrainer <[email protected]> > > Cherry-picked from 49c60905e75519c6380af97275b7ff8198eb4660. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > tools/net-common.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/net-common.in b/tools/net-common.in > index 05fff64..7305875 100644 > --- a/tools/net-common.in > +++ b/tools/net-common.in > @@ -65,7 +65,7 @@ function setup_ovs { > } > > function setup_route { > - if [ "$MODE" = "openvswitch" ]; then > + if [ "$MODE" = "routed" ]; then > ip link set $INTERFACE up > > if [ -z "$IP" ]; then > -- > 1.9.0.rc1.175.g0b1dcb5 >
-- Jose Antonio Lopes Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
