summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-11-13T1006: replace check_prefix_boundary with ipaddrcheck.Daniil Baturin
2012-10-04Bug 8345: Reverting changes which were committed against bug 8345. We are ↵Bharat
seeing issues when we are upgrading to pacifica from earlier releases. Customers may have the multicast blackhole route in earlier releases which is causing the issue after upgrade. This will fail the commit for the other unicast routes.
2012-09-26- Added Multicast and Broadcast checks for route and next hop for static ↵bharat
route command.
2008-07-28Add program to .gitignoreStephen Hemminger
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.