Skip to content

Commit a2c8bc6

Browse files
committed
bgp refactoring
missing import bgp refactoring
1 parent ae37c4b commit a2c8bc6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

netmaster/objApi/apiController.go

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
"strconv"
2222
"strings"
2323

24+
"github.com/contiv/contivmodel"
2425
"github.com/contiv/netplugin/core"
2526
"github.com/contiv/netplugin/netmaster/gstate"
2627
"github.com/contiv/netplugin/netmaster/intent"

netplugin/plugin/netplugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func (p *NetPlugin) GlobalFwdModeUpdate(cfg Config) {
219219

220220
if err != nil {
221221
logrus.Errorf("Error updating global forwarding mode %v", err)
222-
return
222+
return
223223
}
224224

225225
defer func() {

test/systemtests/network_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func (s *systemtestSuite) TestNetworkAddDeleteTenantFwdModeChangeVXLAN(c *C) {
402402

403403
func (s *systemtestSuite) TestNetworkAddDeleteTenantFwdModeChangeVLAN(c *C) {
404404

405-
c.Skip("Skipping this tests temporarily")
405+
c.Skip("Skipping this tests temporarily")
406406

407407
if s.fwdMode != "routing" {
408408
return

0 commit comments

Comments
 (0)