File: TestReload_created.golden

package info (click to toggle)
docker.io 28.5.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 69,048 kB
  • sloc: sh: 5,867; makefile: 863; ansic: 184; python: 162; asm: 159
file content (18 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
table ip this_is_a_table {
	map this_is_a_vmap {
		type ifname : verdict
		elements = { "eth0" : return,
			     "eth1" : return }
	}

	set set4 {
		type ipv4_addr
		flags interval
		elements = { 192.0.2.0/24 }
	}

	chain a_base_chain {
		type filter hook forward priority filter; policy accept;
		counter packets 0 bytes 0
	}
}