#! /usr/bin/nft -f

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