summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pimd: Start naive implementation of anysource_forward_stopDonald Sharp2016-07-121-6/+6
* | pimd: IGMPv3 leave not deleting group entryDonald Sharp2016-07-121-1/+12
* | lib: Rewrite ipv4 address and prefix validatorQuentin Young2016-07-121-108/+36
* | lib: Disallow % in IPv6 addresses and prefixesQuentin Young2016-07-121-2/+2
* | lib: Rewrite ipv6 prefix matcherQuentin Young2016-07-121-118/+20
* | all: add default log file if none are definedDon Slice2016-07-1110-11/+20
* | pimd: static joins no longer workedDonald Sharp2016-07-111-23/+44
* | Revert "pimd: Prevent igmp packet loopback."Donald Sharp2016-07-111-13/+0
* | bgpd: BGP should accept "router-id IFNAME"Sid Khot2016-07-022-8/+170
* | bgpd: "neigbor <interface> ttl-security hops" should reject a hops value grea...Sid Khot2016-07-021-0/+20
* | pimd: Set default logfile to Quagga.logDonald Sharp2016-06-301-2/+4
* | pim: Show Iif for 'show ip pim upstream' commandDonald Sharp2016-06-291-2/+3
* | pimd: Fix igmp isex_exclDonald Sharp2016-06-291-1/+15
* | pimd: Pass the appropriate data structure aroundDonald Sharp2016-06-291-12/+12
* | pimd: Ensure we should accept a kernel upcallDonald Sharp2016-06-291-1/+37
* | pimd: Prevent igmp packet loopback.Donald Sharp2016-06-291-0/+13
* | pimd: Make pim_channel_add_oif failures debugsDonald Sharp2016-06-291-42/+57
* | pimd: Make received packet zlog_err a zlog_debugDonald Sharp2016-06-291-2/+3
* | pimd: Bind pim sockets to interface they are associated withDonald Sharp2016-06-294-4/+33
* | Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...Don Slice2016-06-286-29/+91
|\ \
| * | pimd: When receiving the register packet, create the mrouteDonald Sharp2016-06-272-5/+24
| * | pimd: Refactor pim_scan_oilDonald Sharp2016-06-272-24/+35
| * | pimd: Allow (*,G) to work properly.Donald Sharp2016-06-271-0/+15
| * | Provide example on how to run sudo vtysh show commands without passwordDave Olson2016-06-271-0/+14
| * | zebra: resolved problem with show ip route vrfDon Slice2016-06-271-1/+4
* | | zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-287-4/+22
|/ /
* | pimd: Fix register receive pointer arithmeticDonald Sharp2016-06-241-3/+10
* | pimd: Removing extra assertsDonald Sharp2016-06-231-7/+1
* | lib: Add documentation to internal command format parser functionsQuentin Young2016-06-231-16/+112
* | pimd: Fix igmp Trace loggingDonald Sharp2016-06-232-9/+13
* | pimd: Move timer information to TRACE_DETAILDonald Sharp2016-06-231-1/+1
* | pimd: Handle pimreg a bit betterDonald Sharp2016-06-232-2/+13
* | pimd: Turn some trace information to trace detailDonald Sharp2016-06-232-2/+2
* | pimd: Allow pimreg device to be output vifDonald Sharp2016-06-231-7/+0
* | pimd: Get proper group on register receiveDonald Sharp2016-06-221-2/+2
* | pimd: Fix checking to see if we are a RP or notDonald Sharp2016-06-221-0/+3
* | pimd: Log Rotate is not working properlyDonald Sharp2016-06-221-1/+0
* | vtysh: auto-generated vtysh_cmd.c file should depend on its creatorPaul Jakma2016-06-221-3/+2
* | bgpd: Fix another clang warningDonald Sharp2016-06-211-1/+1
* | zebra: Add iface index to RA message count increment failure msgQuentin Young2016-06-211-1/+2
* | zebra: Suppress 'ip forwarding' in configuration outputQuentin Young2016-06-211-4/+4
* | zebra: Add `debug zebra kernel msgdump` functionalityQuentin Young2016-06-213-5/+63
* | quagga-reload.py thinks the BGP ASN changed when it did notDaniel Walton2016-06-211-1/+5
* | Fix build warnings in start-stop-daemon.cDaniel Walton2016-06-211-6/+6
* | zebra: Change bitwise operations to purpose-built macrosQuentin Young2016-06-201-10/+10
* | zebra: Add ipv6 router advertisement message counterQuentin Young2016-06-203-0/+23
* | quagga: Allow compile time determination of v6 RR semanticsDonald Sharp2016-06-202-0/+11
* | pimd: Prevent loopback from forming neighborDonald Sharp2016-06-181-0/+3
* | pimd: Apparently compilers are evilDonald Sharp2016-06-185-3/+7
* | pimd: Separate pim vif index spot from ifindexDonald Sharp2016-06-1818-16/+53