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
*
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
*
bgpd: conversion from fs to pbr: support for ip rule from/to
Philippe Guibert
2019-01-29
1
-2
/
+161
*
bgpd: ip rule zebra layer adapted to handle both cases
Philippe Guibert
2019-01-29
1
-3
/
+3
*
bgpd: the fs entry is valid for any rule only, by using ipruleset cmd
Philippe Guibert
2019-01-29
1
-4
/
+36
*
bgpd: an hash list of pbr iprule is created
Philippe Guibert
2019-01-29
1
-0
/
+77
*
bgpd: upon bgp fs study, determine if iprule can be used
Philippe Guibert
2019-01-29
1
-0
/
+5
*
bgpd: flowspec redirect IP info is retrieved into nh tracking
Philippe Guibert
2018-12-28
1
-1
/
+1
*
bgpd: add new draft for redirect ip for flowspec
Philippe Guibert
2018-11-30
1
-4
/
+50
*
bgpd isisd lib: fix return on void functions
F. Aragon
2018-11-20
1
-17
/
+24
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-33
/
+30
*
bgpd: Rename various variable names to something more appropriate
Donald Sharp
2018-10-09
1
-4
/
+4
*
bgpd: Convert binfo to path
Donald Sharp
2018-10-09
1
-107
/
+77
*
bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions
Donald Sharp
2018-10-09
1
-3
/
+4
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-47
/
+37
*
bgpd: null check (Coverity 1472965 1472966)
F. Aragon
2018-09-20
1
-3
/
+3
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-7
/
+7
*
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-3
/
+3
*
bgpd: pbr entry log message changed to zlog_debug
Philippe Guibert
2018-08-21
1
-1
/
+1
*
bgpd: simplify fs add pbr entry
Philippe Guibert
2018-08-21
1
-6
/
+5
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-3
/
+3
*
bgpd: Add some FLowspec specific Error Codes.
Donald Sharp
2018-08-14
1
-6
/
+10
*
bgpd: flush remaining entry if bgp_pbr_match is equal
Philippe Guibert
2018-07-24
1
-1
/
+7
*
bgpd: rework jhash algorithm for bgp_pbr_match entries
Philippe Guibert
2018-07-24
1
-6
/
+6
*
bgpd: add debug trace when bgp fs pbr remove too
Philippe Guibert
2018-07-24
1
-81
/
+103
*
bgpd: flowspec pbr entries listed on the bgp information entry
Philippe Guibert
2018-07-24
1
-10
/
+17
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-1
/
+1
*
bgpd: rework enumerate function, handle not values
Philippe Guibert
2018-06-28
1
-29
/
+46
*
bgpd: add an icmp flag for flowspec icmp entries
Philippe Guibert
2018-06-28
1
-17
/
+26
*
bgpd: rework icmp enumerate list
Philippe Guibert
2018-06-28
1
-203
/
+135
*
bgpd: fix recursive call combination
Philippe Guibert
2018-06-28
1
-11
/
+19
*
bgpd: support for flowspec fragment list into policy routing
Philippe Guibert
2018-06-28
1
-3
/
+88
*
bgpd: align fragment flowspec decoding with tcpflags
Philippe Guibert
2018-06-28
1
-3
/
+4
*
bgpd: support for enumerate pkt len
Philippe Guibert
2018-06-28
1
-20
/
+87
*
bgpd: introduce recursive operations for or flowspec operations
Philippe Guibert
2018-06-28
1
-26
/
+111
*
bgpd: enumerate support for dscp values
Philippe Guibert
2018-06-28
1
-41
/
+69
*
*: add flowspec dscp handling
Philippe Guibert
2018-06-28
1
-9
/
+41
*
bgpd: add a parameter to handle param or combinations
Philippe Guibert
2018-06-28
1
-14
/
+62
*
bgpd: use a bgp_pbr_or_filter structure to host tcpflags combinations
Philippe Guibert
2018-06-28
1
-5
/
+27
*
bgpd: extend enumerate API to handle or operations
Philippe Guibert
2018-06-28
1
-11
/
+90
*
bgpd: do not add default route for flowspec for each FS entry
Philippe Guibert
2018-06-28
1
-1
/
+1
*
bgpd, lib: share flags values for iptable configuration
Philippe Guibert
2018-06-28
1
-0
/
+1
*
bgpd: support for flowspec tcp flags
Philippe Guibert
2018-06-28
1
-12
/
+91
*
bgpd: simplify API in BGP policy-routing to handle Flowspec
Philippe Guibert
2018-06-28
1
-125
/
+106
[next]