]> git.puffer.fish Git - matthieu/frr.git/commit
Revert "lib: optimize ip_masklen()" (BZ#720)
authorDavid Lamparter <equinox@diac24.net>
Fri, 23 Mar 2012 21:48:05 +0000 (22:48 +0100)
committerDavid Lamparter <equinox@diac24.net>
Tue, 3 Apr 2012 22:25:31 +0000 (00:25 +0200)
commita3537862f3c00b60fc52a67c1cc447c2a65f97bd
tree97bcf4e43ff70dcf74de412e37944fd3ac5d6aae
parentfa5831e85ae9ba7008fb4b4e2d4c7561ae5cb697
Revert "lib: optimize ip_masklen()" (BZ#720)

This reverts commit d171bf58ef12ace43d48565e6870722dece1e6ed.

There are multiple reasons for this revert, including bug #720, but also
quite simply the unreadability of having 2000 lines of an autogenerated
table in the middle of a source file.

Signed-off-by: David Lamparter <equinox@diac24.net>
Reported-by: Martin Winter <mwinter@opensourcerouting.org>
lib/prefix.c