summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: add SAFI_ENCAP type, safi2str prefix utilityLou Berger2016-02-263-1/+19
* lib: add facility to log all CLI commandsLou Berger2016-02-261-2/+36
* lib: add "show commandtree" CLI commandLou Berger2016-02-261-0/+35
* lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...Lou Berger2016-02-261-0/+3
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-02-263-17/+30
* zebra: additional redistribute related loggingLou Berger2016-02-261-6/+12
* zebra: make RTF_LLINFO optional to fix FreeBSDLou Berger2016-02-261-0/+2
* zebra: wire up "debug zebra packet detail"Lou Berger2016-02-261-2/+3
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-2629-13/+34
* bgpd: Fix graceful restart capability minsizeLou Berger2016-02-261-1/+1
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-02-265-44/+37
* docs: Update bgpd docs, inc. on decision process, and with a section on MED.Paul Jakma2016-02-262-6/+368
* bgpd: make bgp_info_cmp and multiple-path decision logic more regularPaul Jakma2016-02-184-98/+129
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-02-182-3/+27
* tests: add more AS4 capability tests + little fixes for couple of GR test cases.Paul Jakma2016-02-101-4/+12
* bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma2016-02-101-0/+30
* bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode.Paul Jakma2016-02-103-7/+11
* vtysh: When the config file is close to the boundry of size of buffer vtysh h...Gautam Kumar2016-02-101-100/+77
* bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked lengthDonald Sharp2016-02-101-16/+36
* zebra: Fix solaris build issueDonald Sharp2015-12-091-1/+1
* zebra: Fix non usage of VRF_DEFAULTDonald Sharp2015-12-081-1/+1
* bgpd: Implicit updates in BGP may require a withdrawal from zebra RIBPaul Jakma2015-12-081-41/+5
* isisd, lib: Fix some more compiler warningsDonald Sharp2015-12-082-1/+3
* zebra: Cleanup RTADV defineDonald Sharp2015-12-086-37/+24
* isisd: make send_lsp more robustChristian Franke2015-12-084-48/+114
* isisd: fix misleading wording in logChristian Franke2015-12-081-5/+5
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2015-12-082-6/+40
* isisd: fix IPv6 mask applicationChristian Franke2015-12-081-5/+5
* isisd: show interface's ipv6 addresesChristian Franke2015-12-081-3/+23
* isisd: provide more detailed log for failed address removalChristian Franke2015-12-081-0/+20
* isisd: add support to import routes from other protocolsChristian Franke2015-12-0817-110/+1682
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2015-12-081-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2015-12-085-35/+169
* isisd: add a debug mode that traces LSP constructionChristian Franke2015-12-083-5/+158
* isisd: purge on correct levelChristian Franke2015-12-083-5/+6
* isisd: allow to adjust lsp-mtuChristian Franke2015-12-088-63/+172
* isisd: initialize circuit to match area is_typeChristian Franke2015-12-082-6/+20
* isisd: do remove ipv6 routes from ZebraChristian Franke2015-12-081-1/+1
* isisd: don't corrupt memory for long hostnamesChristian Franke2015-12-082-3/+12
* isisd: fix a typo in a log messageChristian Franke2015-12-081-1/+1
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2015-12-083-30/+1
* isisd: annotate some function arguments with constChristian Franke2015-12-087-28/+28
* lib: don't have log functions change errnoChristian Franke2015-12-081-0/+4
* bgpd: Update dump to allow Extended Time FormatAlexis Fasquel2015-12-085-164/+182
* lib: add function to get precise remaining time of timer threadChristian Franke2015-12-082-0/+9
* ripd, isisd: fix warnings that make the build failChristian Franke2015-12-082-4/+4
* zebra: Fix change of distance on ipv6 route creating duplicate routesDonald Sharp2015-12-081-4/+12
* zebra: Combine static_uninstall_ipv[4|6] into one functionDonald Sharp2015-12-081-65/+4
* zebra: combine static_ipv[4|6]_nexthop_same into one functionDonald Sharp2015-12-081-22/+16
* zebra: Combine static_install_ipv[4|6]Donald Sharp2015-12-081-100/+41