summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\
| * *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+4
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-67/+28
* nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-61/+34
* nhrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-24/+28
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-231-0/+12
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-5/+5
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-5/+5
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-212-9/+4
|\ \ | |/ |/|
| * lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
| * *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-7/+2
* | nhrpd: use hop count 1 for registration requestsTimo Teräs2017-08-171-1/+1
|/
* nhrpd: fixes for clang scan-build issuesJorge Boncompte2017-08-111-4/+7
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-1010-18/+41
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-47/+54
|\
| * build: non-recursive nhrpdDavid Lamparter2017-08-044-47/+54
* | nhrp: fix assertion with negative holding timesJorge Boncompte2017-08-041-1/+1
* | nhrp: fix initialization and route redistribution registrationJorge Boncompte2017-08-041-20/+18
* | nhrp: initialize interfaces after VRFsJorge Boncompte2017-08-041-1/+1
|/
* nhrpd: enable -WerrorDavid Lamparter2017-07-141-1/+1
* *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-141-1/+0
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-142-1/+4
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-2/+2
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-2/+2
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-4/+2
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-1/+1
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-36/+36
|/
* *: update hash_create(), hash_create_size()Quentin Young2017-07-024-4/+4
* nhrpd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-3/+3
* *: use vty_outlnQuentin Young2017-06-291-90/+78
* Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-291-1/+1
|\
| * *: use ->text and strmatch where appropriateQuentin Young2017-06-271-1/+1
* | *: remove VTY_GET_*Quentin Young2017-06-271-4/+5
|/
* *: simplify log message lookupQuentin Young2017-06-211-2/+2
* nhrpd: Guard a debug that was constantly spewing informationDonald Sharp2017-06-021-1/+1
* nhrpd: Fix missing include for 'access_list_init' functionDonald Sharp2017-05-281-0/+1
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-241-0/+3
|\
| * nhrpd: install access-list commandsQuentin Young2017-05-191-0/+3
* | nhrpd: configure mgre ipv6 nd for nhrpTimo Teräs2017-05-191-4/+4
* | nhrpd: announce ipv6 routes to zebraTimo Teräs2017-05-181-2/+40
* | nhrp: improve CIE prefix length handlingTimo Teräs2017-05-183-5/+10
* | nhrpd: Fix crash in 'no nhrp event socket..' commandDonald Sharp2017-05-181-2/+5
* | nhrpd: Fix some missing newlinesDonald Sharp2017-05-181-2/+2
* | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1