melifaro b06860b3e2 Simplify opcode handling.
* Use one u16 from op3 header to implement opcode versioning.
* IP_FW_TABLE_XLIST has now 2 handlers, for ver.0 (old) and ver.1 (current).
* Every getsockopt request is now handled in ip_fw_table.c
* Rename new opcodes:
IP_FW_OBJ_DEL -> IP_FW_TABLE_XDESTROY
IP_FW_OBJ_LISTSIZE -> IP_FW_TABLES_XGETSIZE
IP_FW_OBJ_LIST -> IP_FW_TABLES_XLIST
IP_FW_OBJ_INFO -> IP_FW_TABLE_XINFO
IP_FW_OBJ_INFO -> IP_FW_TABLE_XFLUSH

* Add some docs about using given opcodes.
* Group some legacy opcode/handlers.
2014-06-15 13:40:27 +00:00
..
2014-05-18 22:30:12 +00:00
2013-11-01 10:29:10 +00:00
2014-06-15 13:40:27 +00:00
2014-03-14 06:29:43 +00:00
2012-10-12 09:24:24 +00:00
In
2013-11-30 12:51:19 +00:00
2012-09-06 07:03:56 +00:00
2013-07-03 18:48:43 +00:00
2012-11-25 14:25:08 +00:00
2013-09-02 22:48:41 +00:00