index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Don Slice
2016-02-10
3
-2
/
+139
|
\
|
*
lib: Add library code to interact with systemd
Donald Sharp
2016-02-10
3
-2
/
+139
*
|
zebra: fix interface lookup for vrf configuration
Don Slice
2016-02-10
3
-9
/
+46
|
/
*
lib, vtysh, zebra: Better VRF debug handling
Donald Sharp
2016-02-03
4
-12
/
+100
*
lib: Add callbacks for vrf changes into protocol side
Donald Sharp
2016-02-01
2
-0
/
+38
*
lib, zebra: The Bulk of the conversion over to NS and VRF
Donald Sharp
2016-02-01
1
-1
/
+3
*
lib: Allow vrf under the cli
Donald Sharp
2016-02-01
4
-3
/
+93
*
lib, zebra: Abstract vrf.c to handle both vrf_id_t and char *name
Donald Sharp
2016-02-01
2
-67
/
+333
*
lib: Allow zclient do-over of connect on initial attempt
Donald Sharp
2016-01-22
1
-1
/
+15
*
lib:removed onmatch next and onmatch goto from route-map deny
Don Slice
2016-01-13
1
-2
/
+18
*
lib: Add CMD_RANGE_STR macro to command.h
Donald Sharp
2015-12-08
1
-0
/
+11
*
ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAME
Donald Sharp
2015-12-04
3
-21
/
+6
*
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Donald Sharp
2015-11-27
3
-19
/
+108
|
\
|
*
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Donald Sharp
2015-11-27
4
-42
/
+25
|
|
\
|
|
*
Should be able to "no" the full text of any config line
Daniel Walton
2015-11-23
1
-4
/
+24
|
*
|
Quagga: Nexthop refactoring
Donald Sharp
2015-11-27
2
-15
/
+84
*
|
|
Quagga: prefix2str fixup
Donald Sharp
2015-11-23
3
-4
/
+13
*
|
|
Quagga: Fixup some compile warnings
Donald Sharp
2015-11-23
1
-3
/
+3
*
|
|
lib: Fixup of NULL calls to XSTRDUP
Donald Sharp
2015-11-23
2
-7
/
+14
|
|
/
|
/
|
*
|
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Donald Sharp
2015-11-20
1
-1
/
+1
|
\
\
|
*
|
lib: Fixup a compiler warning on netbsd
Donald Sharp
2015-11-20
1
-1
/
+1
|
|
/
*
/
Quagga: Fixup decision about what an unnumbered interface is
Donald Sharp
2015-11-20
2
-37
/
+0
|
/
*
Quagga: Fixup cli and json keyword
Donald Sharp
2015-11-19
2
-0
/
+19
*
Zebra: Remove reliance on NEXTHOP_TYPE_IPV4_ONLINK
Donald Sharp
2015-11-16
2
-18
/
+1
*
Quagga crash in prefix_list_apply
Daniel Walton
2015-11-06
1
-1
/
+2
*
BGP: support for addpath TX
Daniel Walton
2015-11-05
2
-2
/
+27
*
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Vipin Kumar
2015-11-04
5
-164
/
+379
|
\
|
*
lib: Fix missing plist_int.h
Donald Sharp
2015-11-03
1
-0
/
+78
|
*
lib: optimise prefix list setup
David Lamparter
2015-11-03
1
-10
/
+36
|
*
lib: use trie structure for prefix list matching
David Lamparter
2015-11-03
2
-15
/
+206
|
*
lib: straighten out ORF prefix list support
David Lamparter
2015-11-03
2
-101
/
+53
|
*
lib: hide internal prefix list structures
David Lamparter
2015-11-03
3
-43
/
+11
*
|
*: add VRF ID in the API message header
Feng Lu
2015-11-04
8
-160
/
+343
|
/
*
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Donald Sharp
2015-10-30
11
-110
/
+864
|
\
|
*
zebra, lib/memtypes.c: the netlink sockets work per VRF
Feng Lu
2015-10-30
1
-0
/
+1
|
*
lib/vrf: enable / disable a VRF
Feng Lu
2015-10-30
2
-1
/
+110
|
*
zebra: let FIB stand for its respective VRF
Feng Lu
2015-10-30
2
-4
/
+5
|
*
lib, zebra, vtysh: configure an interface in non-default VRF
Feng Lu
2015-10-30
2
-0
/
+23
|
*
lib: move the interface list into "struct vrf"
Feng Lu
2015-10-30
4
-58
/
+259
|
*
*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()
Feng Lu
2015-10-30
1
-0
/
+5
|
*
lib, zebra: add "vrf_id" into the "struct interface"
Feng Lu
2015-10-30
2
-4
/
+6
|
*
lib, zebra: move "struct vrf" to be a lib module
Feng Lu
2015-10-30
5
-4
/
+372
|
*
lib: Memory reporting fails over 2GB
Donald Sharp
2015-10-29
1
-28
/
+15
|
*
BGP: route-map scale
Daniel Walton
2015-10-28
1
-16
/
+73
*
|
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...
Donald Sharp
2015-10-24
3
-30
/
+49
|
\
|
|
*
lib: zlog_hexdump actually output printable ascii characters
Donald Sharp
2015-10-24
1
-1
/
+1
|
*
Quagga needs better debugs in lib/sockunion.c
Daniel Walton
2015-10-23
1
-23
/
+27
|
*
Use a hash to store BGP peer structures
Daniel Walton
2015-10-23
2
-0
/
+7
|
*
Addition of missing zebra command descriptions
radhika
2015-10-22
1
-6
/
+14
*
|
zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c
Donald Sharp
2015-10-23
1
-2
/
+0
[next]