blob: 8f5b73df25e291fe37ee99ba39580d83a41cce39 (
plain)
1
2
3
4
5
6
7
|
# illegal table definitions
table <foo> file "/does/not/exists"
table <foo> const { <bar> }
table <foo> { (lo0) }
table <foo> persist file "/dev/null" { ::1 no-route }
table <foo> { 1.1.1.1.1 }
table <foo> { 1.1.1.1.1 1.1.1.1.2 }
|