summaryrefslogtreecommitdiff
path: root/lib/prefix.c
AgeCommit message (Expand)Author
2018-04-04lib/prefix.[ch]: add family2str()G. Paul Ziemba
2018-03-30bgpd: add flowspec featurejaydom
2018-03-30lib: prefix support for flowspecPhilippe Guibert
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-12-14bgpd: advertise/withdraw type-5 routes upon user configmitesh
2017-12-14zebra, lib: zebra changes for symmetric routing supportMitesh Kanjariya
2017-08-24lib: prefix: try harder to not hash garbageDavid Lamparter
2017-08-17lib: optimize IPV4_ADDR_[SAME|COPY]()Jorge Boncompte
2017-08-09lib: some final MAC access-list fixesDavid Lamparter
2017-08-08lib, bgpd: Use 'struct prefix *' for filter matchingDonald Sharp
2017-08-08lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp
2017-08-08lib: changes needed for mac access-list any commandMitesh Kanjariya
2017-08-08bgpd, lib, vtysh: Added support for mac filtering in route-mapsMitesh Kanjariya
2017-08-04lib: Add ETH_ALEN to prefix.h and deprecate ETHER_ADDR_LENDonald Sharp
2017-08-03lib: move prefix hash key to prefix.c to allow global useChristian Franke
2017-07-31lib/bgpd: introduce the iana_safi_t enumRenato Westphal
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-10Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter
2017-06-28lib/ospf/eigrp: enable ospf and eigrp to use more specific network statementsDon Slice
2017-05-25lib: Refine EVPN prefix definitionvivek
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-12lib: add labeled-unicast in safi2str()Renato Westphal
2017-03-08*: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter
2017-02-16lib: restore pre-evpn output behaviorPhilippe Guibert
2017-02-14lib: prefix2str initialises incoming buffer in case erroneous EVPN pfxPhilippe Guibert
2017-02-14lib: simplify str2mac and use struct ethaddr structurePhilippe Guibert
2017-02-14lib: append prefix_ for mac handling functionsPhilippe Guibert
2017-02-14lib: replace AFI_ETHER reference with AFI_L2VPNPhilippe Guibert
2017-02-14lib: handle str2mac case where buffer is allocated by the functionPhilippe Guibert
2017-02-14lib: add string to macaddress and reverse functionPhilippe Guibert
2017-02-14lib: remove HAVE_EVPN referencesPhilippe Guibert
2017-02-14lib: add define of compilation for EVPN in prefix.cPhilippe Guibert
2017-02-14lib: Enhance prefix dump for EVPN prefixesvivek
2017-02-14lib: Functions related to AF_ETHERNETvivek
2017-02-14lib: add AFI_L2VPN and SAFI_EVPNPhilippe Guibert
2017-02-08lib: remove unused str2in6_addr()David Lamparter
2017-01-13frr: Remove HAVE_IPV6 from code baseDonald Sharp
2017-01-02prefix.c: replace free with XFREE for memory allocated with XMALLOCLou Berger
2016-12-08lib: fix prefix2str return value and assertChristian Franke
2016-10-03bgpd: add L3/L2VPN Virtual Network Control featureLou Berger
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-09-03lib: add AF_ETHERNET/AFI_ETHERLou Berger
2016-07-28*: get rid of "MTYPE 0"David Lamparter
2016-06-09lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs
2016-05-26lib: add SAFI_ENCAP type, safi2str prefix utilityLou Berger
2016-03-29isisd: add support to import routes from other protocolsChristian Franke
2015-11-23Quagga: prefix2str fixupDonald Sharp