summaryrefslogtreecommitdiffstats
path: root/COPYING.LIB (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-17BGP: neighbor activate lines for ipv4 unicast are not in the sub contextDaniel Walton1-1/+3
2016-08-17bgpd: Fix for CM-11777 Need Quagga.conf created at quagga installSid Khot7-17/+6
2016-08-16ospfd: Remove HAVE_OSPF_TEDonald Sharp3-16/+0
2016-08-16ospfd: Remove HAVE_OPAQUE_LSADonald Sharp20-208/+3
2016-08-16lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp33-13/+38
2016-08-16pimd: don't break with missing SO_BINDTODEVICEDavid Lamparter1-1/+5
2016-08-16bgpd: only try to identify VRF on LinuxDavid Lamparter1-0/+12
2016-08-16isisd: warn if there is an MTU issue on circuitsChristian Franke2-2/+10
2016-08-16isisd: fold up isis_circuit_is_type_set()David Lamparter3-9/+2
2016-08-16isisd: fix is_type_setDavid Lamparter1-3/+3
2016-08-16isisd: fix network-type configurationChristian Franke2-3/+2
2016-08-16isisd: fix isis_circuit_af_set() on fresh circuitDavid Lamparter1-1/+1
2016-08-16isisd: fix isis_circuit_create()David Lamparter2-12/+10
2016-08-16lib: don't have log functions change errnoChristian Franke1-0/+4
2016-08-16Revert "Remove individual daemon conf files and replace with Quagga.conf"Sid Khot6-3/+16
2016-08-15"No such peer-groupr" should be "No such peer-group"Daniel Walton1-1/+1
2016-08-15zebra: Fix usage of accidental NULL pointerDonald Sharp1-1/+1
2016-08-15zebra: Fix usage of accidental NULL pointerDonald Sharp1-1/+1
2016-08-13zebra: Fix interface lookup for RA statisticsvivek1-13/+13
2016-08-13Remove individual daemon conf files and replace with Quagga.confDinesh G Dutt6-16/+3
2016-08-13bgpd: Reverting fix for CM-5040: BGP and OSPF should accept "router-id use-lo...Sid Khot2-167/+8
2016-08-08*: fix trivial build errors on *BSDRenato Westphal7-19/+33
2016-08-08zebra: create an abstraction layer for netlink_neigh_update()Renato Westphal6-7/+18
2016-08-08zebra: replace __u32 with standard uint32_tRenato Westphal3-3/+3
2016-08-08pimd: add a workaround for *BSDRenato Westphal3-21/+57
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 Sharp96-465/+578
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