index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buildtest.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
isisd: unify ipv4/ipv6 zebra-tx functions
Renato Westphal
1
-90
/
+39
2017-08-24
bgpd: use the new API to send routes to zebra
Renato Westphal
2
-190
/
+114
2017-08-23
ospf6d: use the new API to send routes to zebra
Renato Westphal
3
-74
/
+31
2017-08-23
ospfd: use the new API to send routes to zebra
Renato Westphal
1
-157
/
+62
2017-08-23
nhrpd: use the new API to send routes to zebra
Renato Westphal
1
-24
/
+28
2017-08-23
isisd: use the new API to send routes to zebra
Renato Westphal
1
-167
/
+51
2017-08-23
eigrpd: use the new API to send routes to zebra
Renato Westphal
1
-53
/
+31
2017-08-23
ripd/ripngd: use the new API to send routes to zebra
Renato Westphal
2
-55
/
+32
2017-08-23
zapi: add support for routes with multiple labels
Renato Westphal
5
-13
/
+44
2017-08-23
babeld: unify kernel_route_v4() and kernel_route_v6()
Renato Westphal
1
-97
/
+54
2017-08-23
lib/zserv: introduce address-family independent ZAPI message types
Renato Westphal
5
-17
/
+262
2017-08-23
lib: updates to zapi_route
Renato Westphal
3
-66
/
+68
2017-08-23
zserv: identify label type based on the client protocol
Renato Westphal
1
-9
/
+20
2017-08-23
zserv: simplify handling of route delete requests
Renato Westphal
1
-122
/
+3
2017-08-23
babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checks
Renato Westphal
4
-6
/
+8
2017-08-23
zebra: add support for NEXTHOP_TYPE_IPV6_IFINDEX in zserv
Renato Westphal
1
-0
/
+7
2017-08-23
babeld/nhrpd: ignore ipv6 srcdest routes
Renato Westphal
2
-1
/
+23
2017-08-23
*: remove leftovers from "router zebra"
Renato Westphal
9
-336
/
+1
2017-08-23
vnc/eigrpd/isisd: check for the correct message types
Renato Westphal
3
-6
/
+6
2017-08-23
lib: remove redundant zebra messages
Renato Westphal
4
-20
/
+4
2017-08-23
*: reduce excessive indentation in a few places
Renato Westphal
6
-592
/
+587
2017-08-23
bgpd: fix file descriptor leak
Renato Westphal
1
-0
/
+2
2017-08-22
zebra: increase maximum label stack depth
Renato Westphal
5
-31
/
+63
2017-08-22
ospfd, ospf6d: cleanup some `no` commands
Quentin Young
2
-10
/
+14
2017-08-22
isisd: return proper error codes in some commands
Renato Westphal
2
-54
/
+54
2017-08-22
zebra: redistribute srcdest routes to the client daemons
Renato Westphal
1
-1
/
+1
2017-08-22
zebra: fix display of static routes pointing to nonexistent interfaces
Renato Westphal
1
-4
/
+2
2017-08-22
lib: fix const-check in route_node
David Lamparter
1
-2
/
+2
2017-08-21
lib: terminate capabilities only if initialized
David Lamparter
1
-1
/
+3
2017-08-21
bgpd: don't zprivs_terminate() twice
David Lamparter
1
-4
/
+1
2017-08-21
build: fix --disable-snmp
David Lamparter
1
-1
/
+1
2017-08-21
lib: move hashstats under debug, show per-daemon
David Lamparter
2
-6
/
+20
2017-08-21
zebra: put pseudowire show cmd under mpls
David Lamparter
1
-1
/
+2
2017-08-21
*: Add 'show debugging' command from vtysh
Donald Sharp
14
-79
/
+127
2017-08-21
vtysh: Convert 'show logging' to use helper function.
Donald Sharp
1
-14
/
+2
2017-08-20
eigrpd: fix crash when external route is received
Donnie Savage (dsavage)
2
-6
/
+32
2017-08-20
isisd: Remove unused version
Donald Sharp
1
-2
/
+0
2017-08-20
ospf6d: Remove ospf6d version string
Donald Sharp
2
-21
/
+0
2017-08-20
eigrpd: Fix code comments
Donald Sharp
1
-2
/
+0
2017-08-20
eigrpd: Setup eigrp to send FRR version
Donald Sharp
3
-2
/
+19
2017-08-19
eigrpd: Pass in actual used parameter to header creation
Donald Sharp
8
-21
/
+23
2017-08-19
eigrpd: Allow eigrp_update_send to recognize a full packet
Donald Sharp
1
-25
/
+65
2017-08-19
eigrpd: Fix memory leak in eigrp_update
Donald Sharp
1
-51
/
+53
2017-08-18
eigrpd: When generating packets only put one on send queue at a time
Donald Sharp
1
-2
/
+3
2017-08-18
eigrpd: Only put 1 packet at a time on send queue
Donald Sharp
1
-24
/
+19
2017-08-18
tools: Always ensure that the daemon exists at startup
Donald Sharp
1
-3
/
+5
2017-08-18
bgpd: Fix bgp clear help string
Donald Sharp
1
-2
/
+2
2017-08-18
eigrpd: and More Debugging Cleanup
Donald Sharp
3
-10
/
+2
2017-08-18
eigrpd: Cleanup some more debugs
Donald Sharp
2
-3
/
+1
2017-08-18
eigrpd: Cleanup FIFO
Donald Sharp
8
-56
/
+27
[next]