index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
irdp_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Move the master thread handler to the zrouter structure
Donald Sharp
2019-01-31
1
-4
/
+4
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+1
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-3
/
+3
*
zebra: fix includes
Quentin Young
2018-09-06
1
-0
/
+1
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-6
/
+7
*
*: use frr_elevate_privs() (1/2: coccinelle)
David Lamparter
2018-08-14
1
-10
/
+4
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
zebra, lib: error references for zebra
Quentin Young
2018-08-14
1
-5
/
+8
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-5
/
+5
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-6
/
+2
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-2
/
+1
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-14
/
+14
*
zebra: irdp: convert into module
David Lamparter
2017-08-15
1
-4
/
+15
*
zebra: irdp: manage separate IRDP struct
David Lamparter
2017-08-15
1
-6
/
+19
*
zebra: start detangling rtadv & irdp
David Lamparter
2017-08-15
1
-1
/
+8
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-222
/
+218
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-06-29
1
-1
/
+1
|
\
|
*
zebra: more dbzing
Quentin Young
2017-06-16
1
-2
/
+1
|
*
zebra: fix divide-by-zero
Quentin Young
2017-06-14
1
-1
/
+2
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
|
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-5
/
+8
*
|
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-6
/
+5
|
/
*
lib: convert vrf code to use red-black trees as well
Renato Westphal
2016-11-28
1
-4
/
+3
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-0
/
+1
*
zebra: use prefix2str for logging where possible
Timo Teräs
2016-06-09
1
-3
/
+3
*
zebra: Refactor struct zebra_t
Donald Sharp
2016-04-15
1
-2
/
+0
*
quagga: Remove iflist global variable
Donald Sharp
2016-04-08
1
-17
/
+19
*
zebra: deal with irdp compile warnings
Stephen Hemminger
2009-12-10
1
-19
/
+1
*
[zebra] IRDP should ignore non-IPv4 addresses
Paul Jakma
2007-02-26
1
-0
/
+4
*
[zebra] IRDP: Move stream_free to where its created, probably fixing a leak
Paul Jakma
2006-08-04
1
-1
/
+2
*
2005-04-07 Paul Jakma <paul.jakma@sun.com>
paul
2005-04-07
1
-8
/
+7
*
2005-03-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-03-30
1
-29
/
+19
*
2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-29
1
-1
/
+3
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-2
/
+2
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-1
/
+1
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-5
/
+5
*
2004-10-22 Paul Jakma <paul@dishone.st>
paul
2004-10-22
1
-1
/
+1
*
Compiler warnings fixes.
hasso
2004-09-26
1
-0
/
+1
*
2004-09-24 Paul Jakma <paul@dishone.st>
paul
2004-09-24
1
-41
/
+39
*
2004-08-19 Paul Jakma <paul@dishone.st>
paul
2004-08-19
1
-1
/
+1
*
2004-07-23 Paul Jakma <paul@dishone.st>
paul
2004-07-23
1
-3
/
+1
*
Creating irdp socket requires more privileges.
hasso
2004-07-13
1
-0
/
+12
*
OK, here it is - irdp support. But don't expect me to fix any bugs in it.
hasso
2004-06-12
1
-0
/
+347