summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipdivert
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'make depend'.uqs2012-02-161-1/+1
|
* Fix ip_divert handling of inet and inet6 and module building some more.bz2012-01-221-1/+9
| | | | | | | | Properly sort the "carp" case in modules/Makefile after it was renamed. Reported by: bde (most) Reviewed by: bde MFC after: 3 days
* Add possibility to pass IPv6 packets to a divert(4) socket.glebius2011-06-271-1/+6
| | | | Submitted by: sem
* Convert IPDIVERT into a loadable module. This makes use of the dynamic ↵andre2004-10-191-0/+8
loadability of protocols. The call to divert_packet() is done through a function pointer. All semantics of IPDIVERT remain intact. If IPDIVERT is not loaded ipfw will refuse to install divert rules and natd will complain about 'protocol not supported'. Once it is loaded both will work and accept rules and open the divert socket. The module can only be unloaded if no divert sockets are open. It does not close any divert sockets when an unload is requested but will return EBUSY instead.
OpenPOWER on IntegriCloud