summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: remove --disable-ipv6David Lamparter2016-06-032-30/+7
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-0315-19/+14
* build: harmonize configure help stringsDavid Lamparter2016-06-031-45/+45
* build: remove --enable-solaris parameterDavid Lamparter2016-06-031-9/+3
* zebra: remove rt_ioctl kernel interfaceDavid Lamparter2016-06-032-28/+2
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2016-06-031-18/+0
* build: remove ancient Linux/BSD IPv6 cruftDavid Lamparter2016-06-032-73/+14
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-039-75/+13
* pimd: Fix compiler warning in pim_mroute.cDonald Sharp2016-06-031-2/+2
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2016-06-038-272/+5
* build: remove Linux non-netlink configDavid Lamparter2016-06-032-45/+9
* vtysh: Add code to allow pimd show running specificDonald Sharp2016-06-011-4/+6
* pimd: Add support for displaying ip mrouteDonald Sharp2016-06-013-0/+37
* zebra: Remove experimental warningDonald Sharp2016-06-011-6/+0
* pim: Fix 'no ip pim sm'Donald Sharp2016-06-012-3/+4
* zebra: Fix unprotected zlog_debugDonald Sharp2016-06-011-1/+2
* pimd: Allow command zclient to find it's dataDonald Sharp2016-06-011-28/+25
* lib: Fixup zclient api to be consistentDonald Sharp2016-05-271-5/+5
* lib: Fixup zebra zapi message tableDonald Sharp2016-05-271-1/+5
* lib: Fix vrf_id_t data typeDonald Sharp2016-05-273-4/+4
* debian: Add pimd to logrotate scriptDonald Sharp2016-05-271-1/+1
* pimd: Fixup some clang compiler warningsDonald Sharp2016-05-272-2/+2
* pimd: Add ability to safely ignore route-mapsDonald Sharp2016-05-274-1/+40
* vtysh: vtysh_pam() needs an ifdef USE_PAM checkDaniel Walton2016-05-271-0/+2
* bgpd: resolve merge issues in bgp_attr_check()Daniel Walton2016-05-273-13/+12
* vtysh: Fix compile failure from cherry-pickDonald Sharp2016-05-271-1/+1
* pimd: Double read of streamDonald Sharp2016-05-271-9/+0
* debian: Add test_igmpv3_join to packagingDonald Sharp2016-05-271-0/+1
* pimd: Forgot to add the vrf_init callDonald Sharp2016-05-272-0/+8
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-266-69/+63
* zebra: MBGP routes should not be installed in the kernelBalaji2016-05-261-0/+5
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2016-05-261-1/+18
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2016-05-263-63/+65
* bgpd.c: Remove unused store to variablePaul Jakma2016-05-261-2/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-2617-47/+59
* zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng2016-05-261-1/+1
* ripd: allow to enable/disable the ECMP featureLu Feng2016-05-263-5/+102
* ripd: add ECMP supportLu Feng2016-05-264-357/+442
* configure: Fix warnings on CentOS and bump the minimum autoconf versionPaul Jakma2016-05-261-1/+2
* doc: older versions of texinfo seem to be sensitive to location of unmacroPaul Jakma2016-05-261-3/+0
* distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemdMartin Winter2016-05-263-145/+424
* distro/redhat/rpm: remove with_ipv6, package pimd binary, remove pam stackPaul Jakma2016-05-263-50/+14
* Adding redhat init/service files to start pimdMartin Winter2016-05-263-1/+87
* distro: fix redhat/quagga.spec.inPaul Jakma2016-05-261-9/+15
* doc: Add AFI/SAFI show commands to manualLou Berger2016-05-261-0/+25
* bgpd: encap: extend extcommunity handlingLou Berger2016-05-262-10/+33
* bgpd: kill unused variable in bgp_socket()Lou Berger2016-05-261-1/+1
* bgpd: add nexthop length to AF macroLou Berger2016-05-261-0/+9
* lib: add SAFI_ENCAP type, safi2str prefix utilityLou Berger2016-05-263-1/+19
* lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...Lou Berger2016-05-261-0/+3