diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-12-01 09:25:50 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-12-01 09:25:50 +0000 |
commit | 2115b2e5eccd061d2b8f995ab97f9b5efac5b5f4 (patch) | |
tree | c337b1ed4b259e7d7ce0cd3115fbb34f5d810479 /bin | |
parent | b5d9bfbb3afff019bb56c3929227421833011b8d (diff) |
allow tables and filter over multiple lines
This augments the grammar for tables and filter listing so that a
newline is allowed after a comma. i.e. these now works as expected:
table foo {
"one",
"two"
}
listen on socket filter {
"foo",
"bar"
}
based on a diff from tim@
ok millert@, tim@
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions