svn commit: r337536 - head/sbin/ipfw

Phil Shafer phil at juniper.net
Fri Aug 10 16:43:08 UTC 2018


>> +++ 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


More information about the svn-src-head mailing list