View file File name : ipv4-mangle.nft Content :table mangle { chain output { type route hook output priority -150; } }