Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Ligato/vpp-agent into vl-pantheon…
Browse files Browse the repository at this point in the history
…-dev

Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
  • Loading branch information
VladoLavor committed Dec 11, 2018
2 parents aefbc4b + 4252390 commit 3b08a41
Show file tree
Hide file tree
Showing 10 changed files with 901 additions and 184 deletions.
2 changes: 1 addition & 1 deletion cmd/agentctl/impl/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func PutEthernet(endpoints []string, label string) {
// PutLoopback creates a loopback type interface.
func PutLoopback(endpoints []string, label string) {
found, key, ifc, db := utils.GetInterfaceKeyAndValue(endpoints, label, ifCommonFields.Name)
processCommonIfFlags(found, interfaces.InterfaceType_TAP_INTERFACE, ifc)
processCommonIfFlags(found, interfaces.InterfaceType_SOFTWARE_LOOPBACK, ifc)
utils.WriteInterfaceToDb(db, key, ifc)
}

Expand Down
2 changes: 1 addition & 1 deletion docker/dev/logs.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
defaultLevel: debug
default-level: debug
8 changes: 4 additions & 4 deletions plugins/vpp/binapi/interfaces/interfaces.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b08a41

Please sign in to comment.