Default-action for rule-set
drop jump return accept continue
drop
Drop if no prior rules are hit
jump
Jump to another chain if no prior rules are hit
return
Return from the current chain and continue at the next rule of the last chain
accept
Accept if no prior rules are hit
continue
Continue parsing next rule
(drop|jump|return|accept|continue)
drop