In other words, must you do the test in 2 statements, one specifying
add chain=forward src-address-list=illegal-addr
and one specifying
dst-address-list=illegal-addr
or can you combine as in the construct below (the syntax answer is YES)?
If you can combine as in the construct below, is the implicit operator OR or is it AND?
thnx/rgds/ldv
add chain=forward src-address-list=illegal-addr dst-address-list=illegal-addr action=log log-prefix="ILLEGAL ADDR" \
comment="log illegal addresses" disabled=no
add chain=forward src-address-list=illegal-addr dst-address-list=illegal-addr action=drop comment="drop illegal \
addresses" disabled=no