summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5350 from sworleys/Fix-NS-Defualt-InfoPhilippe Guibert2019-12-263-4/+22
|\
| * zebra: XFREE ns->info directly to NULL it outStephen Worley2019-11-151-1/+1
| * zebra: default ns->info should be default zebra_nsStephen Worley2019-11-153-3/+21
* | Merge pull request #5563 from mjstapp/fix_nhg_depends_findQuentin Young2019-12-201-12/+12
|\ \
| * | zebra: improve efficiency of depends_find()Mark Stapp2019-12-181-12/+12
* | | Merge pull request #5543 from Jafaral/routeridDonatas Abraitis2019-12-191-0/+31
|\ \ \
| * | | zebra: add 'show router-id'Jafar Al-Gharaibeh2019-12-171-0/+31
* | | | zebra: set RTNH_F_ONLINK in nexthop creationStephen Worley2019-12-171-0/+3
| |/ / |/| |
* | | Merge pull request #5508 from ton31337/feature/show_ip_route_summary_jsonQuentin Young2019-12-171-45/+197
|\ \ \
| * | | zebra: Print json output for show_route_summary_cmdDonatas Abraitis2019-12-121-45/+197
* | | | zebra: pass type when finding individual nexthopStephen Worley2019-12-161-1/+1
* | | | zebra: null check re->nhe not re->nhe->nhg on attachStephen Worley2019-12-161-1/+1
| |/ / |/| |
* | | zebra: Do not build mlag protobuf support if version 3 is not availDonald Sharp2019-12-155-7/+37
* | | zebra: Allow zebra_mlag to compile with no j factorDonald Sharp2019-12-154-32/+78
* | | Merge pull request #5452 from mjstapp/fix_notify_nhgDonald Sharp2019-12-132-16/+54
|\ \ \
| * | | zebra: handle route notification with no nexthopsMark Stapp2019-12-121-0/+10
| * | | zebra: accept async notification for un-installMark Stapp2019-12-111-9/+31
| * | | lib,zebra: add api to enforce nexthop sort order when copyingMark Stapp2019-12-091-1/+6
| * | | zebra: align dplane notify processing with nhg workMark Stapp2019-12-091-6/+7
| |/ /
* | | Merge pull request #5494 from opensourcerouting/mlag-moduleDonald Sharp2019-12-115-77/+53
|\ \ \
| * | | zebra: fix sign-compare warning in cumulus mlagDavid Lamparter2019-12-111-2/+2
| * | | zebra: create zebra_cumulus_mlag moduleDavid Lamparter2019-12-115-75/+51
| |/ /
* | | Merge pull request #5497 from donaldsharp/unequality_ecmpMark Stapp2019-12-114-3/+18
|\ \ \
| * | | lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-092-0/+10
| * | | lib, zebra: Allow for installation of a weighted nexthopDonald Sharp2019-12-092-3/+8
| |/ /
* | | Merge pull request #5517 from mjstapp/fix_evpn_stateDonald Sharp2019-12-101-1/+1
|\ \ \ | |/ / |/| |
| * | zebra: use correct state when installing evpn macsMark Stapp2019-12-051-1/+1
* | | Merge pull request #4765 from opensourcerouting/defaults-v2Donald Sharp2019-12-061-1/+0
|\ \ \
| * | | lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
| |/ /
* | | Merge pull request #5332 from mjstapp/remove_zapi_label_flagDonald Sharp2019-12-062-38/+8
|\ \ \
| * | | *: revise zapi nexthop encodingMark Stapp2019-12-062-38/+8
| |/ /
* | | Merge pull request #5462 from dslicenc/ipv6-ra-lifetime-0David Lamparter2019-12-064-5/+50
|\ \ \ | |/ / |/| |
| * | zebra: send RA lifetime of 0 before ceasing to advertise RAsDon Slice2019-12-034-5/+50
* | | zebra: capture dplane plugin flagsMark Stapp2019-12-041-0/+1
* | | Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp2019-12-0418-326/+218
|\ \ \
| * | | lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-0418-299/+192
| * | | zebra: clean up rib and nhg headersMark Stapp2019-11-215-42/+41
* | | | Merge pull request #5442 from opensourcerouting/mpls-label-stacksRuss White2019-12-035-35/+68
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: support LSPs with multiple outgoing labelsRenato Westphal2019-11-295-35/+68
* | | | Merge pull request #5192 from donaldsharp/zebra_rejectionDonatas Abraitis2019-12-031-0/+11
|\ \ \ \
| * | | | zebra: Dissallow a /32 or /128 through itselfDonald Sharp2019-10-181-0/+11
* | | | | *: generously apply constDavid Lamparter2019-12-027-12/+13
* | | | | *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* | | | | *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-45/+91
| |/ / / |/| | |
* | | | Merge pull request #4977 from chiragshah6/evpn_dev1Philippe Guibert2019-11-264-16/+269
|\ \ \ \
| * | | | zebra: display proper field in debug statementChirag Shah2019-11-221-2/+6
| * | | | zebra: handle macvlan down eventChirag Shah2019-11-221-0/+7
| * | | | zebra: print rmac and sys mac valuesChirag Shah2019-11-222-0/+43
| * | | | zebra: evpn pip mac vlan up-down eventChirag Shah2019-11-223-2/+68
| * | | | bgpd: evpn pip handle svi ip routeChirag Shah2019-11-222-0/+4