Displaying 1 result from an estimated 1 matches for "avamander".
Did you mean:
alaxander
2020 Mar 26
2
[Bug 1414] New: Using ip6 daddr in nat input chain is rejected with an incorrect error
...incorrect error
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: avamander at gmail.com
nft version: nftables v0.9.2 (Scram)
Example config:
```
table ip nat {
chain input {
type nat hook input priority 0;
ip6 daddr ::1/128 accept;
}
}
```
Error:
```
/etc/nftables.conf:186:3-11: Error: conflicting protocols specified: ip...