search for: vrf1

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

Did you mean: vr1
2024 Jul 16
1
[Bug 1761] New: nft_fib checks only the main route table when iif is a slave of a master vrf interface
...What I do: "nft add rule inet notracks PREROUTING fib daddr oif br999 counter notrack" The issue: nftables always checks only main routing table, though the iif for traffic is slave for master vrf interface also oif always will be slave for master vrf interface. Details: We have VRF vrf1 and interfaces br100 and br999 as slaves of interface vrf1. Interface br100 receives traffic. We want to make a notrack in the PREROUTING hook for this traffic on condition that it will be forwarded to interface br999. When we add rule "nft add rule inet notracks PREROUTING fib daddr oif br999...
2020 Apr 01
0
[ANNOUNCE] nftables 0.9.4 release
...y; did you mean table ‘test’ in family ip? delete table twst ^^^^ If you delete a table whose name has been mistyped, error reporting includes a suggestion. * Match on the slave interface through `meta sdif' and `meta sdifname', e.g. ... meta sdifname vrf1 ... * Support for right and left shifts: ... meta mark set meta mark lshift 1 or 0x1 ... This example shows how to shift one bit left the existing packet mark and set the less significant bit to 1. * New -V option to display extended version information, including compile time opt...