File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
21
21
"strconv"
22
22
"strings"
23
23
24
+ "github.com/contiv/contivmodel"
24
25
"github.com/contiv/netplugin/core"
25
26
"github.com/contiv/netplugin/netmaster/gstate"
26
27
"github.com/contiv/netplugin/netmaster/intent"
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ func (p *NetPlugin) GlobalFwdModeUpdate(cfg Config) {
219
219
220
220
if err != nil {
221
221
logrus .Errorf ("Error updating global forwarding mode %v" , err )
222
- return
222
+ return
223
223
}
224
224
225
225
defer func () {
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ func (s *systemtestSuite) TestNetworkAddDeleteTenantFwdModeChangeVXLAN(c *C) {
402
402
403
403
func (s * systemtestSuite ) TestNetworkAddDeleteTenantFwdModeChangeVLAN (c * C ) {
404
404
405
- c .Skip ("Skipping this tests temporarily" )
405
+ c .Skip ("Skipping this tests temporarily" )
406
406
407
407
if s .fwdMode != "routing" {
408
408
return
You can’t perform that action at this time.
0 commit comments