Skip to content

Commit

Permalink
Merge branch '1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Jul 9, 2016
2 parents bd1a9d0 + e642f36 commit 791ab55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/network_router.go
Expand Up @@ -87,7 +87,6 @@ func (router *NetworkRouter) handleCapturedPacket(key PacketKey) FlowOp {
switch newSrcMac, conflictPeer := router.Macs.Add(srcMac, router.Ourself.Peer); {
case newSrcMac:
log.Println("Discovered local MAC", srcMac)

case conflictPeer != nil:
// The MAC cache has an entry for the source MAC
// associated with another peer. This probably means
Expand Down

0 comments on commit 791ab55

Please sign in to comment.