blob: 481c7edd328586eb8afbf88a4bcca1f0c3e12e34 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
set -e
$NFT add table x
$NFT add flowtable x y { hook ingress priority 0\; devices = { lo }\;}
$NFT flush ruleset
$NFT add table x
$NFT add flowtable x y { hook ingress priority 0\; devices = { lo }\;}
|