On 07/01/16 16:20, Andrey V. Elsukov wrote: > On 30.06.16 13:05, Guido Falsi wrote: >> While testing the new firewall functionality on head I stumbled in this: >> >> root@sensei:~ [0]# ipfw table foo create type number >> >> ipfw: Table creation failed: Operation not supported >> root@sensei:~ [71]# >> >> The ipfw man page states this should work, am I missing something? > > You need to specify algo too. > > # ipfw table T create type number algo number:array > > Don't know what is this - the code bug or documentation bug... >
Thanks a lot. It did not occur to me to try with algo too. It now works. BTW if it's a man page bug I can submit a patch, I have also noticed another minor error too in the examples. -- Guido Falsi <[email protected]> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
