index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pbrd: Fix unused function
Donald Sharp
2018-04-18
1
-18
/
+0
*
pbrd: Allow pbr-policy add/removal to install/remove rules
Donald Sharp
2018-04-18
2
-7
/
+1
*
pbrd: don't collapse pbr debugs
Quentin Young
2018-04-18
1
-5
/
+0
*
pbrd: move debug vty into pbr_vty.c
Quentin Young
2018-04-18
3
-76
/
+82
*
pbrd, zebra: Properly notice rule deletion
Donald Sharp
2018-04-18
2
-0
/
+3
*
pbrd, zebra: Fix multiple pbr-policy install
Donald Sharp
2018-04-18
6
-22
/
+43
*
pbrd: Fix installation and deletion in some cases
Donald Sharp
2018-04-18
2
-4
/
+14
*
pbrd: Prevent attempt at re-install for several scenarios
Donald Sharp
2018-04-18
2
-4
/
+15
*
zebra: Tell rib_process to actually rethink pbr routes.
Donald Sharp
2018-04-18
1
-1
/
+3
*
lib: Clean up delete of a nexthop from a nexthop group
Donald Sharp
2018-04-18
1
-0
/
+4
*
lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.
Donald Sharp
2018-04-18
2
-2
/
+14
*
Merge pull request #2064 from donaldsharp/redistribute_limitation
Lou Berger
2018-04-17
3
-35
/
+44
|
\
|
*
pbrd: Allow PBR to ignore Access List commands
Donald Sharp
2018-04-13
1
-0
/
+5
|
*
lib: Restrict redistribution cli a bit
Donald Sharp
2018-04-13
2
-35
/
+39
*
|
Merge pull request #2071 from qlyoung/sa-fixes
Rafael Zalamena
2018-04-17
10
-60
/
+51
|
\
\
|
*
|
ospfd: use __func__ in ospf_te.c
Quentin Young
2018-04-17
1
-2
/
+2
|
*
|
bgpd: clean up clist management logic
Quentin Young
2018-04-17
3
-29
/
+19
|
*
|
ospf6d: handle realloc() failure in lsa test
Quentin Young
2018-04-17
1
-1
/
+7
|
*
|
bgpd: fix stylistic issue
Quentin Young
2018-04-17
1
-13
/
+10
|
*
|
eigrpd: remove unnecessary assignment
Quentin Young
2018-04-17
1
-1
/
+1
|
*
|
lib: initialize imsg_hdr
Quentin Young
2018-04-17
1
-0
/
+2
|
*
|
ospfd: remove unnecessary assignment
Quentin Young
2018-04-17
1
-1
/
+1
|
*
|
ospfd: fix stylistic issue
Quentin Young
2018-04-17
1
-10
/
+7
|
*
|
zebra: fix error-prone array iterator
Quentin Young
2018-04-17
1
-3
/
+2
|
/
/
*
|
Merge pull request #2058 from chipitsine/master
Quentin Young
2018-04-17
1
-0
/
+4
|
\
\
|
*
|
tools: more lsan suppressions for clippy
Ilya Shipitsin
2018-04-17
1
-0
/
+4
*
|
|
Merge pull request #2069 from donaldsharp/v6_tunnel_crash
Lou Berger
2018-04-17
6
-10
/
+36
|
\
\
\
|
*
|
|
zebra: Check for NULL in connected_add_ipv6
Donald Sharp
2018-04-16
1
-1
/
+7
|
*
|
|
zebra: Fix crash with certain types of tunnels
Donald Sharp
2018-04-15
6
-10
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2070 from dslicenc/import-table-crash-cm20450
Lou Berger
2018-04-17
1
-1
/
+4
|
\
\
\
|
*
|
|
zebra: resolve assert when adding ip import-table entry
Don Slice
2018-04-16
1
-1
/
+4
*
|
|
|
Merge pull request #1905 from pguibert6WIND/ipset_iptable_zebra
Donald Sharp
2018-04-17
12
-123
/
+1036
|
\
\
\
\
|
*
|
|
|
zebra: rename pbr_unique structure to pbr_rule_unique
Philippe Guibert
2018-04-16
1
-3
/
+3
|
*
|
|
|
zebra: adapt zebra_pbr_rule based with pbr_rule
Philippe Guibert
2018-04-16
5
-141
/
+93
|
*
|
|
|
lib: enhance pbr_rule structure for zapi encode and for common usage
Philippe Guibert
2018-04-16
4
-6
/
+143
|
*
|
|
|
zebra: add a helper structure to look zebra_pbr_ipset per ipsetname
Philippe Guibert
2018-04-16
1
-17
/
+27
|
*
|
|
|
zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapi
Philippe Guibert
2018-04-16
7
-0
/
+231
|
*
|
|
|
zebra: pbr rule structure is being added fwmark tag
Philippe Guibert
2018-04-16
3
-4
/
+22
|
*
|
|
|
zebra: handling notifications upon ipset creation/destruction done
Philippe Guibert
2018-04-16
6
-7
/
+209
|
*
|
|
|
lib: add ZEBRA IPSET defines
Philippe Guibert
2018-04-16
5
-1
/
+115
|
*
|
|
|
zebra: handle entry pointfs for ipset creation/destruction
Philippe Guibert
2018-04-16
5
-0
/
+249
|
|
/
/
/
*
|
|
|
Merge pull request #2067 from LabNConsulting/working/master/bgp-vpn-leak-new-...
Donald Sharp
2018-04-16
1
-18
/
+65
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
bgpd: bugfix vpn-vrf leak: consider route changed if labels change
G. Paul Ziemba
2018-04-14
1
-18
/
+65
*
|
|
|
Merge pull request #2053 from LabNConsulting/working/master/bvl-bug-degenerat...
Donald Sharp
2018-04-16
1
-1
/
+30
|
\
\
\
\
|
*
|
|
|
bgpd: bugfix vpn->vrf leak: unicast-originated routes are local non-LSP
G. Paul Ziemba
2018-04-11
1
-1
/
+30
*
|
|
|
|
Merge pull request #2055 from opensourcerouting/fix-pathspace
Donald Sharp
2018-04-16
2
-4
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
vtysh: fix pathspec option -N
Christian Franke
2018-04-11
1
-2
/
+8
|
*
|
|
|
|
lib: fix pathspace option -N
Christian Franke
2018-04-11
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1950 from pguibert6WIND/issue_1949
Donald Sharp
2018-04-16
7
-15
/
+96
|
\
\
\
\
\
|
*
|
|
|
|
lib: rename parameter for netns function
Philippe Guibert
2018-04-13
2
-3
/
+3
[next]