index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
table.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-28
lib/zebra: put vrf_get() on a diet
Renato Westphal
6
-183
/
+62
2016-11-28
zebra: order VRFs by name on user output
Renato Westphal
5
-27
/
+27
2016-11-28
lib/zebra: convert vrf_list to a red-black tree
Renato Westphal
4
-44
/
+24
2016-11-28
*: rename two vrf functions
Renato Westphal
14
-26
/
+26
2016-11-28
lib: convert vrf code to use red-black trees as well
Renato Westphal
14
-371
/
+188
2016-11-28
lib: convert namespace code to use red-black trees
Renato Westphal
2
-53
/
+37
2016-11-28
zebra: nuke zvrf_list and always use vrf_list instead
Renato Westphal
3
-21
/
+27
2016-11-28
lib: fix creation of pre-provisioned VRFs
Renato Westphal
1
-0
/
+1
2016-11-28
zebra/lib: move some code around
Renato Westphal
8
-133
/
+131
2016-11-28
lib: remove unused ns code
Renato Westphal
2
-284
/
+1
2016-11-28
zebra/lib: plug several memleaks
Renato Westphal
11
-17
/
+51
2016-11-28
bgpd: release all memory explicitly on exit
Renato Westphal
3
-49
/
+51
2016-11-28
bgpd: plug several memleaks
Renato Westphal
4
-9
/
+22
2016-11-28
bgpd: reuse sockunion2hostprefix() on bgp_nht.c
Renato Westphal
1
-45
/
+9
2016-11-28
bgpd: optimize copy of strings on peer_xfer_conn()
Renato Westphal
1
-4
/
+2
2016-11-28
bgpd: use loops to reduce code duplication
Renato Westphal
1
-32
/
+19
2016-11-25
isisd: fix loss of packets after circuit is brought up
Renato Westphal
1
-2
/
+2
2016-11-25
lib: Fix nexthop strings to coincide with enum
vivek
1
-1
/
+0
2016-11-18
vtysh, zebra: Fix link-params to use exit-link-params
Donald Sharp
4
-2
/
+26
2016-11-18
*: Fix up licensing to be right
Donald Sharp
8
-9
/
+158
2016-11-16
bgpd: 'show ip bgp neighbor json' some keys are in the wrong place
Daniel Walton
1
-10
/
+10
2016-11-16
bgpd: 'show ip bgp neighbor json' some keys are in the wrong place
Daniel Walton
1
-13
/
+11
2016-11-14
zebra: remove recursively derived static routes correctly
Don Slice
1
-35
/
+34
2016-11-12
zebra: fix link-params CLI handling
David Lamparter
2
-1
/
+20
2016-11-12
Cumulus: Fixup changelog and version string.
Donald Sharp
2
-1
/
+13
2016-11-10
vtysh: fix config write
David Lamparter
1
-0
/
+1
2016-11-10
doc: vtysh doc updates
David Lamparter
2
-37
/
+138
2016-11-10
doc: generic updates
David Lamparter
2
-21
/
+9
2016-11-10
vtysh: improve config-write error reporting
David Lamparter
2
-7
/
+12
2016-11-10
lib: add minimal no-config VTY mode
David Lamparter
3
-8
/
+27
2016-11-09
watchquagga: Signal when we are actually up and running
Donald Sharp
2
-3
/
+35
2016-11-09
Revert "vtysh: Make vtysh run as quagga user"
David Lamparter
1
-24
/
+0
2016-11-09
vtysh: funnel integrated write through watchquagga
David Lamparter
1
-1
/
+17
2016-11-09
vtysh: add watchquagga to target list
David Lamparter
3
-7
/
+15
2016-11-09
watchquagga: add "write integrated"
David Lamparter
8
-3
/
+207
2016-11-09
watchquagga: add ZLOG_WATCHQUAGGA
David Lamparter
3
-2
/
+4
2016-11-09
vtysh: set config file permissions
David Lamparter
1
-6
/
+54
2016-11-09
vtysh: add -w option for integrated-config write
David Lamparter
3
-6
/
+30
2016-11-09
vtysh: detangle configuration writes
David Lamparter
4
-65
/
+21
2016-11-09
lib: privs: always look up VTY group
David Lamparter
1
-23
/
+28
2016-11-09
lib: add and use set_cloexec()
David Lamparter
4
-1
/
+26
2016-10-29
Modify build version.
Donald Sharp
2
-1
/
+7
2016-10-26
build: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c99 mode
Martin Winter
1
-1
/
+1
2016-10-26
bgpd: Squash spurious "unknown afi" log messages
Paul Jakma
1
-0
/
+3
2016-10-26
bgpd: Remove the double-pass parsing of NLRIs
Paul Jakma
6
-211
/
+66
2016-10-26
bgpd: Fix non v4 EOR parsing
Donald Sharp
1
-1
/
+1
2016-10-26
bgpd: Regularise bgp_update_receive, add missing notifies and checks
Paul Jakma
5
-272
/
+150
2016-10-26
bgpd: Regularise BGP NLRI sanity checks a bit
Paul Jakma
8
-111
/
+384
2016-10-26
bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs
Paul Jakma
3
-15
/
+9
2016-10-26
ospfd: Add 'no ...' form of some commands to cli
Donald Sharp
1
-4
/
+8
[next]