summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: fix c++ usage of zlogEmanuele Di Pascale2021-02-221-8/+16
* Merge pull request #7444 from sudhanshukumar22/bgp-clean-dampening-issueDonatas Abraitis2021-02-223-6/+29
|\
| * bgpd: clear ip bgp dampening was not triggering the route calculation for the...sudhanshukumar222021-02-023-6/+29
* | Merge pull request #8119 from donaldsharp/clippy_mem_leakDavid Lamparter2021-02-221-0/+4
|\ \
| * | lib: Free memory leak in error path in clippyDonald Sharp2021-02-201-0/+4
|/ /
* | Merge pull request #8111 from volta-networks/fix_bgp_plist_vpnDonatas Abraitis2021-02-201-1/+2
|\ \
| * | bgpd: fix 'neighbor X prefix-list Y in' SAFI VPNEmanuele Di Pascale2021-02-191-1/+2
* | | Merge pull request #8112 from pguibert6WIND/bgp_flowspec_attrunchangedDonald Sharp2021-02-201-0/+5
|\ \ \
| * | | bgpd: add attribute-unchanged attribute to flowspecPhilippe Guibert2021-02-191-0/+5
* | | | Merge pull request #8116 from qlyoung/clippy-name-wcharMartin Winter2021-02-201-1/+1
|\ \ \ \
| * | | | lib: use right type for wconv() return valQuentin Young2021-02-191-1/+1
|/ / / /
* | | | Merge pull request #8079 from pjdruddy/pr-snmp-coverityDonald Sharp2021-02-193-7/+20
|\ \ \ \
| * | | | bgpd, lib: add oid2in6_addr utility and use itPat Ruddy2021-02-173-4/+14
| * | | | bgpd: mplsvpn snmp: NULL check correct pointerPat Ruddy2021-02-171-1/+1
| * | | | bgpd: mplsvpn SNMP correctly validate incoming rt_indexPat Ruddy2021-02-171-2/+5
* | | | | Merge pull request #8102 from volta-networks/fix_ospf6_error_logsDonald Sharp2021-02-191-30/+45
|\ \ \ \ \
| * | | | | ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.lynne2021-02-181-30/+45
* | | | | | Merge pull request #8103 from mjstapp/fix_thread_awakenDonald Sharp2021-02-191-22/+26
|\ \ \ \ \ \
| * | | | | | lib: pass the thread_master to process_timers()Mark Stapp2021-02-181-6/+7
| * | | | | | lib: don't awaken from poll for every timerMark Stapp2021-02-181-4/+12
| * | | | | | lib: remove unneeded arg from timer apiMark Stapp2021-02-181-10/+6
| * | | | | | lib: small code cleanup in thread.cMark Stapp2021-02-181-2/+1
* | | | | | | Merge pull request #8107 from ranjanyash54/intra_prefix_metricDonald Sharp2021-02-191-1/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ospf6d: Metric option in intra-prefix LSA detailYash Ranjan2021-02-191-1/+6
|/ / / / / /
* | | | | | Merge pull request #8106 from donaldsharp/fix_bad_interactionMark Stapp2021-02-181-1/+1
|\ \ \ \ \ \
| * | | | | | bgpd: Fix crash when we don't have a nexthopDonald Sharp2021-02-181-1/+1
|/ / / / / /
* | | | | | Merge pull request #8104 from qlyoung/fix-clang-sa-feb2021Donatas Abraitis2021-02-183-1/+19
|\ \ \ \ \ \
| * | | | | | lib: fix some misc SA warningsQuentin Young2021-02-173-1/+19
* | | | | | | Merge pull request #7942 from donaldsharp/rpki_reload_fixDonatas Abraitis2021-02-181-0/+10
|\ \ \ \ \ \ \
| * | | | | | | frr-reload: rpki context exiting uses exit and not endRunar Borge2021-02-041-0/+10
* | | | | | | | Merge pull request #8012 from mjstapp/fix_topo_ver_checkDonatas Abraitis2021-02-181-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: report kernel version check failuresMark Stapp2021-02-161-0/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #8041 from donaldsharp/v6_ll_interfaceDonatas Abraitis2021-02-186-5/+152
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | bgpd: Switch LL nexthop tracking to be interface basedDonald Sharp2021-02-176-5/+152
| |/ / / / / /
* | | | | | | Merge pull request #8062 from donaldsharp/bgp_blackholeRuss White2021-02-171-3/+11
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Blackhole nexthops are not reachableDonald Sharp2021-02-131-3/+11
* | | | | | | | Merge pull request #8068 from qlyoung/bmp-tracingRuss White2021-02-173-5/+122
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | bgpd: add tracepoints for BMPQuentin Young2021-02-122-0/+115
| * | | | | | | bgpd: add PEER_HOSTNAME() macroQuentin Young2021-02-122-5/+7
* | | | | | | | Merge pull request #8101 from idryzhov/staticd-fixesMark Stapp2021-02-175-70/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | staticd: fix vrf enablingIgor Ryzhov2021-02-171-0/+2
| * | | | | | | staticd: fix nexthop creation and installationIgor Ryzhov2021-02-174-65/+10
| * | | | | | | staticd: fix nexthop validationIgor Ryzhov2021-02-173-5/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #8098 from donaldsharp/af_inet_is_protoMark Stapp2021-02-171-2/+2
|\ \ \ \ \ \ \
| * | | | | | | zebra: use AF_INET for protocol familyDonald Sharp2021-02-161-2/+2
* | | | | | | | Merge pull request #8099 from donaldsharp/more_ignore_revsMark Stapp2021-02-171-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | *: Add another commit to .git-blame-ignore-revsDonald Sharp2021-02-161-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #8015 from mjstapp/fix_topo_gen_supportMartin Winter2021-02-162-25/+26
|\ \ \ \ \ \ \
| * | | | | | | tests: make generate support bundle python3 onlyMark Stapp2021-02-152-25/+26
* | | | | | | | Merge pull request #8051 from volta-networks/fix_ospf6_hello_loRuss White2021-02-161-2/+5
|\ \ \ \ \ \ \ \