]> git.ipfire.org Git - thirdparty/nftables.git/commit
scanner: import, export: Move to own scopes
authorPhil Sutter <phil@nwl.cc>
Tue, 27 Jul 2021 14:35:14 +0000 (16:35 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 1 Mar 2022 09:54:03 +0000 (10:54 +0100)
commit543bf3c2bb5e67b024231f01c9d88fb29298c72b
tree0b70319409d6aadafd3b855656a108babb0ede85
parent881058103484a20f2c81960e833075fa69805412
scanner: import, export: Move to own scopes

In theory, one could use a common scope for both import and export
commands, their parameters are identical.

Signed-off-by: Phil Sutter <phil@nwl.cc>
include/parser.h
src/parser_bison.y
src/scanner.l