index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10733 from anlancs/zebra-remove-update
Rafael Zalamena
2023-10-08
2
-2
/
+0
|
\
|
*
*: remove ZEBRA_INTERFACE_VRF_UPDATE
anlan_cs
2023-10-07
2
-2
/
+0
*
|
Merge pull request #14472 from opensourcerouting/plist-dup
Russ White
2023-10-03
1
-23
/
+43
|
\
\
|
|
/
|
/
|
|
*
lib: don't announce prefix delete for duplicates
Rafael Zalamena
2023-09-22
1
-4
/
+51
|
*
Revert "lib : fix duplicate prefix list delete"
Rafael Zalamena
2023-09-22
1
-33
/
+6
*
|
Merge pull request #13814 from pguibert6WIND/comm_list_expanded_match_no_exact
Russ White
2023-10-03
1
-0
/
+8
|
\
\
|
*
|
bgpd: add 'match community-list any' function
Philippe Guibert
2023-10-02
1
-0
/
+8
*
|
|
Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfunc
Donatas Abraitis
2023-10-03
1
-6
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: use XREALLOC over realloc avoid coverity warning
Christian Hopps
2023-09-29
1
-6
/
+4
*
|
|
*: Do not cast to the same type as the destination is
Donatas Abraitis
2023-09-29
3
-6
/
+6
|
/
/
*
|
Merge pull request #14498 from idryzhov/fix-conf-t-file-lock
Donatas Abraitis
2023-09-28
2
-2
/
+10
|
\
\
|
*
|
vty: fix working in file-lock mode
Igor Ryzhov
2023-09-28
1
-0
/
+8
|
*
|
vty: fix configure terminal argument descriptions
Igor Ryzhov
2023-09-27
1
-2
/
+2
*
|
|
Merge pull request #14482 from opensourcerouting/fix/walltime_threshold_disable
Donald Sharp
2023-09-27
3
-25
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: Drop deprecated enable-time-check, enable-cpu-time compile options
Donatas Abraitis
2023-09-24
3
-25
/
+5
|
|
/
*
|
Merge pull request #12649 from louis-6wind/bgp-link-state
Russ White
2023-09-26
6
-26
/
+226
|
\
\
|
*
|
bgpd, lib: extend the size of the prefix string buffer
Louis Scalbert
2023-09-18
2
-3
/
+8
|
*
|
bgpd: store bgp link-state prefixes
Louis Scalbert
2023-09-18
1
-2
/
+12
|
*
|
lib: add link-state prefixes
Louis Scalbert
2023-09-18
3
-18
/
+176
|
*
|
bgpd: add bgp link-state address-family configuration context
Louis Scalbert
2023-09-18
1
-0
/
+1
|
*
|
lib: register bgp link-state afi/safi
Louis Scalbert
2023-09-18
3
-3
/
+29
*
|
|
lib: assert for VTY_PASSFD expectations
David Lamparter
2023-09-24
1
-1
/
+6
|
|
/
|
/
|
*
|
Merge pull request #14454 from opensourcerouting/coverity-20230920
Donald Sharp
2023-09-21
9
-17
/
+32
|
\
\
|
*
|
lib: random make-coverity-happy nits
David Lamparter
2023-09-20
7
-9
/
+16
|
*
|
lib: clippy ELF: check existence of string table
David Lamparter
2023-09-20
1
-1
/
+3
|
*
|
lib: straight return on error on log open fail
David Lamparter
2023-09-20
1
-8
/
+9
|
*
|
lib: add dup() error check in logging code
David Lamparter
2023-09-20
1
-0
/
+5
*
|
|
lib: adapt nexthop_cmp to handle multiple segs SIDs
Dmytro Shytyi
2023-09-20
1
-3
/
+21
*
|
|
lib: update del_srv6_seg6_local to handle seg6_segs
Dmytro Shytyi
2023-09-20
1
-1
/
+9
*
|
|
lib: nexthop, free the multiple seg6_segs
Dmytro Shytyi
2023-09-20
1
-6
/
+8
*
|
|
lib: in nexthop adaptation pass the number of segs to jhash
Dmytro Shytyi
2023-09-20
1
-5
/
+26
*
|
|
bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthop
Dmytro Shytyi
2023-09-20
5
-26
/
+81
|
/
/
*
|
lib: constrain hash table "tabshift" both ways
David Lamparter
2023-09-19
1
-3
/
+6
*
|
lib: another attempt at Coverity false positives
David Lamparter
2023-09-14
1
-0
/
+8
|
/
*
Merge pull request #14365 from opensourcerouting/typesafe-const-declutter
Mark Stapp
2023-09-12
1
-3
/
+5
|
\
|
*
lib: add inline comment about _const iteration
David Lamparter
2023-09-07
1
-0
/
+5
|
*
Revert "lib: add a frr_each_const macro"
David Lamparter
2023-09-07
1
-3
/
+0
*
|
Merge pull request #13724 from cscarpitta/feature/isisd-srv6-support
Russ White
2023-09-12
2
-8
/
+49
|
\
\
|
*
|
lib: Add CLI node for SRv6 Node MSD
Carmine Scarpitta
2023-09-11
1
-0
/
+1
|
*
|
lib: Define default values for SRv6 flavors attrs
Carmine Scarpitta
2023-09-11
1
-0
/
+4
|
*
|
lib: Add SRv6 flavors manipulation macros
Carmine Scarpitta
2023-09-11
1
-0
/
+6
|
*
|
lib: Add SRv6 flavors info to `seg6local` nexthop
Carmine Scarpitta
2023-09-11
1
-0
/
+11
|
*
|
lib: Add new enum for seg6local flavor operations
Carmine Scarpitta
2023-09-11
1
-0
/
+14
|
*
|
lib: Add SRv6 behavior codepoints needed for IS-IS
Carmine Scarpitta
2023-09-11
1
-8
/
+12
|
*
|
isisd: Add CLI command to enable SRv6
Carmine Scarpitta
2023-08-04
1
-0
/
+1
*
|
|
Merge pull request #14364 from opensourcerouting/event-fix-delete-during-hash...
Donald Sharp
2023-09-11
2
-63
/
+59
|
\
\
\
|
*
|
|
lib: fix delete during hash_iterate() in event_*
David Lamparter
2023-09-07
2
-63
/
+59
|
|
|
/
|
|
/
|
*
/
|
lib: fixup prefix.h to our standards
Donald Sharp
2023-09-08
1
-19
/
+21
|
/
/
*
|
Merge pull request #14344 from opensourcerouting/freebsd-printf-sync-20230903
Donald Sharp
2023-09-06
4
-9
/
+32
|
\
\
|
*
|
lib/printf: update README
David Lamparter
2023-09-03
1
-3
/
+3
[next]