summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4573 from opensourcerouting/mtype_cleanupDonald Sharp2019-06-217-17/+10
|\
| * zebra: use MTYPE_STATICDavid Lamparter2019-06-217-17/+10
* | Merge pull request #4531 from donaldsharp/repeaty_mcrepeatDavid Lamparter2019-06-211-2/+7
|\ \ | |/ |/|
| * zebra: Handle 5549 neighbor entry failure stateDonald Sharp2019-06-151-2/+7
* | Merge pull request #4545 from nitinsoniism/show_evpn_mac_vni_seq_numberSri Mohana Singamsetty2019-06-211-7/+11
|\ \
| * | zebra: When displaying `show evpn mac vni XX` add local and remote seqNitin Soni2019-06-181-7/+11
* | | zebra: resolve issue with rnh not evaluating nexhops correctlyDon Slice2019-06-191-1/+1
* | | zebra: Display a bit better debugging for rnh trackingDonald Sharp2019-06-183-16/+31
* | | Merge pull request #4546 from donaldsharp/better_debugsRuss White2019-06-182-1/+15
|\ \ \ | |/ / |/| |
| * | zebra: Increase debugs to understand why we rejected a kernel routeDonald Sharp2019-06-182-1/+15
| |/
* | Merge pull request #4514 from opensourcerouting/warnings-20190612Donald Sharp2019-06-171-0/+4
|\ \
| * | *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-131-0/+4
* | | zebra: add ability to "show interface vrf all brief"Don Slice2019-06-171-6/+12
* | | zebra: Fuzzing code has gotten a bit out of dateDonald Sharp2019-06-152-2/+1
| |/ |/|
* | Merge pull request #4500 from opensourcerouting/clippy-improveQuentin Young2019-06-131-11/+4
|\ \
| * | lib/clippy: expand some macrosDavid Lamparter2019-06-121-11/+4
| |/
* / zebra: fix stats printing formatsDavid Lamparter2019-06-121-20/+0
|/
* zebra,pbrd: Update pbrd to handle NHT properlyStephen Worley2019-06-101-50/+0
* Merge pull request #4370 from pguibert6WIND/fix_interface_rtadv2Donald Sharp2019-06-066-72/+97
|\
| * zebra: keep rtadv_sock field in zrouter for optimisationPhilippe Guibert2019-06-042-9/+28
| * zebra: move rtadv service from zrouter to zvrfPhilippe Guibert2019-06-046-71/+77
* | *: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp2019-06-042-3/+2
|/
* Merge pull request #4454 from donaldsharp/evpn_vni_seq_displayRuss White2019-06-041-6/+6
|\
| * zebra: When displaying `show evpn arp-cache vni XX` add local and remote seqDonald Sharp2019-06-031-6/+6
* | Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-044-40/+47
|/
* Merge pull request #4417 from sworleys/Move-Multicast-ModeDavid Lamparter2019-06-034-31/+35
|\
| * zebra: Move multicast mode to being a property of the routerDonald Sharp2019-05-294-31/+35
* | Merge pull request #4345 from NaveenThanikachalam/route_map_depDonald Sharp2019-06-031-1/+1
|\ \
| * | lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-1/+1
* | | zebra: the route nexthop interfaces per vrf were not displayed okPhilippe Guibert2019-06-031-1/+1
* | | lib, zebra: Ensure route encoding has enough spaceDonald Sharp2019-05-312-3/+7
|/ /
* | Merge pull request #4315 from lkrishnamoor/route_map_3rd_stateDonald Sharp2019-05-314-47/+40
|\ \
| * | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-304-47/+40
* | | Merge pull request #4413 from donaldsharp/bgp_distance_comes_closerSri Mohana Singamsetty2019-05-301-7/+1
|\ \ \
| * | | zebra: BGP always sends distance no need to double checkDonald Sharp2019-05-291-7/+1
* | | | Merge pull request #4267 from qlyoung/fix-misc-compile-warningsRenato Westphal2019-05-306-9/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | lib, zebra: remove uses of strncpyQuentin Young2019-05-292-3/+3
| * | | zebra: strcat -> strlcatQuentin Young2019-05-293-4/+5
| * | | zebra: fix maybe-uninitialized pointerQuentin Young2019-05-291-1/+1
| * | | zebra: fix unused variable on OmniOSQuentin Young2019-05-291-1/+2
| | |/ | |/|
* / | zebra: add setters for distance, instanceMark Stapp2019-05-292-0/+24
|/ /
* | Merge pull request #4326 from sworleys/Move-NH-Active-FunctionsMark Stapp2019-05-294-476/+543
|\ \
| * | zebra: Move nexthop_active_XXX functions to zebra_nhg.cStephen Worley2019-05-284-476/+543
* | | Merge pull request #4228 from mjstapp/dplane_notifDonald Sharp2019-05-297-75/+1103
|\ \ \ | |_|/ |/| |
| * | zebra: generate updates from notificationsMark Stapp2019-05-284-26/+261
| * | zebra: mpls lsp async notificationsMark Stapp2019-05-285-1/+138
| * | zebra: add dplane context lsp settersMark Stapp2019-05-282-0/+66
| * | zebra: support route changes via dplane notificationsMark Stapp2019-05-281-42/+175
| * | zebra: share rib processing of updates and notificationsMark Stapp2019-05-282-33/+189
| * | zebra: add 'set' api for dplane context providerMark Stapp2019-05-282-0/+10