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
*
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
|
*
|
|
|
|
lib: Update netns_linux.c
Philippe Guibert
2018-04-13
1
-2
/
+2
|
*
|
|
|
|
zebra: add an indirection table for ns_id
Philippe Guibert
2018-04-13
7
-12
/
+91
|
*
|
|
|
|
lib: a vrf is searched first by its name, than its vrf id
Philippe Guibert
2018-04-13
1
-3
/
+5
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2054 from qlyoung/sa-fixes
Renato Westphal
2018-04-16
14
-65
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
bgpd: remove unused variable
Quentin Young
2018-04-13
1
-2
/
+1
|
*
|
|
|
|
bgpd: verify that multipath infos are set
Quentin Young
2018-04-13
1
-0
/
+2
|
*
|
|
|
|
ospf6d: assert nh list is non-null
Quentin Young
2018-04-13
1
-0
/
+1
|
*
|
|
|
|
babeld: be more explicit about route resize result
Quentin Young
2018-04-13
1
-0
/
+1
|
*
|
|
|
|
bgpd: rfapi xcallocs guaranteed non-null
Quentin Young
2018-04-13
1
-6
/
+5
|
*
|
|
|
|
lib: add asserts on returned matcher vals
Quentin Young
2018-04-13
1
-0
/
+3
|
*
|
|
|
|
ospf6d: assert that we set a variable
Quentin Young
2018-04-13
1
-0
/
+3
|
*
|
|
|
|
ospfd: remove interface param npd
Quentin Young
2018-04-13
1
-1
/
+2
|
*
|
|
|
|
lib: ignore cli lexer in clang-analyze
Quentin Young
2018-04-13
1
-0
/
+5
|
*
|
|
|
|
bgpd: move attr display into checked block
Quentin Young
2018-04-13
1
-24
/
+28
|
*
|
|
|
|
bgpd: double-check notify data when debugging
Quentin Young
2018-04-13
1
-2
/
+2
|
*
|
|
|
|
ospf6d: remove ospf6_interface_if_del
Quentin Young
2018-04-13
3
-30
/
+0
|
*
|
|
|
|
ospfd: set external_info instance value to 0
Quentin Young
2018-04-13
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]