<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - nft improperly merges intervals"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1303#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - nft improperly merges intervals"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1303">bug 1303</a>
              from <span class="vcard"><a class="email" href="mailto:trever@middleearth.sapphiresunday.org" title="trever@middleearth.sapphiresunday.org">trever@middleearth.sapphiresunday.org</a>
</span></b>
        <pre>I am sorry for not being clear. The following command created the first rule
listed in my first description of the bug:

nft add rule ip nat postrouting oifname "ppp0" ip saddr { 10.1.1.0/25,
10.0.1.0/24, 10.0.0.0/24, 10.1.1.128/25 } counter masquerade


Again, the first and last entries are merged correctly as the second
(10.1.1.0/24). However, the second and third do NOT correctly merge as
10.0.0.0/23, this assumes 10.0.2-255.x are in the rule as well. The other rules
were simply there for illustration. I am aware they would be masked by the
first.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>