You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without using --reduce-factor I get the expected output:
$ iprange in --except except >out
$ iprange in --diff out
1.2.3.4/31
1.2.3.6
Using any value of --reduce-factor causes the --except to be ignored:
$ iprange in --except except --reduce-factor 0 >out
$ iprange in --diff out
$ iprange in --except except --reduce-factor 10 >out
$ iprange in --diff out
$ iprange in --except except --reduce-factor 90 >out
$ iprange in --diff out
$ diff in out
$
The text was updated successfully, but these errors were encountered:
This is from
iprange 1.0.5_master
.First, set up two test files:
Without using
--reduce-factor
I get the expected output:Using any value of
--reduce-factor
causes the--except
to be ignored:The text was updated successfully, but these errors were encountered: