>> +++ head/sbin/ipfw/ipfw2.c   Thu Aug  9 12:46:30 2018        (r337536)
>> @@ -3271,9 +3271,11 @@ ipfw_delete(char *av[])
>>                      exitval = do_cmd(IP_FW_NAT_DEL, &i, sizeof i);
>>                      if (exitval) {
>>                              exitval = EX_UNAVAILABLE;
>> -                            warn("rule %u not available", i);
>> +                            if (co.do_quiet)
>> +                                    continue;
>> +                            warn("nat %u not available", i);

Was the change in the message intentional?

Thanks,
 Phil
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to