Skip to content

Commit

Permalink
Fixes earlier go versions (1.13, 1.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomanfrin committed Mar 4, 2021
1 parent 2bbc21a commit 3165913
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions route.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ func (p RouteProtocol) String() string {
return "gated"
case unix.RTPROT_ISIS:
return "isis"
case unix.RTPROT_KEEPALIVED:
return "keepalived"
case unix.RTPROT_KERNEL:
return "kernel"
case unix.RTPROT_MROUTED:
Expand Down

0 comments on commit 3165913

Please sign in to comment.