summaryrefslogtreecommitdiffstats
path: root/ripd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-24*: Change thread->func to return void instead of intDonald Sharp3-40/+25
2022-02-23isisd: Drop deprecated `segment-routing local-block` commandDonatas Abraitis2-51/+0
2022-02-22pceplib: Fix uninited data in test vehicleDonald Sharp1-1/+1
2022-02-22eigrpd: Up convert to uint64_t before doing mathDonald Sharp1-8/+13
2022-02-22bfdd: Fix overflow possibility with time statementsDonald Sharp1-7/+7
2022-02-22lib: Fix possible usage of uninited dataDonald Sharp1-1/+2
2022-02-21topotests: set router name as title in screen and xtermLouis Scalbert3-5/+8
2022-02-21topotests: fix usage of screenLouis Scalbert1-1/+1
2022-02-21pimd: Do not allow 224.0.0.0/24 range in igmp joinMobashshera Rasool1-0/+9
2022-02-20tests: rename topotest ospf_topo1_vrf to ospf_netns_vrfJafar Al-Gharaibeh22-2/+2
2022-02-20tests: rename topotest ospf_topo2 to ospf_unnumberedJafar Al-Gharaibeh9-2/+2
2022-02-18bgpd: Allow setting attributes over route-maps for conditional advertisementsDonatas Abraitis6-50/+57
2022-02-17doc: add description for match evpn route-typeChirag Shah1-0/+12
2022-02-17bgpd: evpn route-map match esr type-4 route-typeChirag Shah2-2/+13
2022-02-17bgpd: evpn route-map match ead type-1 route-typeChirag Shah2-3/+14
2022-02-17staticd: reject route config with too many nexthopsMark Stapp2-1/+10
2022-02-17staticd: capture zebra's advertised ECMP limitMark Stapp3-1/+3
2022-02-17staticd: fix spelling in an error messageMark Stapp1-1/+1
2022-02-16tests: Cleanup test_route_map_topo1.py from pylintDonald Sharp1-9/+12
2022-02-16pimd: Fix Compilation issue in PIMMobashshera Rasool1-1/+1
2022-02-16ripd: Cleanup ripd.c indentation levels and commentsDonald Sharp1-540/+510
2022-02-16ripd: Fix packet send for non primary addressesDonald Sharp1-0/+1
2022-02-15bgpd: Fix uninitialized compiler warningPunith Kumar1-1/+1
2022-02-15bgpd: Renumber bgp_create_error_code enum valuesDonald Sharp1-31/+31
2022-02-15bgpd: Convert bgp error codes for cli input to an enumDonald Sharp2-39/+69
2022-02-15bgpd: Remove unused BGP_ERR_MAX #defineDonald Sharp1-1/+0
2022-02-15bgpd: Move some error codes to bgp_vty_return handlingDonald Sharp1-18/+6
2022-02-15bgpd: Remove impossible invalid stateDonald Sharp2-4/+0
2022-02-15bgp: Add a 15 minute warning to missing policyDonald Sharp3-1/+23
2022-02-15pimd: remove redundant codeanlan_cs1-8/+0
2022-02-14zebra: Fix spelling mistakeDonald Sharp1-1/+1
2022-02-14yang: Fix spelling mistakeDonald Sharp1-1/+1
2022-02-14vtysh: Fix spelling mistakesDonald Sharp2-4/+4
2022-02-14tests: Fix spelling and grammar mistakesDonald Sharp2-3/+3
2022-02-14pceplib: Fix spelling mistakesDonald Sharp1-1/+1
2022-02-14pathd: Fix spelling mistakesDonald Sharp3-5/+5
2022-02-14ospfd: Fix spelling mistakesDonald Sharp5-10/+10
2022-02-14ospf6d: Fix spelling mistakesDonald Sharp4-7/+7
2022-02-14doc: Fix spelling mistakesDonald Sharp2-2/+2
2022-02-14bgpd: Fix spelling mistakesDonald Sharp1-1/+1
2022-02-14ospf6d: fix coverity issues.Abhinay Ramesh5-27/+24
2022-02-14pim6d: IPv6-adjust pim_msg_send() and relatedDavid Lamparter5-11/+18
2022-02-14pim6d: IPv6-adjust pim_ifchannel_*David Lamparter4-45/+32
2022-02-14pim6d: IPv6-adjust assert-related addrsDavid Lamparter4-40/+22
2022-02-14pim6d: IPv6-adjust jp_agg->groupDavid Lamparter2-12/+3
2022-02-14pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter7-75/+64
2022-02-14pim6d: IPv6-adjust pim_upstream addrDavid Lamparter5-40/+30
2022-02-14pim6d: IPv6-adjust Hello/TLV processingDavid Lamparter4-186/+109
2022-02-14pim6d: IPv6-adjust neigh->source_addrDavid Lamparter16-180/+146
2022-02-14pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter10-64/+34