]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Use modular opcode handling inside ipfw_ctl3() instead of static switch.
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Fri, 5 Sep 2014 11:11:15 +0000 (11:11 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Fri, 5 Sep 2014 11:11:15 +0000 (11:11 +0000)
commit6b988f3a275a2c499519bf66ba5c3637edf8b71f
tree52f5d4415ac60be1b166d1eda0f57d1a14e469f5
parente822d9364e985c5b3f2ad5638dbf0b99a78f7a95
* Use modular opcode handling inside ipfw_ctl3() instead of static switch.
* Provide hints for subsystem initializers if they are called for
  the first/last time.
* Convert every IP_FW3 opcode user to use new sopt API.
sys/netpfil/ipfw/ip_fw2.c
sys/netpfil/ipfw/ip_fw_iface.c
sys/netpfil/ipfw/ip_fw_private.h
sys/netpfil/ipfw/ip_fw_sockopt.c
sys/netpfil/ipfw/ip_fw_table.c
sys/netpfil/ipfw/ip_fw_table.h
sys/netpfil/ipfw/ip_fw_table_value.c