summaryrefslogtreecommitdiffstats
path: root/pimd/pim_int.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-30bgpd: Fix useless call in bgpd/bgp_mplsvpn.cDenil Vira1-3/+0
2016-05-30Add code to extract.pl.in to prevent further cli function overwritesDonald Sharp1-1/+30
2016-05-30Quagga: Fix code to use srandom/randomDonald Sharp8-21/+10
2016-05-30lib: include thread information in backtracesDavid Lamparter4-0/+55
2016-05-30lib: unstupidify thread debug informationDavid Lamparter2-67/+57
2016-06-03bgpd: don't use #ifdef inside macro argsDavid Lamparter1-47/+0
2016-06-03bgpd: fix negative values in outputMilan Kocian2-4/+4
2016-06-03lib/workqueue: Add trivial work_queue_is_scheduled helperPaul Jakma2-0/+8
2016-06-03tests: add testcli reference in/out & do DejaGNUDavid Lamparter5-1/+410
2016-06-03tests: add CLI dummy command-exec toolDavid Lamparter5-1/+200
2016-06-03release: 0.99.24David Lamparter1-0/+30
2016-06-03build: enable isisd by defaultDavid Lamparter1-4/+3
2016-06-03build: track config argsDavid Lamparter3-1/+8
2016-06-03build: remove --disable-ipv6David Lamparter2-30/+7
2016-06-03build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter15-19/+14
2016-06-03build: harmonize configure help stringsDavid Lamparter1-45/+45
2016-06-03build: remove --enable-solaris parameterDavid Lamparter1-9/+3
2016-06-03zebra: remove rt_ioctl kernel interfaceDavid Lamparter2-28/+2
2016-06-03zebra, ripngd: remove ::/64 special-casingDavid Lamparter1-18/+0
2016-06-03build: remove ancient Linux/BSD IPv6 cruftDavid Lamparter2-73/+14
2016-06-03build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter9-75/+13
2016-06-03pimd: Fix compiler warning in pim_mroute.cDonald Sharp1-2/+2
2016-06-03build: remove AIX, NEC EWS and IRIXDavid Lamparter8-272/+5
2016-06-03build: remove Linux non-netlink configDavid Lamparter2-45/+9
2016-06-01vtysh: Add code to allow pimd show running specificDonald Sharp1-4/+6
2016-06-01pimd: Add support for displaying ip mrouteDonald Sharp3-0/+37
2016-06-01zebra: Remove experimental warningDonald Sharp1-6/+0
2016-06-01pim: Fix 'no ip pim sm'Donald Sharp2-3/+4
2016-06-01zebra: Fix unprotected zlog_debugDonald Sharp1-1/+2
2016-06-01pimd: Allow command zclient to find it's dataDonald Sharp1-28/+25
2016-05-27lib: Fixup zclient api to be consistentDonald Sharp1-5/+5
2016-05-27lib: Fixup zebra zapi message tableDonald Sharp1-1/+5
2016-05-27lib: Fix vrf_id_t data typeDonald Sharp3-4/+4
2016-05-27debian: Add pimd to logrotate scriptDonald Sharp1-1/+1
2016-05-27pimd: Fixup some clang compiler warningsDonald Sharp2-2/+2
2016-05-27pimd: Add ability to safely ignore route-mapsDonald Sharp4-1/+40
2016-05-27vtysh: vtysh_pam() needs an ifdef USE_PAM checkDaniel Walton1-0/+2
2016-05-27bgpd: resolve merge issues in bgp_attr_check()Daniel Walton3-13/+12
2016-05-27vtysh: Fix compile failure from cherry-pickDonald Sharp1-1/+1
2016-05-27pimd: Double read of streamDonald Sharp1-9/+0
2016-05-27debian: Add test_igmpv3_join to packagingDonald Sharp1-0/+1
2016-05-27pimd: Forgot to add the vrf_init callDonald Sharp2-0/+8
2016-05-26ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma6-69/+63
2016-05-26zebra: MBGP routes should not be installed in the kernelBalaji1-0/+5
2016-05-26bgpd: Fixes for recent well-known-attr check patch.Paul Jakma1-1/+18
2016-05-26bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma3-63/+65
2016-05-26bgpd.c: Remove unused store to variablePaul Jakma1-2/+2
2016-05-26Fix most compiler warnings in default GCC build.Paul Jakma17-47/+59
2016-05-26zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng1-1/+1
2016-05-26ripd: allow to enable/disable the ECMP featureLu Feng3-5/+102