index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vrf.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-08
pimd: Fix various ifdown/ifup scenarios w/ J/P Agg
Donald Sharp
2
-15
/
+33
2017-03-08
*: fix some option descriptions and make -e work
David Lamparter
3
-10
/
+11
2017-03-08
lib: time: remove leftover declarations
David Lamparter
1
-5
/
+0
2017-03-08
lib: hide away logging internals
David Lamparter
13
-41
/
+78
2017-03-08
lib: remove remaining struct zlog * args
David Lamparter
20
-68
/
+56
2017-03-08
lib: simplify protocol/log naming
David Lamparter
18
-88
/
+38
2017-03-08
lib: ditch struct zlog * argument on zlog/vzlog()
David Lamparter
6
-24
/
+19
2017-03-08
*: get rid of zlog(*, LOG_LEVEL, ...)
David Lamparter
23
-160
/
+142
2017-03-08
*: add frr_run()
David Lamparter
12
-114
/
+40
2017-03-08
*: add frr_config_fork()
David Lamparter
22
-667
/
+220
2017-03-07
*: centralize more into frr_init()
David Lamparter
12
-34
/
+12
2017-03-07
*: add frr_init() infrastructure
David Lamparter
30
-1118
/
+727
2017-03-07
build: only default-enable nhrpd on Linux
David Lamparter
1
-4
/
+9
2017-03-07
cumulus, tools: Allow nhrpd to be brought up
Donald Sharp
3
-1
/
+3
2017-03-07
pimd: Add copyright Information to pim_jp_agg.[ch]
Donald Sharp
2
-0
/
+40
2017-03-07
distro/redhat: package nhrpd
Timo Teräs
1
-4
/
+28
2017-03-07
nhrpd: workaround old kernel vs. glibc definition conflics
Timo Teräs
1
-1
/
+2
2017-03-07
doc: add initial nhrpd documentation
Timo Teräs
8
-1
/
+262
2017-03-07
nhrpd: include headers in dist tarball
David Lamparter
1
-0
/
+12
2017-03-07
nhrpd: change VTY port 2612->2610
David Lamparter
1
-1
/
+1
2017-03-07
nhrpd: adapt to API changes
David Lamparter
12
-115
/
+133
2017-03-07
nhrpd: implement next hop resolution protocol
Timo Teräs
45
-12
/
+7791
2017-03-07
vtysh: Fix cli help string to have only 1 mention of vty_socket
Donald Sharp
1
-1
/
+0
2017-03-07
bgpd: Only send data if we have something to send
Donald Sharp
1
-6
/
+12
2017-03-07
bgpd: Add json output for last Notification message
Donald Sharp
1
-0
/
+14
2017-03-07
bgpd: TX shutdown message
David Lamparter
3
-12
/
+94
2017-03-07
bgpd: RX shutdown message in "show bgp neighbor"
David Lamparter
5
-5
/
+59
2017-03-07
lib: add zlog_sanitize function
David Lamparter
2
-0
/
+31
2017-03-06
bgpd: Remove dead code
Donald Sharp
1
-1
/
+0
2017-03-06
bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6
Donald Sharp
2
-0
/
+2
2017-03-06
bgpd: Fix more assignments inside of if statement
Donald Sharp
1
-4
/
+4
2017-03-06
bgpd: Fix broken if statement
Donald Sharp
1
-1
/
+1
2017-03-06
bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4
Donald Sharp
2
-0
/
+2
2017-03-03
ldpd: add missing htonl and ntohl in PF_KEY code
Renato Westphal
1
-4
/
+4
2017-03-03
ldpd: always check if the received labels are valid
Renato Westphal
1
-61
/
+27
2017-03-03
ldpd: remove unnecessary memcpy's
Renato Westphal
2
-44
/
+51
2017-03-03
ldpd: send VPLS MAC withdrawals
Renato Westphal
8
-12
/
+123
2017-03-03
ldpd: fix parsing of optional tlvs in address messages
Renato Westphal
1
-14
/
+59
2017-03-03
ldpd: implement RFC 5919 (LDP End-of-LIB)
Renato Westphal
9
-43
/
+192
2017-03-03
ldpd: implement RFC 6667 (Typed Wildcard FEC for PWid)
Renato Westphal
8
-6
/
+75
2017-03-03
ldpd: implement RFC 5918 (Typed Wildcard FEC)
Renato Westphal
9
-3
/
+290
2017-03-03
ldpd: implement RFC 5561 (LDP Capabilities)
Renato Westphal
8
-20
/
+241
2017-03-03
ldpd: implement support for PWid group wildcards
Renato Westphal
5
-52
/
+165
2017-03-03
ldpd: fix processing of Label Withdraw messages
Renato Westphal
1
-4
/
+9
2017-03-03
ldpd: the PW Status is an unknown TLV
Renato Westphal
1
-1
/
+1
2017-03-03
ldpd: send correct status code on error condition
Renato Westphal
1
-2
/
+2
2017-03-03
ldpd: create helper functions to log sent/received messages
Renato Westphal
4
-28
/
+53
2017-03-03
ldpd: provide more detailed output when logging notification messages
Renato Westphal
1
-0
/
+11
2017-03-03
ldpd: kill send_notification_nbr()
Renato Westphal
6
-27
/
+19
2017-03-03
ldpd: minor tweaks
Renato Westphal
6
-12
/
+13
[next]