Merge pull request #10 from bio-routing/feature/route_filter
added local-pref and next-hop and as-path modifications to filters
No related branches found
No related tags found
Showing
- route/bgp.go 28 additions, 0 deletionsroute/bgp.go
- route/path.go 12 additions, 0 deletionsroute/path.go
- route/static.go 9 additions, 0 deletionsroute/static.go
- routingtable/filter/actions/as_path_prepend_action.go 29 additions, 0 deletionsroutingtable/filter/actions/as_path_prepend_action.go
- routingtable/filter/actions/as_path_prepend_action_test.go 59 additions, 0 deletionsroutingtable/filter/actions/as_path_prepend_action_test.go
- routingtable/filter/actions/filter_action.go 10 additions, 0 deletionsroutingtable/filter/actions/filter_action.go
- routingtable/filter/actions/set_local_pref_action.go 27 additions, 0 deletionsroutingtable/filter/actions/set_local_pref_action.go
- routingtable/filter/actions/set_local_pref_action_test.go 46 additions, 0 deletionsroutingtable/filter/actions/set_local_pref_action_test.go
- routingtable/filter/actions/set_nexthop_action.go 27 additions, 0 deletionsroutingtable/filter/actions/set_nexthop_action.go
- routingtable/filter/actions/set_nexthop_action_test.go 41 additions, 0 deletionsroutingtable/filter/actions/set_nexthop_action_test.go
routingtable/filter/actions/filter_action.go
0 → 100644
Please register or sign in to comment