Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2018 12:42:35 -0400
From:      Phil Shafer <phil@juniper.net>
To:        <rgrimes@freebsd.org>, "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
Cc:        "Andrey V. Elsukov" <ae@freebsd.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r337536 - head/sbin/ipfw
Message-ID:  <201808101642.w7AGgZHN036891@idle.juniper.net>
In-Reply-To: <201808091428.w79ESmln017684@pdx.rh.CN85.dnsmgr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>> +++ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808101642.w7AGgZHN036891>