summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5663 from donaldsharp/nhg_topotests_fixesbase_7.3Mark Stapp2020-01-113-2/+18
|\
| * zebra: Actually add the NLA_F_NESTED flag to our codeDonald Sharp2020-01-101-0/+2
| * tests: ospf6-topo1 did not work properly with nhg's and 5.3 kernelsDonald Sharp2020-01-102-2/+16
* | Merge pull request #5662 from qlyoung/fix-ptm-bfd-deregister-memleakMark Stapp2020-01-101-0/+2
|\ \
| * | zebra: fix bfd deregister message memleakQuentin Young2020-01-101-0/+2
| |/
* | Merge pull request #5661 from ton31337/fix/doc_for_redhatQuentin Young2020-01-104-18/+15
|\ \
| * | doc: Replace wrong paths for centos/fedora source build instructionsDonatas Abraitis2020-01-094-18/+15
| |/
* | Merge pull request #5609 from kooky/fix_logQuentin Young2020-01-101-1/+1
|\ \ | |/ |/|
| * debian: Fix logrotate in debian for bfdd, pbrd and vrrpd.Tim Bray2020-01-101-1/+1
|/
* Merge pull request #5410 from ton31337/feature/bgp_default-route_with_route-m...Donald Sharp2020-01-097-26/+182
|\
| * bgpd: An ability to set attributes for default-originate via route-mapDonatas Abraitis2020-01-071-26/+21
| * tests: Add a test for 'neighbor <neighbor> default-originate route-map <rm>'Donatas Abraitis2020-01-076-0/+161
* | Merge pull request #5560 from sworleys/Pim-Vrf-Hang-3Mark Stapp2020-01-086-10/+124
|\ \
| * | pimd: lookup nh using vrf_id we checked beforeStephen Worley2020-01-081-1/+2
| * | pimd: allow pimd to handle nexthop_lookup zapi errorStephen Worley2020-01-081-0/+8
| * | lib,zebra: add zapi msg top level error handlingStephen Worley2020-01-085-9/+114
* | | Merge pull request #5418 from qlyoung/fix-bgp-prefix-sid-missing-boundscheckDonatas Abraitis2020-01-083-37/+97
|\ \ \ | |/ / |/| |
| * | bgpd: slight correction to sanity checks for SRGBQuentin Young2020-01-031-9/+37
| * | bgpd: fix missing bounds checks for psid attrQuentin Young2020-01-033-33/+65
* | | Merge pull request #5551 from mjstapp/fix_zebra_show_nhgDonald Sharp2020-01-081-1/+2
|\ \ \
| * | | zebra: make current show nexthop-group cli zebra-specificMark Stapp2020-01-081-1/+2
* | | | Merge pull request #5260 from donaldsharp/evpn_mac_daddyDonatas Abraitis2020-01-081-1/+3
|\ \ \ \
| * | | | bgpd: Prevent usage after free in bgp_mac.cDonald Sharp2019-11-011-1/+3
* | | | | Merge pull request #5314 from qlyoung/yang-vrrpRenato Westphal2020-01-0811-253/+1313
|\ \ \ \ \
| * | | | | vrrpd, yang: cleanup vrrp nb conversionQuentin Young2019-12-096-185/+92
| * | | | | lib: add ipaddr_isset()Quentin Young2019-12-091-0/+6
| * | | | | yang: add org, description data to vrrp modelQuentin Young2019-12-091-0/+8
| * | | | | vrrpd: remove unused variablesQuentin Young2019-12-091-4/+1
| * | | | | vrrpd: remove unused variable in nbQuentin Young2019-12-091-4/+2
| * | | | | vrrpd: northbound conversionQuentin Young2019-12-098-146/+973
| * | | | | yang: add opderdata & slight reorg for vrrpQuentin Young2019-12-091-33/+113
| * | | | | yang: add v2 support to vrrp yang modelQuentin Young2019-12-091-14/+48
| * | | | | yang: update vrrp yang modelQuentin Young2019-12-091-23/+4
| * | | | | yang: add vrrp yang modelQuentin Young2019-12-092-0/+216
| * | | | | vrrpd: allow vrrp_shutdown() on shutdown rtrQuentin Young2019-12-091-2/+3
| * | | | | vrrpd: const vrrp_lookup()Quentin Young2019-12-092-3/+3
| * | | | | vrrpd: make vrrp_[add|del]_ip not insaneQuentin Young2019-12-092-11/+16
* | | | | | Merge pull request #5650 from qlyoung/fix-cast-mallocMark Stapp2020-01-071-4/+2
|\ \ \ \ \ \
| * | | | | | zebra: remove cast from l3vni XMALLOCQuentin Young2020-01-071-4/+2
* | | | | | | Merge pull request #5624 from qlyoung/fix-zebra-ptm-buffer-overrunRafael Zalamena2020-01-072-25/+22
|\ \ \ \ \ \ \
| * | | | | | | zebra: free ptm message on errorQuentin Young2020-01-061-0/+1
| * | | | | | | zebra: reject ingress packets that are too largeQuentin Young2020-01-041-0/+8
| * | | | | | | zebra: fix multiple bfd buffer issuesQuentin Young2020-01-041-25/+13
* | | | | | | | Merge pull request #5646 from Spantik/bgp_unalignDonald Sharp2020-01-074-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | bgpd: fix unaligned access to addpath idSantosh P K2020-01-074-4/+7
* | | | | | | | | Merge pull request #5617 from donaldsharp/zebra_bitesMark Stapp2020-01-072-37/+69
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | zebra: Handle crash when backpointer does not existDonald Sharp2020-01-071-0/+7
| * | | | | | | | zebra: Refactor _add and _del to use a common functionDonald Sharp2020-01-071-47/+61
| * | | | | | | | zebra: Prevent zebra vxlan remote macip del buffer overflowDonald Sharp2020-01-071-2/+13
* | | | | | | | | Merge pull request #5639 from qlyoung/fix-zebra-ptm-double-freeMark Stapp2020-01-071-2/+0
|\ \ \ \ \ \ \ \ \