index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
prefix.c
Age
Commit message (
Expand
)
Author
2018-04-04
lib/prefix.[ch]: add family2str()
G. Paul Ziemba
2018-03-30
bgpd: add flowspec feature
jaydom
2018-03-30
lib: prefix support for flowspec
Philippe Guibert
2018-03-27
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-06
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2017-12-14
bgpd: advertise/withdraw type-5 routes upon user config
mitesh
2017-12-14
zebra, lib: zebra changes for symmetric routing support
Mitesh Kanjariya
2017-08-24
lib: prefix: try harder to not hash garbage
David Lamparter
2017-08-17
lib: optimize IPV4_ADDR_[SAME|COPY]()
Jorge Boncompte
2017-08-09
lib: some final MAC access-list fixes
David Lamparter
2017-08-08
lib, bgpd: Use 'struct prefix *' for filter matching
Donald Sharp
2017-08-08
lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNET
Donald Sharp
2017-08-08
lib: changes needed for mac access-list any command
Mitesh Kanjariya
2017-08-08
bgpd, lib, vtysh: Added support for mac filtering in route-maps
Mitesh Kanjariya
2017-08-04
lib: Add ETH_ALEN to prefix.h and deprecate ETHER_ADDR_LEN
Donald Sharp
2017-08-03
lib: move prefix hash key to prefix.c to allow global use
Christian Franke
2017-07-31
lib/bgpd: introduce the iana_safi_t enum
Renato Westphal
2017-07-22
Revert "*: reindent pt. 2"
David Lamparter
2017-07-17
*: reindent pt. 2
whitespace / reindent
2017-07-17
*: reindent
reindent-master-after
whitespace / reindent
2017-07-10
Merge commit '3d22338f04d9554fa' into evpn-prep
David Lamparter
2017-06-28
lib/ospf/eigrp: enable ospf and eigrp to use more specific network statements
Don Slice
2017-05-25
lib: Refine EVPN prefix definition
vivek
2017-05-15
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-12
lib: add labeled-unicast in safi2str()
Renato Westphal
2017-03-08
*: get rid of zlog(*, LOG_LEVEL, ...)
David Lamparter
2017-02-16
lib: restore pre-evpn output behavior
Philippe Guibert
2017-02-14
lib: prefix2str initialises incoming buffer in case erroneous EVPN pfx
Philippe Guibert
2017-02-14
lib: simplify str2mac and use struct ethaddr structure
Philippe Guibert
2017-02-14
lib: append prefix_ for mac handling functions
Philippe Guibert
2017-02-14
lib: replace AFI_ETHER reference with AFI_L2VPN
Philippe Guibert
2017-02-14
lib: handle str2mac case where buffer is allocated by the function
Philippe Guibert
2017-02-14
lib: add string to macaddress and reverse function
Philippe Guibert
2017-02-14
lib: remove HAVE_EVPN references
Philippe Guibert
2017-02-14
lib: add define of compilation for EVPN in prefix.c
Philippe Guibert
2017-02-14
lib: Enhance prefix dump for EVPN prefixes
vivek
2017-02-14
lib: Functions related to AF_ETHERNET
vivek
2017-02-14
lib: add AFI_L2VPN and SAFI_EVPN
Philippe Guibert
2017-02-08
lib: remove unused str2in6_addr()
David Lamparter
2017-01-13
frr: Remove HAVE_IPV6 from code base
Donald Sharp
2017-01-02
prefix.c: replace free with XFREE for memory allocated with XMALLOC
Lou Berger
2016-12-08
lib: fix prefix2str return value and assert
Christian Franke
2016-10-03
bgpd: add L3/L2VPN Virtual Network Control feature
Lou Berger
2016-09-19
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-03
lib: add AF_ETHERNET/AFI_ETHER
Lou Berger
2016-07-28
*: get rid of "MTYPE 0"
David Lamparter
2016-06-09
lib: allow caller to provide prefix storage in sockunion2hostprefix
Timo Teräs
2016-05-26
lib: add SAFI_ENCAP type, safi2str prefix utility
Lou Berger
2016-03-29
isisd: add support to import routes from other protocols
Christian Franke
2015-11-23
Quagga: prefix2str fixup
Donald Sharp
[next]