ipspec
ipportspec : ipspec {
| ipspec PORT portspec {
ipspec : ANY { $$ = NULL; }
toipspec : TO ipspec { $$ = $2; }
host_list : ipspec optnl { $$ = $1; }
| host_list comma ipspec optnl {
binatrule : no BINAT natpasslog interface af proto FROM ipspec toipspec tag
%type <v.host> ipspec toipspec xhost host dynaddr host_list
static const struct ipspec intparams[] = {