Skip to content

Commit

Permalink
loxilb-iogh-219 Continued implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
PacketCrunch committed Feb 6, 2023
1 parent 2030a77 commit 4f97079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loxinet/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ func (p *Port) IsSlavePort() bool {

// IsL3TunPort - check if the port is of L3Tun type
func (p *Port) IsL3TunPort() bool {
if p.SInfo.PortType&(cmn.PortVti|cmn.PortWg) != 0 {
if p.SInfo.PortType&(cmn.PortVti|cmn.PortWg|cmn.PortIPTun) != 0 {
return true
}
return false
Expand Down

0 comments on commit 4f97079

Please sign in to comment.