summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-099-51/+86
|/
* Fix the wrong user/group for nhrpd.Hung-Weic Chiu2017-05-021-5/+3
* nhrpd: Fix cli changes missedDonald Sharp2017-04-251-1/+1
* nhrp: parse and log command response errors from strongSwanTimo Teräs2017-04-251-1/+21
* nhrp: fix potential crash when vici profile name is not configuredTimo Teräs2017-04-251-0/+2
* nhrp: notify 'tunnel protection' changesTimo Teräs2017-04-251-0/+2
* nhrp: explicitly cast ints to size_t for vici_request_vc va_list handlingTimo Teräs2017-04-251-3/+3
* nhrp: fix protocol address family parsing on receiveTimo Teräs2017-04-251-9/+19
* nhrp: implement 'no ip nhrp map' commandTimo Teräs2017-04-251-0/+27
* nhrpd: implement 'show ip nhrp nhs'Timo Teräs2017-04-253-43/+86
* nhrpd: Fix value set but never used.Donald Sharp2017-03-311-1/+0
* nhrpd: add .gitignoreQuentin Young2017-03-301-0/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-154-5/+5
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-2/+2
* *: add frr_run()David Lamparter2017-03-081-11/+1
* *: add frr_config_fork()David Lamparter2017-03-081-42/+3
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-68/+25
* nhrpd: workaround old kernel vs. glibc definition conflicsTimo Teräs2017-03-071-1/+2
* nhrpd: include headers in dist tarballDavid Lamparter2017-03-071-0/+12
* nhrpd: change VTY port 2612->2610David Lamparter2017-03-071-1/+1
* nhrpd: adapt to API changesDavid Lamparter2017-03-0712-115/+133
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-0731-0/+7722