commit | dafa05e65fe4b3b3ed5525443f554215ba14f42c | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Thu Jan 19 17:27:01 2017 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:55 2017 +0000 |
tree | 77d152b32b3fc3766f1813927b0eb40efa36425e | |
parent | 56ae5c4847f53f10e2151039556ec76a7a94c7fb [diff] [blame] |
nhrpd: implement next hop resolution protocol This provides DMVPN support and integrates to strongSwan. Please read README.nhrpd and README.kernel for more details.
diff --git a/.gitignore b/.gitignore index a281555..a8da62f 100644 --- a/.gitignore +++ b/.gitignore
@@ -27,6 +27,7 @@ quagga-[0-9.][0-9.][0-9.]*.tar.gz.asc .nfs* libtool +.libs .arch-inventory .arch-ids {arch} @@ -34,6 +35,7 @@ .msg .rebase-* *~ +*.o *.loT m4/*.m4 !m4/ax_sys_weak_alias.m4