2016-09-22 |
Quentin Young | lib: Remove NUMBER_TKN leftovers |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Quentin Young | lib: Use listnode_add_before for prepending nodes |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Quentin Young | lib: Update copyright headers |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Donald Sharp | lib: Get thread.c to compile |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Donald Sharp | Merge remote-tracking branch 'origin/cmaster-next'... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Quentin Young | Merge branch 'cmaster-next' into vtysh-grammar |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Lou Berger | bgpd: Additional Show Commands |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Donald Sharp | lib: Add #define str for JavaScript help string |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Donald Sharp | ospfd: Do not print warning on new interface |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Donald Sharp | bgpd: Revert --enable-bgp-standalone |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Quentin Young | lib: Initial refactor pass on CLI backend |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | vtysh: work around gcc bug #69981 |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | lib: deregister memtypes on exit/unload |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | build: goodbye, gawk |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | lib: clean/restore memory debugging functions |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | *: split & distribute memtypes and stop (re|ab)using... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | lib: migrate to new memory-type handling |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | lib: add new extensible memory-type handling |
commit | commitdiff | tree | snapshot |
2016-09-19 |
David Lamparter | lib: move memory.[ch] out of the way |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Quentin Young | lib: Allow nesting options in selectors |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Quentin Young | lib: Add edge removal to graph data structure |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | isisd, lib, vtysh: Allow extract.pl to fully work |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | isisd, vtysh: Fix isis routemaps |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | isisd: Remove duplicate "no debug isis lsp-gen" |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | lib, bgpd: Remove 'struct fifo' from lib/zebra.h |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | lib: Remove ZEBRA_INTERFACE_RENAME |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | lib, ospfd: Remove ospf specific #define from zebra.h |
commit | commitdiff | tree | snapshot |
2016-09-17 |
Donald Sharp | zebra: Fix afi mistake |
commit | commitdiff | tree | snapshot |
2016-09-16 |
Donald Sharp | zebra: Refactor interface statistic calling |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Donald Sharp | lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOP |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Donald Sharp | lib, zebra: Remove unused zserv/zclient calls |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Donald Sharp | lib: Make zebra messages types a enum |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Quentin Young | lib: Add support for selectors inside options |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Donald Sharp | zebra: Pass in vrf to rib_match_ipv4_multicast |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Donald Sharp | zebra: Fix broken rib_match |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Donald Sharp | zebra: Refactor nexthop sending |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Quentin Young | lib: Fix memory leak in ipv6_prefix_match |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Olivier Dugeon | Update isis_te.[c,h] to newly RFC7810 |
commit | commitdiff | tree | snapshot |
2016-09-13 |
David Lebrun | ospfd: Fix malformed link TLV when LP_USE_BW is set |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Quentin Young | lib: Fix various memory leaks |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Donald Sharp | doc: Get isisd.text included properly |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Quentin Young | lib: Fix memory leak in matcher |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Quentin Young | lib: Move string completions out of command_match.c |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Quentin Young | lib: Fix various matching bugs |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Quentin Young | lib: Fix tab completions memleak, memory stats corruption |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Daniel Walton | Merge branch 'cmaster-next' of ssh://stash.cumulusnetwo... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Daniel Walton | Unable to remove route-map from quagga |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Lou Berger | bgpd: Add flag to not change e{u,g}id on startup and... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | bgpd: Fix startup a bit more |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Quentin Young | lib: Reorganize grammar sandbox |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Quentin Young | lib: Add testing shim for graph deletion |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Quentin Young | lib: Add nullcheck before graph node deletion |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | ospfd: Fix crash with usage of incorrect command |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Nicolas Dichtel | vrf: add a runtime check before playing with netns |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Feng Lu | lib, vtysh: support multiple VRFs by using linux netns |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | lib: Create ns.c |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Christian Franke | zebra: assorted parts of 0abf6796c |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Christian Franke | zebra: remove unused code from zebra netlink |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | bgpd: Allow connections with no v4|6 addr's in some... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | bgpd: Display 'no neighbor 192.168.33.44 activate' |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Donald Sharp | bgpd: Fix standalone to better handle getsockopt failure |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Quentin Young | lib: Fix dangling pointer in matcher |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Donald Sharp | quagga: remove refix directory from git status |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Donald Sharp | Merge remote-tracking branch 'origin/cmaster' into... |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Donald Sharp | bgpd: Allow bgp to work standalone |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Quentin Young | lib: Fix uninitialized pointer segfault |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Quentin Young | lib: Update grammar sandbox driver |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Quentin Young | lib: Add <cr> text for end nodes |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Daniel Walton | quagga-reload.py fails for "net add debug ospf6 lsa... |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Quentin Young | lib: Remove automatic node deletion |
commit | commitdiff | tree | snapshot |
2016-09-08 |
vivek | bgpd: Process directly connected IBGP peers upon interf... |
commit | commitdiff | tree | snapshot |
2016-09-08 |
vivek | lib, bgpd: Log next hops |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Daniel Walton | quagga-reload.py fails for "net add debug ospf6 lsa... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Quentin Young | lib: Fix deduplication bug, reinstate graph print |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Quentin Young | lib: Continue matching system refactor |
commit | commitdiff | tree | snapshot |
2016-09-06 |
vivek | bgpd: Enhance path selection logs |
commit | commitdiff | tree | snapshot |
2016-09-06 |
vivek | bgpd: Fix route install upon multipath nexthop change |
commit | commitdiff | tree | snapshot |
2016-09-06 |
vivek | bgpd: Fix route install upon non-best nexthop change |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Daniel Walton | Quagga won't advertise 0.0.0.0/0 with network statement |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Donald Sharp | zebra: Line up help output better |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Daniel Walton | json support for "show ip route" for "show ipv6 route" |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Donald Sharp | bgpd: Fix call of bgp_address_destroy |
commit | commitdiff | tree | snapshot |
2016-09-05 |
vivek | bgpd: Enhance path selection logs |
commit | commitdiff | tree | snapshot |
2016-09-05 |
vivek | bgpd: Fix route install upon multipath nexthop change |
commit | commitdiff | tree | snapshot |
2016-09-05 |
vivek | bgpd: Fix route install upon non-best nexthop change |
commit | commitdiff | tree | snapshot |
2016-09-05 |
Donald Sharp | isisd: Remove impossible code |
commit | commitdiff | tree | snapshot |
2016-09-05 |
Donald Sharp | bgpd: Fix crash in 'show ip nexthop' |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Donald Sharp | zebra: Remove unnecessary log |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Renato Westphal | bgpd: fix bug in ecommunity_match |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Balaji | bgpd: Addition of bgp dampening configuration commands... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Balaji | bgpd: Addition of dampening show commands under v4... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Pawel Wieczorkiewicz | build: detect and create AM_SILENT_RULES macro if needed |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Philippe Guibert | bgpd: Add new configuration cli for graceful restart. |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Igor Ryzhov | bgpd: fix wrong help strings of "match peer" and "no... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Lou Berger | lib: add AF_ETHERNET/AFI_ETHER |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Lou Berger | lib: dump memory stats on core |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Lou Berger | bgp: add "debug bgp allow-martians" next hops and relat... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Lou Berger | bgpd: cleanup clang uninitialized variable warning |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Lou Berger | lib: fix memory leak in zprivs_caps_init |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Olivier Dugeon | Add support Router Capabilities support to OSPF |
commit | commitdiff | tree | snapshot |
next |