summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4932 from sworleys/Static-Route-Dev-Redist-Fixbase_7.2Mark Stapp2019-09-041-1/+7
|\
| * staticd: Re-send/Remove routes on interface eventsStephen Worley2019-09-041-1/+7
* | Merge pull request #4883 from mjstapp/dplane_vtepsDonald Sharp2019-09-047-56/+105
|\ \
| * | zebra: move EVPN VTEP programming to dataplaneMark Stapp2019-09-047-56/+105
| |/
* | Merge pull request #4930 from donaldsharp/4851_fixupDavid Lamparter2019-09-042-0/+19
|\ \
| * | isisd: Enabling build with opensslMichal Ruprich2019-09-042-0/+19
* | | Merge pull request #4789 from sworleys/Nexthop-Sort-OptimizationMark Stapp2019-09-044-6/+119
|\ \ \ | |_|/ |/| |
| * | lib: Sort zapi_nexthops on the encodeStephen Worley2019-08-193-5/+95
| * | lib: Add tail check before nexthop insertionStephen Worley2019-08-191-1/+24
* | | Merge pull request #4877 from mjstapp/dplane_neighsDonald Sharp2019-09-049-69/+370
|\ \ \ | |_|/ |/| |
| * | zebra: Use dataplane for evpn neighbor changesMark Stapp2019-08-237-70/+348
| * | lib: use const in prefix_mac2strMark Stapp2019-08-232-2/+2
| * | zebra: begin evpn neighbor install via dataplaneMark Stapp2019-08-232-0/+23
* | | Merge pull request #4874 from manuhalo/fix_isis_mtuDonald Sharp2019-09-041-19/+54
|\ \ \
| * | | isisd: check MTU when configuring circuitEmanuele Di Pascale2019-08-271-19/+54
* | | | Merge pull request #4869 from rtrlib/2019-08-22-bugfix-masterDonald Sharp2019-09-042-57/+54
|\ \ \ \
| * | | | bgpd: update rpki documentationMarcel Röthke2019-08-281-25/+0
| * | | | bgpd: cleanup rtrlib includes in rpki moduleMarcel Röthke2019-08-261-6/+0
| * | | | bgpd: automatically disable rpki when the last cache is removed instead of er...Marcel Röthke2019-08-221-3/+3
| * | | | bgpd: deprecate rpki initial sync timeout commandsMarcel Röthke2019-08-221-19/+25
| * | | | bgpd: cleanup properly if rtr mgr cannot add a cacheMarcel Röthke2019-08-221-4/+14
| * | | | bgpd: ensure rpki cache preference values are unique even if rtr mgr is not y...Marcel Röthke2019-08-221-0/+12
* | | | | Merge pull request #4908 from qlyoung/vtysh-find-regexpDonatas Abraitis2019-09-042-14/+118
|\ \ \ \ \
| * | | | | vtysh, lib: allow regexp in `find` commandQuentin Young2019-09-032-14/+118
* | | | | | Merge pull request #4918 from brchiu/fix_values_cnt_errorDonald Sharp2019-09-041-1/+1
|\ \ \ \ \ \
| * | | | | | lib: Fix erroneously setting pointer values_cnt as NULLBi-Ruei, Chiu2019-09-041-1/+1
* | | | | | | Merge pull request #4927 from donaldsharp/eigrp_sa_fixJafar Al-Gharaibeh2019-09-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | eigrpd: Fix SA issue with setting but not usingDonald Sharp2019-09-041-1/+1
* | | | | | | | Merge pull request #4926 from donaldsharp/pbr_markJafar Al-Gharaibeh2019-09-041-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: Update pbr to reflect new mark match command.Donald Sharp2019-09-041-0/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #4925 from ddutt/masterDonald Sharp2019-09-044-3/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | bgpd: Fixes to error message printed for failed peeringsDinesh G Dutt2019-09-034-3/+13
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4924 from Jafaral/gnulinuxDonald Sharp2019-09-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | zebra: use GNU_LINUX instead of LINUXJafar Al-Gharaibeh2019-09-031-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #4923 from Jafaral/pbrmarkDonald Sharp2019-09-044-7/+41
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-034-7/+41
| |/ / / / / /
* | | | | | | Merge pull request #4892 from pguibert6WIND/nhtresolvedefaultvrfDonald Sharp2019-09-036-32/+39
|\ \ \ \ \ \ \
| * | | | | | | zebra: nht resolution default configurable per vrfPhilippe Guibert2019-08-286-32/+39
* | | | | | | | Merge pull request #4919 from opensourcerouting/config-warningsQuentin Young2019-09-032-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | zebra/fpm: deprecation warning for protobufDavid Lamparter2019-09-021-0/+3
| * | | | | | | | build: only build without libcap on requestDavid Lamparter2019-09-021-0/+14
* | | | | | | | | Merge pull request #4604 from opensourcerouting/mutex-sugarQuentin Young2019-09-0364-410/+483
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: add frr_{each,with} to coding styleDavid Lamparter2019-09-031-0/+22
| * | | | | | | | | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-0341-103/+96
| * | | | | | | | | tools: extend checkpatch.pl for frr_{with,each}David Lamparter2019-09-031-2/+27
| * | | | | | | | | doc: add developer docs for frr_with_mutexDavid Lamparter2019-09-033-0/+75
| * | | | | | | | | lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-0319-306/+221
| * | | | | | | | | lib: add some macro helpersDavid Lamparter2019-09-031-0/+43
* | | | | | | | | | Merge pull request #4922 from pguibert6WIND/bfd_close_socketsRafael Zalamena2019-09-031-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | bfdd: close bfd echo sockets, upon vrf disablePhilippe Guibert2019-09-031-0/+2
| |/ / / / / / / /