Commit 8fac63b
committed
unix: add missing nft conntrack constants
The following constants were missing for nft conntrack:
- `NFT_CT_SRC_IP`
- `NFT_CT_DST_IP`
- `NFT_CT_SRC_IP6`
- `NFT_CT_DST_IP6`
- `NFT_CT_ID`
https://git.netfilter.org/libnftnl/tree/include/linux/netfilter/nf_tables.h?id=7a7722ee336fac14690851f6c84965582a741601#n11731 parent 084ad87 commit 8fac63b
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
2387 | 2392 | | |
2388 | 2393 | | |
2389 | 2394 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments