summaryrefslogtreecommitdiffstats
path: root/lib/gitversion.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-21zebra: implement per-route mtu handlingTimo Teräs10-17/+110
2016-08-21zebra: Fix cherry-pick of ZEBRA_FLAG_CHANGEDDonald Sharp2-21/+21
2016-08-19zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs4-25/+25
2016-08-19bgpd: Upon interface up (update) only kick-off non-Established peersvivek1-0/+1
2016-08-18quagga-reload.py should not restart quagga if bgp ASN changesDaniel Walton1-20/+20
2016-08-18vtysh --markfile needs to ignore the "end" linesDaniel Walton1-1/+39
2016-08-18zebra: Fix up cherry-pick mistakeDonald Sharp1-3/+4
2016-08-18zebra: additional redistribute related loggingLou Berger1-12/+16
2016-08-18ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund5-20/+203
2016-08-18Revert "per-interface ospf enable and area set command."David Lamparter5-203/+20
2016-08-18*: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma69-216/+219
2016-08-18Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot10-10/+28
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