summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #7398 from pjdruddy/fix-evpn-show-interface-testDonald Sharp2020-10-281-4/+11
|\ \ \ \ \ \ \
| * | | | | | | tests: do not rely on fixed indices in show outputPat Ruddy2020-10-271-4/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7352 from mjstapp/fix_rt_netlink_indentDonald Sharp2020-10-281-30/+19
|\ \ \ \ \ \ \
| * | | | | | | zebra: fix strange indentationMark Stapp2020-10-271-30/+19
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7395 from donaldsharp/isis_rv_leakMark Stapp2020-10-271-2/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | isisd: Fix memory leak in copy_tlv_router_capDonald Sharp2020-10-271-2/+4
|/ / / / / /
* | | | | | Merge pull request #7158 from AnuradhaKaruppiah/mh-df-electionPatrick Ruddy2020-10-2729-171/+1288
|\ \ \ \ \ \
| * | | | | | bgpd: cleanup inet_ntoa in the bgp_evpn_mh debug logsAnuradha Karuppiah2020-10-261-25/+19
| * | | | | | zebra: cleanup inet_ntoa usage in zebra_evpn_mh.c logsAnuradha Karuppiah2020-10-261-9/+14
| * | | | | | topotest: tests for evpn-mh DF via Type-4 routesAnuradha Karuppiah2020-10-261-0/+61
| * | | | | | zebra: add json output for zebra ES, ES-EVI and access vlan dumpsAnuradha Karuppiah2020-10-262-54/+310
| * | | | | | lib, bgpd: move json_array_string_add to libAnuradha Karuppiah2020-10-263-5/+6
| * | | | | | zebra: handle local-es bridge port associationAnuradha Karuppiah2020-10-263-3/+43
| * | | | | | zebra: changes for programming SPH, non-DF and backup NHG br-port attrsAnuradha Karuppiah2020-10-263-20/+133
| * | | | | | zebra: dplane APIs for programming evpn-mh access port attributesAnuradha Karuppiah2020-10-265-0/+158
| * | | | | | zebra: changes to run DF electionAnuradha Karuppiah2020-10-263-18/+240
| * | | | | | bgpd: support for DF election in EVPN-MHAnuradha Karuppiah2020-10-2616-62/+329
* | | | | | | Merge pull request #7381 from sworleys/NHG-Show-Proto-FilterMark Stapp2020-10-272-8/+27
|\ \ \ \ \ \ \
| * | | | | | | zebra,doc: add type specifier to show nexthop-groupStephen Worley2020-10-262-8/+27
* | | | | | | | Merge pull request #7390 from donaldsharp/evpn_uptimeRuss White2020-10-274-2/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | zebra: Add uptime to `show evpn mac vni ... detail`Donald Sharp2020-10-262-2/+15
| * | | | | | | | zebra: Add uptime to `show evpn arp-cache vni .. detail`Donald Sharp2020-10-262-0/+14
| |/ / / / / / /
* | | | | | | | Merge pull request #7370 from eololab/add-missing-daemon-in-watchfrr-conf-fileDonald Sharp2020-10-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | tools: add comment on staticd in daemon config fileEmanuele Bovisio2020-10-261-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #7329 from idryzhov/fix-ip-route-tableStephen Worley2020-10-271-12/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | staticd: remove redundant checks from vtyIgor Ryzhov2020-10-221-12/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #7189 from maduri111/bgpd-conditional-advRafael Zalamena2020-10-2721-6/+2104
|\ \ \ \ \ \ \ \
| * | | | | | | | bgpd: conditional advertisement - copyrightMadhuri Kuruganti2020-10-273-4/+4
| * | | | | | | | bgpd: conditional advertisement - topotests-2Madhuri Kuruganti2020-10-278-52/+504
| * | | | | | | | bgpd: conditional advertisement - topotestsMadhuri Kuruganti2020-10-2713-127/+846
| * | | | | | | | bgpd: conditional advertisement - comments addressed and few checksMadhuri Kuruganti2020-10-273-44/+47
| * | | | | | | | bgpd: conditional advertisement - comments addressedMadhuri Kuruganti2020-10-275-195/+126
| * | | | | | | | bgpd: conditional advertisement - other match rules supportMadhuri Kuruganti2020-10-278-406/+166
| * | | | | | | | bgpd: conditional advertisement - with route-map filterMadhuri Kuruganti2020-10-273-50/+22
| * | | | | | | | bgpd: conditional advertisementMadhuri Kuruganti2020-10-2712-6/+1267
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #7173 from ckishimo/forceDonald Sharp2020-10-271-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | ospfd: fix lsa type-7 continuously refreshedckishimo2020-09-291-2/+3
* | | | | | | | | Merge pull request #7026 from chiragshah6/yang_nb5Donald Sharp2020-10-2711-1510/+4333
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bgpd: add nb support for suppress-map in aggregate cmdChirag Shah2020-10-265-3/+211
| * | | | | | | | | bgpd: convert distance bgp source cmd to defpyChirag Shah2020-10-261-156/+22
| * | | | | | | | | bgpd: convert bgp dampening cli to defpyChirag Shah2020-10-261-57/+28
| * | | | | | | | | bgpd: add match-med nb support in aggregate cmdChirag Shah2020-10-265-0/+131
| * | | | | | | | | bgpd: convert addr-family clis to transactional clisChirag Shah2020-10-267-1413/+3114
| * | | | | | | | | lib: handle exit cmd for bgp afi-safi nodesChirag Shah2020-10-261-3/+29
| * | | | | | | | | yang: update bgp module afi-safi parametersChirag Shah2020-10-266-159/+1079
* | | | | | | | | | Merge pull request #7341 from kssoman/nssa_fixOlivier Dugeon2020-10-273-1/+39
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | ospfd: External LSA not flushed when area is configured as nssa or stubSoman K S2020-10-243-1/+39
* | | | | | | | | | Merge pull request #7393 from chiragshah6/mdevDonatas Abraitis2020-10-271-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bgpd: fix mem leak in router bgp import vrf checkChirag Shah2020-10-271-2/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7389 from donaldsharp/no_bfddDonatas Abraitis2020-10-271-0/+2
|\ \ \ \ \ \ \ \ \ \