summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | zebra: add some debugging for PBR events in zebraStephen Worley2021-02-013-1/+63
* | | Merge pull request #8009 from pjdruddy/evpn-cleanupDonald Sharp2021-02-043-95/+11
|\ \ \
| * | | zebra: resolve multiple functions for local MAC deletePat Ruddy2021-02-033-95/+11
* | | | zebra: Display instance id as part of `show zebra client summ`Donald Sharp2021-02-041-2/+11
|/ / /
* | | *: fix all backetsIgor Ryzhov2021-02-023-21/+21
* | | Merge pull request #7991 from donaldsharp/valgrind_cleanups1Russ White2021-02-021-0/+1
|\ \ \
| * | | zebra: Prevent sending of unininted dataDonald Sharp2021-02-011-0/+1
| |/ /
* / / zebra: disallow resolution to duplicate nexthopsStephen Worley2021-02-011-0/+4
|/ /
* / zebra: Remove #if 0 codeDonald Sharp2021-01-282-15/+0
|/
* zebra: debug messages go under conditionalsMark Stapp2021-01-261-8/+13
* Merge pull request #7905 from mjstapp/fix_zapi_nhgDonald Sharp2021-01-256-23/+63
|\
| * zebra: send async nhg update resultsMark Stapp2021-01-224-19/+57
| * zebra: use afi_t for route-map address family argMark Stapp2021-01-213-3/+3
| * libs,zebra: remove zapi nhg encode and decode public apisMark Stapp2021-01-191-1/+3
* | Merge pull request #7233 from donaldsharp/route_map_optimizationsMark Stapp2021-01-193-70/+40
|\ \
| * | zebra: A `zebra route-map delay-timer 0` command should still run the route-mapDonald Sharp2021-01-161-5/+4
| * | zebra: Push timer out if another route-map change comes in for zebraDonald Sharp2021-01-161-7/+5
| * | zebra: Limit routemap changes to reconsider only routes associated with that rmDonald Sharp2021-01-161-26/+14
| * | zebra: Allow rib_update_table to receive a specified route typeDonald Sharp2021-01-163-16/+22
| * | zebra: remove unused function rib_update_vrfDonald Sharp2021-01-162-21/+0
| * | doc: Document the "zebra route-map delay-timer" functionalityDonald Sharp2021-01-161-2/+2
| |/
* | Merge pull request #7723 from AnuradhaKaruppiah/fdb-ext-attrsPatrick Ruddy2021-01-193-22/+49
|\ \
| * | zebra: move from NDA_NOTIFY to NDA_FDB_EXT_ATTRSNikolay Aleksandrov2020-12-113-22/+49
* | | zebra: Tell SA that we are intentionally ignoring the returnDonald Sharp2021-01-181-1/+7
| |/ |/|
* | zebra: set nlmsg_pid in netlink msgs sent by 'fpm'Duncan Eastoe2021-01-151-1/+9
* | Merge pull request #7868 from mjstapp/fix_fpm_conn_upDonald Sharp2021-01-151-5/+2
|\ \
| * | zebra: don't set connection-up event pointer directlyMark Stapp2021-01-141-5/+2
* | | Merge pull request #7866 from kishorekunal01/fpm_dump_issueMark Stapp2021-01-141-2/+13
|\ \ \
| * | | zebra: Scale setup RMAC is send multiple time to fpmKishore Kunal2021-01-141-2/+13
* | | | zebra: in zebra_evpn_mac.c use size_t for buffer lengthDonald Sharp2021-01-131-1/+1
* | | | zebra: Create a dump function for mac->flags and use itDonald Sharp2021-01-132-77/+223
* | | | zebra: Create function to dump MACIP flagsDonald Sharp2021-01-131-3/+9
* | | | Merge pull request #7819 from donaldsharp/more_data_for_debug_dumpsMark Stapp2021-01-131-7/+45
|\ \ \ \
| * | | | zebra: Add ability to display in human readable format re->flags and statusDonald Sharp2021-01-131-7/+45
| | |/ / | |/| |
* | | | Merge pull request #7818 from donaldsharp/ip_proto_deniedMark Stapp2021-01-132-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: notify installing protocol when nexthops cannot be resolvedDonald Sharp2021-01-112-4/+10
| |/ /
* | | Merge pull request #6853 from mjstapp/fix_rib_dupsDonald Sharp2021-01-132-11/+56
|\ \ \
| * | | zebra: improve dataplane plugin queue countersMark Stapp2020-12-071-5/+21
| * | | zebra: remove useless deleted route_entries promptlyMark Stapp2020-12-071-6/+35
* | | | Merge pull request #7850 from mjstapp/build_dplane_pluginDonald Sharp2021-01-122-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: add the sample dataplane plugin to the buildMark Stapp2021-01-111-0/+11
| * | | zebra: remove unused local in dplane sample pluginMark Stapp2021-01-111-1/+0
* | | | Merge pull request #7823 from donaldsharp/zebra_delay_timerDonatas Abraitis2021-01-112-11/+2
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: zebra route-map delay-timer is global not per vrfDonald Sharp2021-01-091-1/+2
| * | | zebra: Remove uncalled functionDonald Sharp2021-01-092-10/+0
* | | | Merge pull request #7652 from adharkar/frr-vni_switchDonald Sharp2021-01-111-6/+71
|\ \ \ \
| * | | | zebra: L3VNI to L2VNI conversion is not handledAmeya Dharkar2020-12-171-6/+71
* | | | | Merge pull request #7756 from pjdruddy/bgplu-fixesDonald Sharp2021-01-091-3/+2
|\ \ \ \ \
| * | | | | zebra: labelmanager could return reserved labelsPat Ruddy2021-01-041-2/+1
| * | | | | zebra: label manager should never return a reserved blockPat Ruddy2021-01-041-1/+1