search for: inet_if

Displaying 2 results from an estimated 2 matches for "inet_if".

Did you mean: net_if
2019 Oct 10
13
[Bug 1371] New: Concatenations Literal sets
https://bugzilla.netfilter.org/show_bug.cgi?id=1371 Bug ID: 1371 Summary: Concatenations Literal sets Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter:
2020 Jan 15
4
[Bug 1397] New: What am I doing wrong!?
...rg Reporter: tad1073 at gmail.com code snippet table inet nat { chain prerouting { type nat hook prerouting priority dstnat; policy accept; fib saddr . iif oif 0 counter drop fib saddr . iif oif "lo" counter accept fib saddr . iif oif "$inet_if" counter accept fib daddr . iif type { local, broadcast, multicast } counter accept ip daddr 10.0.0.11 tcp dport 80 dnat to 8080 ip daddr 10.0.0.11 udp dport 80 dnat to 8080 ip daddr 10.0.0.11 tcp dport 80 redirect to 8080 ip daddr 10.0.0.11 udp dport 80...