mirror of
https://github.com/vishvananda/netlink
synced 2025-02-10 00:57:00 +00:00
Remove unused *_PROTO constants
These are unused since commit 941b4de9e1
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
parent
07130f38b9
commit
36d367fd76
@ -22,11 +22,7 @@ const (
|
||||
// https://github.com/torvalds/linux/blob/master/include/uapi/linux/netfilter/nfnetlink.h -> #define NFNL_SUBSYS_CTNETLINK_EXP 2
|
||||
ConntrackExpectTable = 2
|
||||
)
|
||||
const (
|
||||
// For Parsing Mark
|
||||
TCP_PROTO = 6
|
||||
UDP_PROTO = 17
|
||||
)
|
||||
|
||||
const (
|
||||
// backward compatibility with golang 1.6 which does not have io.SeekCurrent
|
||||
seekCurrent = 1
|
||||
|
Loading…
Reference in New Issue
Block a user