#!/bin/bash

set -e

$NFT -f - <<EOF
table t {
 flags owner
 flowtable f {
  hook ingress priority 0
  devices = { lo }
 }
}
EOF

# trigger uaf.
$NFT -f - <<EOF
table t {
 flags owner
 flowtable f {
  hook ingress priority 0
  devices = { lo }
 }
}
EOF
