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
*
lib: prefix: fix char value size
David Lamparter
2017-08-26
1
-1
/
+1
*
*: fix compiler warnings
David Lamparter
2017-08-26
3
-44
/
+60
*
Merge pull request #1038 from donaldsharp/zserv
Renato Westphal
2017-08-24
2
-3
/
+3
|
\
|
*
lib: Fix nexthop num
Donald Sharp
2017-08-24
2
-3
/
+3
*
|
Merge pull request #1031 from opensourcerouting/small-bits
Donald Sharp
2017-08-24
15
-90
/
+183
|
\
\
|
|
/
|
/
|
|
*
lib: split off compiler magic into its own file
David Lamparter
2017-08-24
5
-66
/
+88
|
*
lib: prefix: try harder to not hash garbage
David Lamparter
2017-08-24
1
-1
/
+2
|
*
lib: better warnings for install_element
David Lamparter
2017-08-24
2
-15
/
+20
|
*
ospf6d: properly update prefix list references
David Lamparter
2017-08-24
2
-0
/
+9
|
*
lib: fix cosmetic issue with exit race
David Lamparter
2017-08-24
1
-1
/
+4
|
*
lib: centralized memstats-at-exit
David Lamparter
2017-08-24
7
-7
/
+60
*
|
lib: mark the old zebra API for route advertisement as deprecated
Renato Westphal
2017-08-24
1
-3
/
+4
*
|
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
3
-42
/
+23
*
|
zapi: add support for routes with multiple labels
Renato Westphal
2017-08-23
3
-9
/
+41
*
|
lib/zserv: introduce address-family independent ZAPI message types
Renato Westphal
2017-08-23
3
-11
/
+114
*
|
lib: updates to zapi_route
Renato Westphal
2017-08-23
2
-50
/
+50
*
|
*: remove leftovers from "router zebra"
Renato Westphal
2017-08-23
2
-23
/
+0
*
|
lib: remove redundant zebra messages
Renato Westphal
2017-08-23
2
-8
/
+0
|
/
*
lib: fix const-check in route_node
David Lamparter
2017-08-22
1
-2
/
+2
*
Merge pull request #939 from jbonor/optimization
Lou Berger
2017-08-22
11
-715
/
+827
|
\
|
*
lib: optimize IPV4_ADDR_[SAME|COPY]()
Jorge Boncompte
2017-08-17
2
-4
/
+15
|
*
lib: cleanup the work queue implementation
Jorge Boncompte
2017-08-17
3
-33
/
+59
|
*
lib: standardize use of queue.h
Jorge Boncompte
2017-08-17
5
-658
/
+735
|
*
lib: inline route_node_lock()/route_node_unlock()
Jorge Boncompte
2017-08-17
2
-21
/
+19
*
|
Merge pull request #1016 from opensourcerouting/cli-minor
Donald Sharp
2017-08-22
1
-6
/
+7
|
\
\
|
*
|
lib: move hashstats under debug, show per-daemon
David Lamparter
2017-08-21
1
-6
/
+7
*
|
|
lib: terminate capabilities only if initialized
David Lamparter
2017-08-21
1
-1
/
+3
|
/
/
*
|
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
2
-35
/
+17
*
|
*: centralize some exit cleanup into libfrr
David Lamparter
2017-08-15
2
-0
/
+29
*
|
lib: hooks: support priority ordering & reversing
David Lamparter
2017-08-15
2
-9
/
+58
|
/
*
Merge pull request #948 from qlyoung/fix-set-ip-next-hop-peer-address
David Lamparter
2017-08-15
1
-9
/
+9
|
\
|
*
lib, bgpd: fix `set ip next-hop peer-address`
Quentin Young
2017-08-10
1
-9
/
+9
*
|
Merge pull request #934 from qlyoung/mac-parser
David Lamparter
2017-08-15
7
-3
/
+84
|
\
\
|
*
|
lib, python: add M:A:C support for clippy
Quentin Young
2017-08-14
1
-0
/
+2
|
*
|
lib: add CLI token for 48-bit mac addresses
Quentin Young
2017-08-11
6
-3
/
+82
|
|
/
*
|
lib: fix prefix list trie corruption
David Lamparter
2017-08-11
1
-1
/
+2
*
|
Merge pull request #957 from chiragshah6/mdev
David Lamparter
2017-08-11
1
-2
/
+7
|
\
\
|
*
|
lib: Fix multi instance ospf
Chirag Shah
2017-08-10
1
-2
/
+7
|
|
/
*
/
lib: don't close stdio when running foreground
David Lamparter
2017-08-11
1
-1
/
+1
|
/
*
Merge branch 'frr/pull/822' ("EVPN fixes")
David Lamparter
2017-08-09
7
-417
/
+523
|
\
|
*
lib: some final MAC access-list fixes
David Lamparter
2017-08-09
3
-27
/
+22
|
*
lib, bgpd: Use 'struct prefix *' for filter matching
Donald Sharp
2017-08-08
3
-65
/
+19
|
*
lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNET
Donald Sharp
2017-08-08
2
-11
/
+39
|
*
lib, bgpd: Address Review comments.
Donald Sharp
2017-08-08
1
-1
/
+1
|
*
lib: Fix extra doc string
Donald Sharp
2017-08-08
1
-3
/
+2
|
*
lib: changes needed for mac access-list any command
Mitesh Kanjariya
2017-08-08
3
-4
/
+25
|
*
bgpd/zebra/lib: EVPN support for asymmetric VxLan routing
Mitesh Kanjariya
2017-08-08
2
-0
/
+6
|
*
bgpd, lib, vtysh: Added support for mac filtering in route-maps
Mitesh Kanjariya
2017-08-08
5
-413
/
+516
*
|
Merge pull request #926 from opensourcerouting/tcp-zebra
Donald Sharp
2017-08-09
4
-102
/
+149
|
\
\
|
*
\
Merge remote-tracking branch 'frr/master' into tcp-zebra
David Lamparter
2017-08-09
19
-105
/
+629
|
|
\
\
[next]