summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix CID 1399335 (#1 of 1): Wrong sizeof argument (SIZEOF_MISMATCH)Martin Winter2017-02-101-1/+1
* *: Convert libzebra -> libfrrDonald Sharp2017-02-033-5/+5
* zebra: fix SEGV on exit or vrf deleteDavid Lamparter2017-02-011-2/+5
* zebra: fpm: fix --enable-dev-buildDavid Lamparter2017-02-011-0/+2
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* Revert "*: Add source of route as protocol string in ip route pushed into ker...David Lamparter2017-01-313-58/+4
* zebra: pass correct parameters to remove static routes with tagsDon Slice2017-01-301-4/+12
* zebra: send ipv4 singlepath delete messages to kernel without nexthopDon Slice2017-01-301-2/+4
* *: Add source of route as protocol string in ip route pushed into kernelDinesh G Dutt2017-01-303-4/+58
* bgpd, zebra: Fix for ignored non-default VRF single-hop BFD status messages i...radhika2017-01-301-3/+11
* zebra: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-1/+11
* zebra: Allow tag values greater than 2 billion on armDonald Sharp2017-01-061-8/+8
* Merge pull request #28 from opensourcerouting/dev/osr/rename-part1Donald Sharp2017-01-036-46/+45
|\
| * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-202-36/+36
| * build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-1/+2
| * build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-202-7/+7
| * build: remove $Format tagsDavid Lamparter2016-12-201-2/+0
* | zebra: remove unused variableRenato Westphal2016-12-232-4/+2
* | zebra: fix FIB route updates on *BSDRenato Westphal2016-12-233-8/+8
|/
* Merge branch '-rip' into stable/2.0David Lamparter2016-12-051-7/+3
|\
| * *: create a helper function to set the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-251-6/+2
| * pimd/zebra: fix setting of IP_MULTICAST_LOOP on OpenBSDRenato Westphal2016-11-251-1/+1
* | Merge branch '-renato' into stable/2.0David Lamparter2016-12-0527-515/+631
|\ \
| * | zebra: plug more memory leaksRenato Westphal2016-11-288-69/+192
| * | zebra: loop through all static routes on vrf enable/disableRenato Westphal2016-11-281-42/+36
| * | zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-2814-157/+143
| * | lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-284-15/+8
| * | zebra: order VRFs by name on user outputRenato Westphal2016-11-284-26/+26
| * | lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-282-8/+4
| * | *: rename two vrf functionsRenato Westphal2016-11-288-13/+13
| * | lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-2811-143/+137
| * | zebra: nuke zvrf_list and always use vrf_list insteadRenato Westphal2016-11-283-21/+27
| * | zebra/lib: move some code aroundRenato Westphal2016-11-284-63/+61
| * | zebra/lib: plug several memleaksRenato Westphal2016-11-287-15/+41
| |/
* | lib, zebra: Minimize display of link-params sub dataDonald Sharp2016-12-051-8/+9
* | zebra: check ZEBRA_IFC_REAL on if_upChristian Franke2016-12-011-2/+3
* | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-282-35/+53
|\|
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-11-191-35/+34
| |\
| | * zebra: remove recursively derived static routes correctlyDon Slice2016-11-141-35/+34
| * | vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp2016-11-181-1/+12
| * | Merge remote-tracking branch 'opensourcerouting/cmaster-next-linkpar' into cm...Donald Sharp2016-11-181-0/+8
| |\ \
| | * | zebra: fix link-params CLI handlingDavid Lamparter2016-11-121-0/+8
* | | | zebra: add missing license headers to two filesRenato Westphal2016-11-282-0/+42
* | | | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-191-0/+20
|\| | |
| * | | *: Fix up licensing to be rightDonald Sharp2016-11-181-0/+20
| |/ /
* | | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-155-5/+0
* | | build: massively remove needless checksDavid Lamparter2016-11-151-132/+2
* | | zebra: fix sign warning in SNMP codeDavid Lamparter2016-11-151-2/+2
* | | *: fix some licensing SNAFUsDavid Lamparter2016-11-141-0/+21
|/ /
* | zebra: Allow v6 static routes to handle mpls not in kernelDonald Sharp2016-10-251-2/+6