1*4d7709ddSKristof Provostfoo = "ssh, ftp" 2*4d7709ddSKristof Provostbar = "other thing" 3*4d7709ddSKristof Provostinside = "10.0.0.0/8" 4*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 6667 5*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = echo to 12.34.56.78 port = 16 6*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 6667 7*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = ssh to 12.34.56.78 port = 16 8*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = ftp to 12.34.56.78 port = 6667 9*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = ftp to 12.34.56.78 port = 16 10*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = auth to 12.34.56.78 port = 6667 11*4d7709ddSKristof Provostblock drop in inet proto udp from 10.0.0.0/8 port = auth to 12.34.56.78 port = 16 12