| 323 | } |
| 324 | |
| 325 | static void |
| 326 | table_fill_objheader(ipfw_obj_header *oh, ipfw_xtable_info *i) |
| 327 | { |
| 328 | |
| 329 | oh->idx = 1; |
| 330 | table_fill_ntlv(&oh->ntlv, i->tablename, i->set, 1); |
| 331 | } |
| 332 | |
| 333 | static struct _s_x tablenewcmds[] = { |
| 334 | { "type", TOK_TYPE }, |
no test coverage detected