#! /usr/sbin/nft -f

table ip6 mangle {
	chain output		{ type route hook output priority -150; }
}
