#! /usr/sbin/nft -f

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