1. 11 Apr, 2022 1 commit
    • Pablo Neira Ayuso's avatar
      netfilter: nft_fib: reverse path filter for policy-based routing on iif · be8be04e
      Pablo Neira Ayuso authored
      If policy-based routing using the iif selector is used, then the fib
      expression fails to look up for the reverse path from the prerouting
      hook because the input interface cannot be inferred. In order to support
      this scenario, extend the fib expression to allow to use after the route
      lookup, from the forward hook.
      
      This patch also adds support for the input hook for usability reasons.
      Since the prerouting hook cannot be used for the scenario described
      above, users need two rules: one for the forward chain and another rule
      for the input chain to check for the reverse path check for locally
      targeted traffic.
      Acked-by: default avatarFlorian Westphal <fw@strlen.de>
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      be8be04e
  2. 09 Apr, 2022 2 commits
  3. 08 Apr, 2022 6 commits
  4. 05 Apr, 2022 1 commit
  5. 31 Mar, 2022 30 commits