Skip to content

Commit

Permalink
loxilb-iogh-219 Continued implementation - Account for no tunnel-id i…
Browse files Browse the repository at this point in the history
…n case of IPinIP
  • Loading branch information
PacketCrunch committed Feb 8, 2023
1 parent 94ff447 commit 17b734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loxinet/neighbor.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ func (tep *NeighTunEp) DP(work DpWorkT) int {
neighWq.TunNh = true
neighWq.TunID = tep.tunID

if tep.tunID != 0 {
if tep.tunID != 0 || tep.tunType == DpTunIPIP {
for i := 0; i < 6; i++ {
neighWq.DstAddr[i] = uint8(ne.Attr.HardwareAddr[i])
}
Expand Down

0 comments on commit 17b734f

Please sign in to comment.