Skip to content

Commit

Permalink
fix const arpRequestOp is unused (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jan 13, 2025
1 parent a417c03 commit 37e7f38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ipmanager/basicConfigurer_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import (
"syscall"
)

const (
arpRequestOp = 1
arpReplyOp = 2
)

func htons(i uint16) uint16 {
return (i<<8)&0xff00 | i>>8
}
Expand Down

0 comments on commit 37e7f38

Please sign in to comment.