summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-2310-26/+1520
* Quagga: Fix alignment in netlink messages in some casesvivek2016-09-231-19/+5
* Quagga: Static LSP configurationvivek2016-09-239-2/+869
* Quagga: Definitions for static LSPsvivek2016-09-233-1/+162
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-1928-6/+116
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-192-0/+2
* zebra: Fix afi mistakeDonald Sharp2016-09-171-1/+1
* zebra: Refactor interface statistic callingDonald Sharp2016-09-171-32/+17
* lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-151-61/+0
* lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-151-96/+0
* zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-144-12/+12
* zebra: Fix broken rib_matchDonald Sharp2016-09-141-4/+8
* zebra: Refactor nexthop sendingDonald Sharp2016-09-141-67/+33
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-092-3/+5
* zebra: assorted parts of 0abf6796cChristian Franke2016-09-091-56/+49
* zebra: remove unused code from zebra netlinkChristian Franke2016-09-093-117/+1
* zebra: Line up help output betterDonald Sharp2016-09-061-1/+1
* zebra: Remove unnecessary logDonald Sharp2016-09-051-1/+0
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-036-13/+883
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-036-49/+114
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-022-33/+33
* zebra: stack overrun in IPv6 RA receive code (CVE ##TBA##)David Lamparter2016-09-011-1/+1
* zebra: refactor zsend_ipv[4|6]_nexthop_lookupDonald Sharp2016-09-011-73/+21
* zebra: Remove unused function reference.Donald Sharp2016-09-011-2/+0
* zebra: refactor rib_add_ipv[4|6]_multipathDonald Sharp2016-09-016-148/+32
* zebra: Refactor rib_add_ipv[4|6] to a common functionDonald Sharp2016-09-017-209/+112
* zebra: Refactor rib_delete_ipv[4|6]Donald Sharp2016-09-017-220/+81
* zebra: Refactor rib_match_ipv[4|6]Donald Sharp2016-09-013-84/+26
* zebra: Refactor v4 and v6 static_add into 1 functionDonald Sharp2016-09-013-128/+43
* zebra: Refactor v4 and v6 static_deleteDonald Sharp2016-09-013-79/+25
* zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-017-661/+729
* Quagga won't advertise 0.0.0.0/0 with network statementDaniel Walton2016-08-311-7/+6
* json support for "show ip route" for "show ipv6 route"Daniel Walton2016-08-291-63/+297
* build/solaris: fix one error and a few warningsRenato Westphal2016-08-271-1/+1
* zebra: implement per-route mtu handlingTimo Teräs2016-08-218-17/+97
* zebra: Fix cherry-pick of ZEBRA_FLAG_CHANGEDDonald Sharp2016-08-212-21/+21
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2016-08-193-24/+25
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+3
|\
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
| * zebra: Fix usage of accidental NULL pointerDonald Sharp2016-08-151-1/+1
* | zebra: Fix up cherry-pick mistakeDonald Sharp2016-08-181-3/+4
* | zebra: additional redistribute related loggingLou Berger2016-08-181-12/+16
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-189-40/+39
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-151-13/+13
|\|
| * zebra: Fix interface lookup for RA statisticsvivek2016-08-131-13/+13
* | zebra: Fix usage of accidental NULL pointerDonald Sharp2016-08-151-1/+1
* | *: fix trivial build errors on *BSDRenato Westphal2016-08-084-16/+23
* | zebra: create an abstraction layer for netlink_neigh_update()Renato Westphal2016-08-086-7/+18
* | zebra: replace __u32 with standard uint32_tRenato Westphal2016-08-083-3/+3
* | zebra: fix build on OpenBSD >= 5.9Renato Westphal2016-08-081-0/+2
|/