summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* add cplusplus guards to all zebra headersEmanuele Di Pascale2019-03-2542-2/+343
* Merge pull request #3927 from donaldsharp/rnh_cleanupDavid Lamparter2019-03-221-7/+9
|\
| * zebra: Cleanup rnh table information before deleting underlying tablesDonald Sharp2019-03-081-7/+9
* | Revert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste"Quentin Young2019-03-201-1/+1
* | zebra: copy-paste error (Coverity 1479148)F. Aragon2019-03-201-1/+1
* | Merge pull request #3960 from donaldsharp/connectedMark Stapp2019-03-191-1/+1
|\ \
| * | zebra: System routes sometimes can not be properly selectedDonald Sharp2019-03-151-1/+1
* | | Merge pull request #3963 from AnuradhaKaruppiah/dad-fixesSri Mohana Singamsetty2019-03-171-0/+1
|\ \ \
| * | | zebra: EVPN DAD trigger was causing zebra to crashAnuradha Karuppiah2019-03-151-0/+1
| |/ /
* | | Merge pull request #3949 from qlyoung/remove-zlog-newlinesSri Mohana Singamsetty2019-03-157-11/+11
|\ \ \
| * | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-147-11/+11
| |/ /
* | | Merge pull request #3892 from vivek-cumulus/evpn_vrf_route_leakSri Mohana Singamsetty2019-03-151-4/+4
|\ \ \ | |/ / |/| |
| * | zebra: Use next hop's VRF for EVPN-based routesvivek2019-03-011-4/+4
* | | Merge pull request #3893 from mjstapp/dplane_pw_nexthopsDonald Sharp2019-03-124-26/+84
|\ \ \
| * | | zebra: use const in dplane pw nhlfe accessorsMark Stapp2019-03-074-20/+22
| * | | zebra: dplane pseudowires including nexthop infoMark Stapp2019-03-072-0/+43
| * | | zebra: rename pseudowire destination apiMark Stapp2019-03-073-6/+19
* | | | Merge pull request #3908 from Tuetuopay/fix-unnumbered-no-ipDonald Sharp2019-03-121-1/+1
|\ \ \ \
| * | | | zebra: Treat ifaces withouth IPv4 as unnumberedTuetuopay2019-03-071-1/+1
* | | | | zebra: Allow json output to give a bit more dataDonald Sharp2019-03-101-0/+5
| |_|_|/ |/| | |
* | | | Merge pull request #3889 from donaldsharp/rnh_vrf_down_stuffMark Stapp2019-03-083-6/+30
|\ \ \ \
| * | | | zebra: Upon vrf deletion, actually release this data.Donald Sharp2019-03-013-6/+30
* | | | | zebra: Add some debugs to neighbor entry processingDonald Sharp2019-03-082-34/+91
* | | | | zebra: Remove duplicate NUD_PERMANENT checkDonald Sharp2019-03-081-4/+0
| |_|/ / |/| | |
* | | | zebra: Remove unused sockaddr variableStephen Worley2019-03-061-6/+0
| |/ / |/| |
* | | Merge pull request #3853 from donaldsharp/partial_revertDavid Lamparter2019-03-061-8/+8
|\ \ \
| * | | zebra: Prevent crash in dad auto recoveryDonald Sharp2019-02-231-8/+8
* | | | Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-0610-49/+23
|\ \ \ \
| * | | | *: remove null check before XFREEQuentin Young2019-02-265-34/+17
| * | | | *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-262-6/+0
| * | | | *: remove unnecessary semicolon from switchesQuentin Young2019-02-262-3/+3
| * | | | *: remove useless return variablesQuentin Young2019-02-262-5/+2
| * | | | *: return bool from boolean functionsQuentin Young2019-02-261-1/+1
* | | | | zebra: When installing a new route always use REPLACEDonald Sharp2019-03-011-4/+3
| |_|/ / |/| | |
* | | | Merge pull request #3882 from vivek-cumulus/refine_evpn_route_addSri Mohana Singamsetty2019-03-013-29/+15
|\ \ \ \
| * | | | *: Explicitly mark nexthop of EVPN-sourced routes as onlinkvivek2019-02-272-17/+12
| * | | | zebra, bgpd: Use L3 interface for VRF's VNI in route installvivek2019-02-271-12/+2
| * | | | zebra, bgpd: Exchange L3 interface for VRF's VNIvivek2019-02-271-0/+1
* | | | | Merge pull request #3876 from qlyoung/fmt-fixesMark Stapp2019-02-281-5/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | zebra: fix style for 7d9ee1Quentin Young2019-02-261-5/+7
| |/ / /
* | | | Merge pull request #3800 from chiragshah6/evpn_devSri Mohana Singamsetty2019-02-271-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: advertise evpn route upon l3vni svi mac chgChirag Shah2019-02-211-0/+20
| | |/ | |/|
* | | Merge pull request #3865 from qlyoung/fix-zebra-vxlan-smelly-stringsRuss White2019-02-265-17/+16
|\ \ \ | |_|/ |/| |
| * | zebra: remove all instances of strncpyQuentin Young2019-02-255-17/+16
* | | *: Rename backet to bucketTim Bray2019-02-254-124/+124
|/ /
* | zebra: Fix use after free in rib_process_resultDonald Sharp2019-02-241-2/+3
* | zebra: unlock route-node in dplane results handlerMark Stapp2019-02-211-0/+2
|/
* Merge pull request #3791 from sworleys/RT-Braces-rtadvMark Stapp2019-02-141-4/+4
|\
| * zebra: Fix CLANG suggestion for braces on init of structStephen Worley2019-02-121-4/+4
* | zebra: Deletion of a lsp is not a failure eventDonald Sharp2019-02-131-3/+4