Skip to content

Commit

Permalink
feat: support ipip tunnel as lan/wan interface (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmid authored Sep 3, 2024
1 parent c5b596c commit c885661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/control_plane_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (c *controlPlaneCore) mapLinkType(ifname string) error {
}
var linkHdrLen uint32
switch link.Attrs().EncapType {
case "none":
case "none", "ipip":
linkHdrLen = consts.LinkHdrLen_None
case "ether":
linkHdrLen = consts.LinkHdrLen_Ethernet
Expand Down

0 comments on commit c885661

Please sign in to comment.