index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
prefix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
Merge pull request #4773 from thozza/31-prefix-bcast-addr
Russ White
2020-01-28
1
-5
/
+5
|
\
|
*
lib/prefix.c: ipv4_broadcast_addr() didn't comply with RFC3021
Tomas Hozza
2019-08-05
1
-5
/
+5
*
|
lib/prefix: flip the bitrot compost
David Lamparter
2019-12-14
1
-457
/
+35
*
|
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
1
-6
/
+14
*
|
Merge pull request #4850 from lkrishnamoor/show_cli
Russ White
2019-10-19
1
-0
/
+47
|
\
\
|
*
|
bgpd: Adding new bgp evpn cli's for ip-prefix lookup
Lakshman Krishnamoorthy
2019-09-27
1
-0
/
+47
*
|
|
lib: Fix read beyond end of data structure
Donald Sharp
2019-10-10
1
-2
/
+12
|
/
/
*
|
Merge pull request #4877 from mjstapp/dplane_neighs
Donald Sharp
2019-09-04
1
-1
/
+1
|
\
\
|
*
|
lib: use const in prefix_mac2str
Mark Stapp
2019-08-23
1
-1
/
+1
|
|
/
*
|
lib: fix a couple more doc comments
Renato Westphal
2019-08-21
1
-2
/
+2
*
|
lib: switch str2prefix_ipv4() to use inet_pton()
Renato Westphal
2019-08-21
1
-1
/
+3
|
/
*
lib: fix prefix_copy() for clang-SA
David Lamparter
2019-07-29
1
-0
/
+4
*
lib: use some more transparent unions for prefixes
David Lamparter
2019-07-28
1
-3
/
+11
*
lib: fix prefix_cmp() return values
David Lamparter
2019-07-28
1
-16
/
+16
*
lib: remove snprintf from prefix2str
Quentin Young
2019-06-13
1
-5
/
+21
*
lib: add some printfrr specifiers
David Lamparter
2019-06-03
1
-0
/
+46
*
lib: remove some strcpy, strcat
Quentin Young
2019-05-29
1
-1
/
+1
*
lib: Make prefix_hash_key accept a const
Donald Sharp
2019-05-02
1
-1
/
+1
*
Revert "Zebra diet"
Lou Berger
2019-05-02
1
-1
/
+1
*
lib: Make prefix_hash_key accept a const
Donald Sharp
2019-05-02
1
-1
/
+1
*
lib: move SG prefix2str APIs from pimd to lib
Anuradha Karuppiah
2019-04-20
1
-0
/
+29
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
1
-6
/
+3
|
\
|
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-4
/
+2
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
*
|
lib: strncpy -> strlcpy | memcpy
Quentin Young
2019-02-26
1
-3
/
+3
|
/
*
lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.h
Donald Sharp
2019-02-07
1
-0
/
+1
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-2
/
+2
*
Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16
Renato Westphal
2019-01-15
1
-11
/
+9
|
\
|
*
bgpd, lib: few more prefixlen updated
Quentin Young
2018-10-25
1
-0
/
+4
|
*
lib: convert prefixlen to 16-bit integer
Quentin Young
2018-10-15
1
-11
/
+5
*
|
lib: do not convert ip prefixes without '.'
Philippe Guibert
2018-11-28
1
-1
/
+1
|
/
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
lib: Add LIB_ERR_DEVELOPMENT
Donald Sharp
2018-08-14
1
-2
/
+4
*
bgpd, lib, ospfd, zebra: all_digit moved to frrstr
paco
2018-06-19
1
-11
/
+0
*
bgpd: null chk (Coverity 1433544 1433543 1433542)
paco
2018-06-18
1
-0
/
+3
*
lib: OoB access (Coverity 1448806, 1448810)
paco
2018-06-12
1
-8
/
+8
*
bgpd, lib: Cleanup CI warnings from system
Donald Sharp
2018-05-30
1
-0
/
+1
*
*: support for evpn type-4 route
mitesh
2018-05-30
1
-1
/
+67
*
*: change struct evpn_addr to include a union of all evpn route types
mitesh
2018-05-03
1
-39
/
+89
*
lib/prefix.[ch]: add family2str()
G. Paul Ziemba
2018-04-04
1
-0
/
+15
*
bgpd: add flowspec feature
jaydom
2018-03-30
1
-0
/
+2
*
lib: prefix support for flowspec
Philippe Guibert
2018-03-30
1
-4
/
+82
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-27
/
+27
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-262
/
+390
*
bgpd: advertise/withdraw type-5 routes upon user config
mitesh
2017-12-14
1
-1
/
+2
*
zebra, lib: zebra changes for symmetric routing support
Mitesh Kanjariya
2017-12-14
1
-1
/
+1
*
lib: prefix: try harder to not hash garbage
David Lamparter
2017-08-24
1
-1
/
+2
[prev]
[next]