index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
solaris
/
Makefile.am
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
pbrd: allow configurable table id range
Quentin Young
2
-2
/
+30
2018-06-12
vtysh: fix config write
Quentin Young
1
-0
/
+3
2018-06-12
lib: null return value check (Coverity 1469894)
paco
1
-2
/
+3
2018-06-12
eigrpd: null return value check (Coverity 1455338)
paco
1
-0
/
+1
2018-06-12
zebra: Out-of-bounds read (Coverity 1465495)
paco
1
-1
/
+1
2018-06-12
ospfd: logically dead code (Coverity 1399236)
paco
1
-3
/
+0
2018-06-11
lib: null dereference (Coverity 1469895)
paco
1
-3
/
+5
2018-06-11
vtysh: null dereference (Coverity 1469896)
paco
1
-2
/
+4
2018-06-11
bgpd: OoB access (Coverity 1469897, 1469893)
paco
1
-6
/
+6
2018-06-10
bgpd: accept vni rd_rt command for default vrf
Chirag Shah
1
-1
/
+37
2018-06-08
spf6d: fix use after free (Coverity 1221459)
paco
1
-2
/
+3
2018-06-08
lib: fix sizeof expression (Coverity 1455482)
paco
1
-1
/
+1
2018-06-08
*: disable all sanitizers for clippy build
Quentin Young
18
-1082
/
+1059
2018-06-08
zebra: resource leak fix (Coverity 1453454)
paco
1
-1
/
+1
2018-06-08
zebra: resource leak fix (Coverity 1465679)
paco
1
-5
/
+9
2018-06-08
pimd: Fix connected route nexthop fix from 66f5152f
Martin Buck
2
-7
/
+15
2018-06-08
doc: cleanup community list docs more
Quentin Young
1
-92
/
+74
2018-06-08
doc: move find command docs to better spot
Quentin Young
1
-27
/
+27
2018-06-08
doc: remove :caption: from toctree
Quentin Young
1
-6
/
+17
2018-06-08
doc: update EXTRA_DIST
Quentin Young
1
-2
/
+1
2018-06-08
doc: clean up introductory user docs
Quentin Young
3
-230
/
+190
2018-06-08
doc: reorganize into multiple toctrees
Quentin Young
7
-26
/
+51
2018-06-08
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation
Donald Sharp
7
-15
/
+14
2018-06-08
vtysh, zebra: Fix function parameters
Donald Sharp
2
-23
/
+11
2018-06-08
doc: massive cleanup of bgp.rst
Quentin Young
1
-675
/
+663
2018-06-07
bgpd: Actually display labeled unicast routes received
Donald Sharp
1
-1
/
+1
2018-06-07
zebra: remove unnecessary preprocessor check
Renato Westphal
2
-6
/
+0
2018-06-07
pimd: Fix ecmp_enable and ecmp_rebalance_enable
Donald Sharp
6
-16
/
+19
2018-06-06
doc: add docs on | actions, find command
Quentin Young
1
-2
/
+58
2018-06-06
lib: fix output mangling with | include
Quentin Young
3
-28
/
+64
2018-06-06
bgpd: Collapse bgp_aggregate_add into bgp_aggregate_route
Donald Sharp
1
-104
/
+19
2018-06-06
bgpd: Allow bgp to know when to actually add/delete agg route
Donald Sharp
1
-4
/
+47
2018-06-06
bgpd: Move bgp_aggregate_delete to a better location
Donald Sharp
1
-47
/
+44
2018-06-06
bgpd: Seperate out install/removal of aggregate from delete function
Donald Sharp
1
-48
/
+53
2018-06-06
lib: initialize vty->of
Quentin Young
1
-0
/
+2
2018-06-06
lib: add vector_compact(), use after str splits
Quentin Young
4
-2
/
+16
2018-06-06
lib: fix static analysis issues, use regfree()
Quentin Young
4
-6
/
+39
2018-06-06
lib: add vector_remove() to vector.[ch]
Quentin Young
4
-5
/
+18
2018-06-06
*: style for | support
Quentin Young
5
-8
/
+17
2018-06-06
vtysh: add | support
Quentin Young
8
-278
/
+326
2018-06-06
lib: add cli preprocessor for `|` actions
Quentin Young
4
-15
/
+116
2018-06-06
lib: add hook for preprocessing commands
Quentin Young
2
-0
/
+85
2018-06-06
lib: add string utilities
Quentin Young
8
-85
/
+287
2018-06-06
tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is broken
Arthur Jones
1
-2
/
+13
2018-06-05
doc: fix broken link to 'code formatting' section
Mark Stapp
1
-2
/
+2
2018-06-05
bgpd: Dissallow useless aggregation commands from the cli
Donald Sharp
1
-11
/
+7
2018-06-05
bgpd: first variable is set but never used.
Donald Sharp
1
-4
/
+0
2018-06-05
bgpd: rework bgp_aggregate_route
Donald Sharp
1
-56
/
+53
2018-06-05
bgpd: Remove AGGREGATE_NEXTHOP_CHECK as it's been unused
Donald Sharp
1
-32
/
+1
2018-06-05
bgpd: Trust the bgp_table_top_nolock for aggregates
Donald Sharp
1
-12
/
+0
[next]