index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
basic.texi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
eigrpd: Use FSM for interface pe already known.
Donald Sharp
1
-16
/
+33
2017-08-24
eigrpd: No need to create TLV type
Donald Sharp
4
-57
/
+29
2017-08-24
eigrpd: Remove union from FSM msg
Donald Sharp
7
-44
/
+36
2017-08-24
eigrpd: Improve external route distance comparison
Donald Sharp
1
-3
/
+7
2017-08-24
eigrpd: make fsm msg data_type an enum
Donald Sharp
7
-30
/
+48
2017-08-24
eigrpd: Refactor FSM calling
Donald Sharp
8
-20
/
+12
2017-08-24
eigrpd: Fix memory leak in FSM
Donald Sharp
6
-102
/
+80
2017-08-24
eigrpd: Cleanup list accessors
Donald Sharp
1
-54
/
+38
2017-08-24
eigrpd: Remove unnecessary check
Donald Sharp
1
-3
/
+1
2017-08-24
eigrpd: Start split-horizon
Donald Sharp
3
-2
/
+16
2017-08-24
lib: mark the old zebra API for route advertisement as deprecated
Renato Westphal
1
-3
/
+4
2017-08-24
ospf6d: fix regression detected by topotest
Renato Westphal
1
-6
/
+8
2017-08-24
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
20
-1252
/
+372
2017-08-24
bgpd: unify ipv4/ipv6 zebra-tx functions
Renato Westphal
2
-322
/
+120
2017-08-24
nhrpd: unify ipv4/ipv6 zebra-tx functions
Renato Westphal
1
-61
/
+34
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
ospf6d: add `no` forms for interface commands
Quentin Young
1
-21
/
+87
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
[next]