summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Enabling build with opensslMichal Ruprich2019-09-041-0/+1
* bgpd: make clear bgp * clear all peers in all afi/safisDon Slice2019-08-201-0/+1
* ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+4
* bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439)David Lamparter2019-06-131-101/+0
|\
| * lib, bgpd: Create iana_afi.h for storing iana_afi/safi enumsDonald Sharp2019-06-021-139/+0
| * bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing stringsDonald Sharp2019-06-021-0/+40
| * lib: Remove some iana_afi_t values that are not really afi'sDonald Sharp2019-06-021-2/+0
* | lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-7/+0
* | lib: Move zebra_size_t to zclient.h who should own itDonald Sharp2019-06-021-3/+0
* | lib: Remove unused zebra_command_t typeDonald Sharp2019-06-021-1/+0
* | lib: Remove unused INT8_MAX and UINT8_MAX valuesDonald Sharp2019-06-021-6/+0
* | lib: Move ZEBRA_HEADER_MARKER to header it belongs inDonald Sharp2019-06-021-6/+0
* | lib: Move zclient flags to zclient.hDonald Sharp2019-06-021-38/+0
* | lib: Move some log.c functions declarations to log.hDonald Sharp2019-06-021-19/+0
|/
* lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley2019-05-141-1/+7
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-2/+0
* lib: move/redo some macrosDavid Lamparter2019-04-181-37/+0
* lib: add macro that performs explicit static casts when using a C++ compilerRenato Westphal2019-02-121-0/+9
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-5/+0
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-3/+0
* lib: Reorder Zebra message flags and documentDonald Sharp2018-12-121-6/+39
* lib: Remove unused ZEBRA_FLAG_SCOPE_LINKDonald Sharp2018-12-121-1/+0
* lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp2018-12-121-3/+0
* lib: Include compiler.h as early as is possible in the buildDonald Sharp2018-10-031-0/+6
* bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-131-6/+6
* build: use _POSIX_C_SOURCEDavid Lamparter2018-09-081-1/+0
* zebra: add a ZEBRA_FLAG_ONLINK so that routes bypass the is-unnumbered checkChristian Franke2018-09-051-0/+1
* lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp2018-08-151-17/+0
* Merge pull request #2122 from donaldsharp/zebra_nhsMartin Winter2018-08-081-0/+1
|\
| * lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-291-0/+1
* | isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-031-0/+16
|/
* bgpd: Implement group-overrides for peer flagsPascal Mathis2018-06-141-0/+1
* bgpd, pim: remove undebugQuentin Young2018-04-021-0/+2
* bgpd: add flowspec featurejaydom2018-03-301-1/+6
* bgpd: add API to allocate a range of table identifiersPhilippe Guibert2018-03-291-1/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-5/+5
* lib: Fixup strlcat and strlcpy to be a bit more descriptiveDonald Sharp2018-03-141-2/+4
* Merge pull request #1808 from qlyoung/debug-mt-safeRenato Westphal2018-03-091-0/+10
|\
| * lib: add atomic bitwise OR, ANDQuentin Young2018-02-281-0/+10
* | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+3
|/
* *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSIONDonald Sharp2018-02-271-1/+1
* lib: increase vrf_id from 16 bit to 32 bit identifierPhilippe Guibert2018-01-221-1/+1
* bgpd: process evpn type-5 routes received from peersMitesh Kanjariya2017-12-141-1/+1
* bgpd: program mac-ip routes in matching vrfsmitesh2017-12-141-0/+1
* zebra: cleanup blackhole supportDavid Lamparter2017-08-281-2/+2
* Merge pull request #891 from Jafaral/portabilityDavid Lamparter2017-08-041-0/+7
|\
| * config: If we don't have crypt but we have ssl crypto, use itJafar Al-Gharaibeh2017-08-021-0/+7
* | lib: use switch statements in the AFI/SAFI conversion functionsRenato Westphal2017-08-011-22/+34
* | lib/bgpd: introduce the iana_safi_t enumRenato Westphal2017-08-011-18/+20
* | lib: remove SAFI_RESERVED_4 and SAFI_RESERVED_5Renato Westphal2017-08-011-13/+5
|/