summaryrefslogtreecommitdiffstats
path: root/pimd/CAVEATS (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-08bgpd: fix wrong use of IN6_IS_ADDR_LINKLOCALRenato Westphal1-1/+1
2016-08-08bgpd: use utsname.domainname only when availableRenato Westphal2-1/+11
2016-08-08lib: update strlcpy to OpenBSD v1.13Renato Westphal1-17/+25
2016-08-08lib: fix setting of IPv4 multicast sockopts on OpenBSDRenato Westphal4-14/+28
2016-08-08ospf6d: fix sendmsg on OpenBSDRenato Westphal1-5/+9
2016-08-08zebra: fix build on OpenBSD >= 5.9Renato Westphal1-0/+2
2016-08-06bgpd: Fix for CM-11982 bgp failed to redistribute connected in vrf tableSid Khot3-0/+30
2016-08-05'debug ospf' print a garbage characterDaniel Walton1-0/+1
2016-08-04Fix changelog to add maintainer info, build fails without itJohn Berezovik1-2/+4
2016-08-03lib: Add newline terminators to pim docstringQuentin Young1-6/+6
2016-08-02quagga: Set version strings appropriatelyDonald Sharp2-1/+7
2016-08-03lib: Arm build breakage with MAX_INT macro issuesDonald Sharp1-1/+1
2016-08-03bgpd: Add command to prefer global ipv6 addressDon Slice4-19/+114
2016-08-01bgpd: Add the no form of some dump bgp commandsDonald Sharp1-4/+30
2016-08-01configure: Auto pick-up the correct json envDonald Sharp19-238/+66
2016-08-01BGP displays "keepalive" instead of "keepalives" for debugsDaniel Walton1-1/+1
2016-07-28vtysh: Do not run extract.pl over protocols that are not configuredDonald Sharp1-4/+31
2016-07-28lib: 'show commandtree' is not a CLI commandDonald Sharp1-2/+0
2016-07-28isisd: drop unused per-type metric valuesDavid Lamparter3-14/+20
2016-07-28isisd: API: area (L1), domain (L2) passwordsChristian Franke3-266/+158
2016-07-28isisd: API: timers (LSP, SPF)Christian Franke4-651/+585
2016-07-28isisd: API: LSP-MTU & area levelChristian Franke5-238/+227
2016-07-28isisd: API: timers (IIH, CSNP, PSNP)David Lamparter2-705/+704
2016-07-28isisd: API: circuit passwordChristian Franke3-58/+84
2016-07-28isisd: API: basic area configChristian Franke3-201/+207
2016-07-28isisd: API: basic circuit configDavid Lamparter6-808/+771
2016-07-28*: get rid of "MTYPE 0"David Lamparter8-13/+13
2016-07-28pimd: relegate pim_igmp_join.c into a header fileDavid Lamparter4-80/+45
2016-07-28lib: add 3-byte stream functionsDavid Lamparter2-0/+81
2016-07-28lib: linklist: clean up insert-before/after dupsDavid Lamparter3-52/+5
2016-07-28*: snmp: add a load of "static" specifiersDavid Lamparter5-21/+21
2016-07-28zebra: fix include for SNMPDavid Lamparter1-0/+1
2016-07-28lib: AgentX: use threads instead of eventloop hackDavid Lamparter2-81/+106
2016-07-28lib: add thread_add_timer_tv (struct timeval)David Lamparter2-0/+16
2016-07-28lib: linklist: add listnode_add_before()David Lamparter2-0/+39
2016-07-28lib: remove a whole bunch of unused time stuffDavid Lamparter2-67/+2
2016-07-28zebra: use quagga_monotime() for zserv and rnhChristian Franke2-8/+8
2016-07-28ospfd: use random() to pick initial DD seq#David Lamparter1-1/+1
2016-07-28ospfd: ditch unused time fieldsDavid Lamparter4-12/+0
2016-07-28ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter4-6/+15
2016-07-28bgpd: ditch unused bgp_node_*() functionsDavid Lamparter1-38/+0
2016-07-28bgpd: divorce router-id logic from CLI & zebraDavid Lamparter4-42/+49
2016-07-28bgpd: minor header/API clean upDavid Lamparter2-6/+16
2016-07-29bgpd: Pass correct bgp-name for clear commandDon Slice1-23/+19
2016-07-27pimd: supply VIFF_USE_IFINDEX definitionDavid Lamparter1-0/+13
2016-07-24tests: update testcli reference outputDavid Lamparter1-0/+2
2016-07-24Revert "lib: Rewrite ipv4 address and prefix validator"David Lamparter1-36/+108
2016-07-24*: fixup snmp supportDavid Lamparter3-3/+18
2016-07-27bgpd: Fix for CM-11908 BGP: 'Address-family encap' cli issuesSid Khot1-0/+2
2016-07-26lib: Free memory correctly when braces used in parserDon Slice1-0/+1