-
- Downloads
Feature: Add function to check if localRIB contains a given path and prefix combination. (#11)
* Add a ContainsPfxPath method to LocRIB to check if a route exists already. * Check for nil pathes in compare * Add myself to CONTRIBUTORS and AUTHORS * Added docs * Avoid segfault on nil and remove shaddowing of keyword new * Make route == nil useful * Update loc_rib.go
Showing
- AUTHORS 1 addition, 0 deletionsAUTHORS
- CONTRIBUTORS 1 addition, 0 deletionsCONTRIBUTORS
- route/path.go 10 additions, 0 deletionsroute/path.go
- route/route.go 18 additions, 6 deletionsroute/route.go
- route/route_test.go 101 additions, 0 deletionsroute/route_test.go
- routingtable/locRIB/loc_rib.go 20 additions, 0 deletionsroutingtable/locRIB/loc_rib.go
- routingtable/locRIB/loc_rib_test.go 86 additions, 0 deletionsroutingtable/locRIB/loc_rib_test.go
routingtable/locRIB/loc_rib_test.go
0 → 100644
Please register or sign in to comment