Compare commits
2 Commits
30cb1f17cb
...
67e3cde77f
Author | SHA1 | Date |
---|---|---|
|
67e3cde77f | |
|
6162ace520 |
1
rule.go
1
rule.go
|
@ -31,7 +31,6 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
// This constant is missing at unix.NFTA_RULE_POSITION_ID.
|
// This constant is missing at unix.NFTA_RULE_POSITION_ID.
|
||||||
// TODO: Add the constant in unix and then remove it here.
|
|
||||||
const nfta_rule_position_id = 0xa
|
const nfta_rule_position_id = 0xa
|
||||||
|
|
||||||
type ruleOperation uint32
|
type ruleOperation uint32
|
||||||
|
|
Loading…
Reference in New Issue