oops, mismerge from working sources.. not only add new code,

but remove old code!
This commit is contained in:
Julian Elischer 2006-02-14 03:13:12 +00:00
parent 21899082ae
commit 4f6ac14677
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155640

View file

@ -4826,8 +4826,6 @@ table_handler(int ac, char *av[])
&ent, sizeof(ent)) < 0)
err(EX_OSERR,
"setsockopt(IP_FW_TABLE_ADD)");
err(EX_OSERR, "setsockopt(IP_FW_TABLE_%s)",
do_add ? "ADD" : "DEL");
} else if (_substrcmp(*av, "flush") == 0) {
if (do_cmd(IP_FW_TABLE_FLUSH, &ent.tbl, sizeof(ent.tbl)) < 0)
err(EX_OSERR, "setsockopt(IP_FW_TABLE_FLUSH)");