index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_pbr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: bgp_path_info_extra memory optimization
Valerian_He
2023-08-08
1
-8
/
+8
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-16
/
+6
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
bgpd: inet_ntop() adjustments
Donatas Abraitis
2022-11-29
1
-3
/
+2
*
bgpd: fix "storing the address of local variable"
David Lamparter
2022-11-04
1
-0
/
+3
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-4
/
+4
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-3
/
+3
*
Merge pull request #10531 from idryzhov/bgp-nexthop-cmp
Donald Sharp
2022-02-08
1
-4
/
+1
|
\
|
*
bgpd: avoid memcmp comparison of struct nexthop
Igor Ryzhov
2022-02-08
1
-4
/
+1
*
|
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
1
-2
/
+2
|
/
*
bgpd: flowspec redirect vrf uses vrf table instead of allocated table id
Philippe Guibert
2021-08-01
1
-1
/
+11
*
bgpd: reduce cut-n-paste of bgp_zebra_announce_default for install
Donald Sharp
2021-05-12
1
-11
/
+13
*
bgpd: reduce cut-n-paste code in bgp_pbr.c
Donald Sharp
2021-05-12
1
-32
/
+14
*
bgpd: Another call path with uninited data
Donald Sharp
2021-05-05
1
-0
/
+3
*
bgpd: Prevent test against uninited data
Donald Sharp
2021-05-04
1
-0
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-6
/
+6
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-13
/
+0
*
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2021-01-18
1
-1
/
+1
*
bgpd: Convert ipv6_ecommunity to use accessor functions
Donald Sharp
2020-11-15
1
-2
/
+2
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-11
/
+8
*
bgpd: remove warnings related to line too longs in bgp code
Philippe Guibert
2020-08-21
1
-9
/
+16
*
bgpd: remove sprintf() usage on flowspec
Philippe Guibert
2020-08-21
1
-1
/
+1
*
bgpd: fallback proto icmp/v6 to appropriate l3 filter
Philippe Guibert
2020-08-21
1
-1
/
+5
*
bgpd: limit policy routing with flowlabel, fragment, and prefix offset
Philippe Guibert
2020-08-21
1
-0
/
+17
*
bgpd: support for flowspec interface list per address-family
Philippe Guibert
2020-08-21
1
-3
/
+6
*
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-21
1
-3
/
+50
*
bgp, zebra: add family attribute to ipset and iptable context
Philippe Guibert
2020-08-21
1
-0
/
+7
*
bgpd: support for redirect ipv6 simpson method
Philippe Guibert
2020-08-21
1
-20
/
+74
*
bgpd, lib: support for flow_label flowspec type
Philippe Guibert
2020-08-21
1
-4
/
+81
*
bgpd: ipv6 flowspec address decoding and validation
Philippe Guibert
2020-08-21
1
-94
/
+196
*
bgpd: flowspec code support for ipv6
Philippe Guibert
2020-08-21
1
-4
/
+3
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-40
/
+19
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+4
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-1
/
+2
*
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-03-24
1
-4
/
+4
*
bgpd: Print out vrf name as well as id
Donald Sharp
2020-02-14
1
-2
/
+7
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-5
/
+7
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULT
Donald Sharp
2020-01-15
1
-1
/
+1
*
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-10-16
1
-1
/
+1
*
bgpd: discard traffic when at least traffic-rate 0 is observed
Philippe Guibert
2019-07-08
1
-0
/
+13
*
bgp, zebra, lib: add protocol support for iptables
Philippe Guibert
2019-07-08
1
-0
/
+8
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-10
/
+10
*
bgpd: simplify lookup list call with fs pbr entries
Philippe Guibert
2019-03-29
1
-5
/
+5
*
bgpd: do not allocate lists on fs entries of bgp entries.
Philippe Guibert
2019-03-28
1
-4
/
+8
*
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
1
-3
/
+3
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-16
/
+16
*
bgpd: display the list of iprules attached to a fs entry
Philippe Guibert
2019-01-29
1
-5
/
+31
*
bgpd: change priority of fs pbr rules
Philippe Guibert
2019-01-29
1
-0
/
+1
*
bgpd: notify callback when ip rule from/to rule has been configured
Philippe Guibert
2019-01-29
1
-0
/
+33
[next]