summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Use the rule ifindex as a hash key, not ifpStephen Worley2019-10-153-19/+12
* zebra: Only free if rule was found/release in tableStephen Worley2019-10-151-2/+6
* Merge pull request #5132 from sworleys/Fix-IF-Infinite-LoopRuss White2019-10-142-5/+4
|\
| * *: Cleanup interface creation apisStephen Worley2019-10-102-5/+4
* | Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"Quentin Young2019-10-148-1784/+19
* | Merge pull request #4885 from satheeshkarra/pim_mlagJafar Al-Gharaibeh2019-10-148-19/+1784
|\ \
| * | Zebra: Fixing Review comments in Zebra_MLAGSatheesh Kumar K2019-10-045-41/+44
| * | Zebra: ADD Protobuf Encoding & Decoding for MLAG MessagesSatheesh Kumar K2019-09-243-1/+521
| * | Zebra: adding support for Zebra MLAG FunctionalitySatheesh Kumar K2019-09-248-16/+1258
* | | zebra: entries can be pushed in tables, under vrf netns backendPhilippe Guibert2019-10-101-2/+2
| |/ |/|
* | Merge pull request #5079 from mjstapp/fix_dplane_drop_at_shutDonald Sharp2019-10-033-0/+21
|\ \
| * | zebra: during shutdown processing, drop dplane resultsMark Stapp2019-09-273-0/+21
* | | zebra: Fix redistribution deletion for ZEBRA_ROUTE_ALLDonald Sharp2019-10-021-9/+12
* | | *: strip trailing whitespaceQuentin Young2019-09-302-7/+7
* | | Merge pull request #5060 from chiragshah6/evpn_dev2Sri Mohana Singamsetty2019-09-301-1/+5
|\ \ \
| * | | zebra: fix evpn prefix-routes-only for default vrfChirag Shah2019-09-251-1/+5
* | | | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-302-7/+19
|\ \ \ \
| * | | | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+5
| * | | | lib, zebra: Allow for interface deletion when kernel event happensDonald Sharp2019-09-191-0/+7
| * | | | zebra: Saving interface description makes no sense on deletionDonald Sharp2019-09-191-7/+7
* | | | | zebra: if_is_loopback_or_vrf crash if if_lookup_by_index return NULLdturlupov2019-09-261-4/+8
| |_|/ / |/| | |
* | | | Merge pull request #5058 from mjstapp/fix_dplane_config_handlerDonald Sharp2019-09-253-0/+17
|\ \ \ \
| * | | | zebra: handle config write for dataplane valuesMark Stapp2019-09-253-0/+17
| |/ / /
* | | | Merge pull request #5051 from idryzhov/fix-vrf-autocompleteDonald Sharp2019-09-251-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-3/+3
* | | | Merge pull request #5055 from pguibert6WIND/fix_memory_leak_with_delete_inter...Mark Stapp2019-09-251-1/+3
|\ \ \ \
| * | | | zebra: fix memory leakPhilippe Guibert2019-09-251-1/+3
| | |/ / | |/| |
* | | | Merge pull request #4972 from mjstapp/fix_notif_installedDonald Sharp2019-09-241-1/+6
|\ \ \ \
| * | | | zebra: check all dplane nexthops when processingMark Stapp2019-09-171-1/+6
* | | | | Merge pull request #4959 from pguibert6WIND/zebra_inform_layerRuss White2019-09-244-7/+24
|\ \ \ \ \
| * | | | | zebra: inform upper layer error when reading correct speed interfaceJulien Floret2019-09-174-7/+24
* | | | | | bgpd: fix advertise-svi-ip upon vni-svi up-downChirag Shah2019-09-241-4/+6
* | | | | | Merge pull request #5021 from donaldsharp/neigh_protoRenato Westphal2019-09-232-0/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | zebra: Send RTPROT_ZEBRA for netlink messages missing this dataDonald Sharp2019-09-192-0/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #5019 from karamalla0406/vrf_name_jsonDonald Sharp2019-09-201-4/+7
|\ \ \ \ \
| * | | | | zebra: Added vrfname to route prefix dictionaryKishore Aramalla2019-09-191-4/+7
* | | | | | Zebra: Rectifying the log messages.vdhingra2019-09-197-15/+15
| |/ / / / |/| | | |
* | | | | Merge pull request #4731 from mjstapp/fix_redist_updateDonald Sharp2019-09-195-35/+100
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zebra: revise redistribution delete to improve update caseMark Stapp2019-09-125-35/+100
| | |/ / | |/| |
* | | | zebra: fix mpls ftn uninstallEmanuele Di Pascale2019-09-181-2/+4
| |/ / |/| |
* | | Merge pull request #4887 from vishaldhingra/lcomm_jsonRuss White2019-09-171-10/+1
|\ \ \
| * | | lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-10/+1
* | | | Merge pull request #4810 from qlyoung/fix-pthread-bad-pointerRuss White2019-09-171-4/+0
|\ \ \ \
| * | | | lib: handle frr_pthread_init/fini in libfrr initQuentin Young2019-09-161-4/+0
* | | | | Merge pull request #4987 from mjstapp/fix_unused_nht_apiDonald Sharp2019-09-161-11/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zebra: remove empty, unused internal apiMark Stapp2019-09-161-11/+0
| | |/ / | |/| |
* | | | Merge pull request #4949 from opensourcerouting/mpls-zapi-improvementsOlivier Dugeon2019-09-134-99/+255
|\ \ \ \
| * | | | lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-103-21/+190
| * | | | zebra: improve cleanup of MPLS labels when zclient disconnectsRenato Westphal2019-09-073-19/+48
| * | | | lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-28/+16