| c1bde762 | 01-Oct-2015 |
Bill Yuan <bycn82@leaf.dragonflybsd.org> |
ipfw3: support ip:port in filter from and new filter src-port 1. support ip:port in both filters 'from' and 'to' 2. new filters 'src-port' and 'dst-port'
e.g. block UDP packets to 192.168.1.1:1813 i
ipfw3: support ip:port in filter from and new filter src-port 1. support ip:port in both filters 'from' and 'to' 2. new filters 'src-port' and 'dst-port'
e.g. block UDP packets to 192.168.1.1:1813 ipfw3 add deny udp to 192.168.1.1:1813 ipfw3 add deny udp to 192.168.1.1 dst-port 1813
show more ...
|