Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Jan 13, 2016
1 parent 80df5a7 commit 6a103ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/fastdp.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ func NewFastDatapath(dpName string, port int) (*FastDatapath, error) {

fastdp := &FastDatapath{
dpname: dpName,
mtu: iface.MTU,
dpif: dpif,
dp: dp,
mtu: iface.MTU,
missHandlers: make(map[odp.VportID]missHandler),
sendToPort: nil,
sendToMAC: make(map[MAC]bridgeSender),
Expand Down

0 comments on commit 6a103ae

Please sign in to comment.