summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/zero_length_devicename_assert
blob: 84f330730fce1baaac2e1bad95a43a5825cea412 (plain)
1
2
3
4
5
table ip x {
        chain Main_Ingress1 {
                type filter hook ingress device""lo" priority -1
	}
}