summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Don't expose a function that is never usedDonald Sharp2018-06-202-2/+1
* zebra: Add initial framework to keep track of changed route-mapsDonald Sharp2018-06-201-3/+25
* pimd: Remove unused codeDonald Sharp2018-06-201-16/+0
* bgpd, lib, pimd: Remove unused variable.Donald Sharp2018-06-204-8/+8
* Merge pull request #2459 from pacovn/Coverity_1469898_Uninitialized_scalar_va...Quentin Young2018-06-191-0/+3
|\
| * lib: uninitialized variable (Coverity 1469898)paco2018-06-151-0/+3
* | Merge pull request #2373 from rubenk/specfile-cleanupsMartin Winter2018-06-191-58/+52
|\ \
| * | redhat: fix else cases in spec fileRuben Kerkhof2018-06-191-2/+2
| * | redhat: spec file: specify file only onceRuben Kerkhof2018-06-191-2/+1
| * | redhat: spec file: no need for custom attr for service fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: add missing dependencies on chkconfig in spec fileRuben Kerkhof2018-06-191-0/+2
| * | redhat: remove a few superfluous Requires from spec fileRuben Kerkhof2018-06-191-4/+2
| * | redhat: remove a few superfluous BuildRequires from spec fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: depend on info package instead of binary in specfileRuben Kerkhof2018-06-191-2/+2
| * | redhat: install-info is not called from %pre in spec fileRuben Kerkhof2018-06-191-1/+0
| * | redhat: remove wrong comment from spec fileRuben Kerkhof2018-06-191-6/+2
| * | redhat: spec file: all supported Fedora versions use systemdRuben Kerkhof2018-06-191-2/+2
| * | redhat: use default permissions for logrotate file in spec fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: spec file: we ship only one logrotate fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: be consistent in adding ./configure options in spec fileRuben Kerkhof2018-06-191-7/+7
| * | redhat: use Github for SOURCE0 in spec fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: Use https for URL in spec fileRuben Kerkhof2018-06-191-1/+1
| * | redhat: remove trailing whitespace from spec fileRuben Kerkhof2018-06-191-8/+8
| * | redhat: fix tabs vs spaces in spec fileRuben Kerkhof2018-06-191-21/+21
* | | Merge pull request #2445 from ppmathis/feature/bgp-pg-overridesRuss White2018-06-199-1028/+1676
|\ \ \
| * | | bgpd: Finalize group-overrides for peer/AF attrsPascal Mathis2018-06-142-65/+280
| * | | bgpd: Implement group-overrides for peer attrsPascal Mathis2018-06-145-256/+383
| * | | bgpd: Implement group-overrides for peer timersPascal Mathis2018-06-147-219/+240
| * | | bgpd: Improve test suite for peer-group overridesPascal Mathis2018-06-141-178/+215
| * | | bgpd: Cleanup peer/AF-flag override implementationPascal Mathis2018-06-142-79/+71
| * | | bgpd: Fix AF-attribute overrides when binding peerPascal Mathis2018-06-144-153/+251
| * | | bgpd: Implement group-overrides for peer flagsPascal Mathis2018-06-146-248/+406
* | | | Merge pull request #2450 from ppmathis/bugfix/bgp-filtered-routesRuss White2018-06-191-5/+1
|\ \ \ \
| * | | | bgpd: Fix crash when showing filtered routesPascal Mathis2018-06-151-5/+1
| | |_|/ | |/| |
* | | | Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warningRuss White2018-06-192-2/+2
|\ \ \ \
| * | | | lib: ignore user CFLAGS when building ClippyQuentin Young2018-06-151-1/+1
| * | | | tests: fixup minor autotools nitQuentin Young2018-06-151-1/+1
* | | | | Merge pull request #2468 from qlyoung/docuserRuss White2018-06-191-229/+231
|\ \ \ \ \
| * | | | | doc: update workflow.rstQuentin Young2018-06-151-229/+231
| |/ / / /
* | | | | Merge pull request #2470 from chiragshah6/mdevRuss White2018-06-192-2/+3
|\ \ \ \ \
| * | | | | bgpd: fix default RD value in running-cfgChirag Shah2018-06-161-0/+1
| * | | | | zebra: Hide default vrf instance of l3vni cmdChirag Shah2018-06-161-2/+2
* | | | | | Merge pull request #2474 from donaldsharp/vty_thread_cancel_writesRuss White2018-06-193-1/+76
|\ \ \ \ \ \
| * | | | | | lib: A small optimization for the hash iterate and walk functionsDonald Sharp2018-06-172-2/+11
| * | | | | | lib, vtysh: Add 'show thread poll' commandDonald Sharp2018-06-172-0/+66
| |/ / / / /
* | | | | | Merge pull request #2478 from pacovn/Coverity_1408766_Dereference_after_null_...Russ White2018-06-191-5/+3
|\ \ \ \ \ \
| * | | | | | bgpd: null check (Coverity 1408766)paco2018-06-181-5/+3
* | | | | | | Merge pull request #2479 from dslicenc/zebra-vrf-staticsRuss White2018-06-191-0/+6
|\ \ \ \ \ \ \
| * | | | | | | zebra: re-install static routes needed vrf when the vrf intf comes upDon Slice2018-06-181-0/+6
* | | | | | | | Merge pull request #2481 from pacovn/security_vpn_null_checkRuss White2018-06-191-0/+3
|\ \ \ \ \ \ \ \