summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* 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
| * | | lib, zebra: rename LSP type used for OSPF SRRenato Westphal2019-09-071-4/+8
| * | | zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-073-9/+9
| * | | lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-52/+18
| |/ /
* | | Merge pull request #4948 from opensourcerouting/show-mpls-tableOlivier Dugeon2019-09-131-28/+39
|\ \ \ | |_|/ |/| |
| * | zebra: add missing case statement in nhlfe2str()Renato Westphal2019-09-071-0/+1
| * | zebra: improve the output of "show mpls table"Renato Westphal2019-09-071-28/+38
| |/
* | zebra: Modify `show ip route summary` to allow you to specify a tableDonald Sharp2019-09-111-14/+18
* | zebra: Don't resolve to diff interface if givenStephen Worley2019-09-091-4/+29
|/
* zebra: avoid using zebra datastructs in evpn dataplane pathMark Stapp2019-09-054-67/+100
* zebra: protect some vxlan debugsMark Stapp2019-09-051-11/+18
* zebra: move EVPN VTEP programming to dataplaneMark Stapp2019-09-047-56/+105
* Merge pull request #4877 from mjstapp/dplane_neighsDonald Sharp2019-09-047-67/+368
|\
| * zebra: Use dataplane for evpn neighbor changesMark Stapp2019-08-237-70/+348
| * zebra: begin evpn neighbor install via dataplaneMark Stapp2019-08-232-0/+23
* | Merge pull request #4924 from Jafaral/gnulinuxDonald Sharp2019-09-041-1/+1
|\ \
| * | zebra: use GNU_LINUX instead of LINUXJafar Al-Gharaibeh2019-09-031-1/+1
* | | Merge pull request #4892 from pguibert6WIND/nhtresolvedefaultvrfDonald Sharp2019-09-036-32/+39
|\ \ \
| * | | zebra: nht resolution default configurable per vrfPhilippe Guibert2019-08-286-32/+39
* | | | Merge pull request #4919 from opensourcerouting/config-warningsQuentin Young2019-09-031-0/+3
|\ \ \ \
| * | | | zebra/fpm: deprecation warning for protobufDavid Lamparter2019-09-021-0/+3
* | | | | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-0317-38/+38
* | | | | lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-032-18/+7
| |_|/ / |/| | |
* | | | *: Convert some route map functions to return the enumDonald Sharp2019-09-031-2/+12
|/ / /
* | | Merge pull request #4871 from vishaldhingra/ipv4_linklocalDonatas Abraitis2019-08-291-0/+4
|\ \ \
| * | | zebra: Added a few more information in route_entry while dumpingvdhingra2019-08-231-0/+4
| | |/ | |/|
* | | Merge pull request #4849 from sworleys/Label-Append-Resolve_2Mark Stapp2019-08-282-49/+57
|\ \ \ | |_|/ |/| |
| * | zebra: Append rparent labels when resolving nexthopStephen Worley2019-08-192-49/+57
* | | Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-265-84/+50
|\ \ \ | |_|/ |/| |
| * | zebra: Correct /32 addr del with broadcast setJuergen Werner2019-08-182-7/+2
| * | zebra: Do not use connection dest for bcastJuergen Werner2019-08-185-77/+48
* | | Merge pull request #4778 from mjstapp/dplane_macsDonald Sharp2019-08-229-111/+415
|\ \ \
| * | | zebra: update dplane stats outputMark Stapp2019-08-021-1/+29
| * | | zebra: use dataplane for vxlan remote mac programmingMark Stapp2019-08-027-58/+177
| * | | zebra: initial dplane support for MAC updatesMark Stapp2019-07-262-0/+168