Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
da1b7eaa0ac5d590818e1cde92a9807a2f0e07f2
/
zebra
/
kernel_socket.c
da1b7ea
solaris: more warnings fixed
by David Lamparter
· 9 years ago
a2b5031
solaris: no ROUNDUP
by David Lamparter
· 9 years ago
758fb8f
zebra, lib/memtypes.c: the netlink sockets work per VRF
by Feng Lu
· 10 years ago
d6cf513
zebra: fix VRF code for *BSD
by David Lamparter
· 9 years ago
0d0686f
zebra: let FIB stand for its respective VRF
by Feng Lu
· 10 years ago
be6335d
zebra: use prefix2str for logging where possible
by Timo Teräs
· 10 years ago
dc684eb
Merge branch 'volatile/fix_warnings'
by David Lamparter
· 10 years ago
3e9e2c9
zebra: static int inline -> static inline int
by David Lamparter
· 10 years ago
7e92322
zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD
by David Lamparter
· 10 years ago
941789e
Fix alignment assumptions on non-RT_ROUNDUP platforms.
by Greg Troxel
· 10 years ago
273b1bd
zebra/kernel_socket.c: Use platform alignment
by Greg Troxel
· 10 years ago
6b0655a
*: nuke ^L (page feed)
by David Lamparter
· 10 years ago
1db65fa
ospf6d: solve segfaults with ospf6d on FreeBSD
by Ingo Flaschberger
· 14 years ago
ca3ccd8
zebra: fix sockaddr_dl length assumptions (BZ#737)
by David Lamparter
· 12 years ago
9234b38
build: check actually-used BSD link state fields
by Doug VanLeuven
· 12 years ago
a05df8f
zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR
by Doug VanLeuven
· 12 years ago
3b33de6
zebra: kernel_socket: fix 64bit MacOS X alignment
by Doug VanLeuven
· 12 years ago
6eac79a
zebra: fix recent MP-BGP commits for FreeBSD
by Denis Ovsienko
· 13 years ago
cddf391
zebra: IPv4 MP-BGP Routes addition and deletion
by G.Balaji
· 13 years ago
a34eb36
zebra: set the interface link-layer socket address
by Tom Goff
· 15 years ago
85a2ebf
zebra: spelling
by Denis Ovsienko
· 13 years ago
e6f148e
zebra: handle RTF_CLONING removal from FreeBSD 8.0
by David Ward
· 15 years ago
80b2a94
zebra: make declaration const in rtm_flag_dump()
by Tom Goff
· 15 years ago
ce0db9c
[zebra/cleanup] make message table read only
by Stephen Hemminger
· 16 years ago
1423c80
[lib] mes_lookup string lookup table argument should be marked const
by Stephen Hemminger
· 16 years ago
55edb0d
[link-detect] Improve BSD support.
by Andrew J. Schorr
· 17 years ago
c543a17
[link-detect] Try to get BSD link-detect to work properly.
by Andrew J. Schorr
· 17 years ago
5619f56
+ fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset).
by Denis Ovsienko
· 17 years ago
96934e6
+ sayonara old_pid!
by Denis Ovsienko
· 17 years ago
2d84452
Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).
by Denis Ovsienko
· 17 years ago
1ba2756
Looks like bug #320 is finally fixed now.
by Denis Ovsienko
· 17 years ago
6da5980
Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
by Denis Ovsienko
· 17 years ago
dc95824
Merged own patch for the bug #391 (debugging and comments mostly).
by Denis Ovsienko
· 17 years ago
7ab62c5
[PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address
by Andrew J. Schorr
· 18 years ago
6f0e3f6
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
by Paul Jakma
· 18 years ago
7514fb7
[zebra] Routemap support on received routes, with 'set src' command (linux)
by Paul Jakma
· 18 years ago
6502208
[zebra] Fix interface metric bug on BSD
by Paul Jakma
· 18 years ago
e452963
[PtP over ethernet] New peer flag allows much more addressing flexibility
by Andrew J. Schorr
· 18 years ago
9458b81
2006-09-13 Tom Everett <tom@khubla.com>
by Greg Troxel
· 18 years ago
5519604
[debug] Improve zebra kernel socket debug message to include IP addresses.
by Andrew J. Schorr
· 19 years ago
5c78b3d
[zebra/solaris] Interface state fixups for Solaris.
by paul
· 19 years ago
d34b899
[zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink
by paul
· 19 years ago
e14b7fc
remove dead code (from David Young)
by gdt
· 19 years ago
ec1a428
[zebra] Fix mistake in previous commit and further compile warnings/errors.
by paul
· 19 years ago
6621ca8
[zebra] fix some small compile errors, mark several functions static
by paul
· 19 years ago
6fe70d1
[solaris] Extra debug and cross-checks for kernel_socket, two Sol9 fixes.
by paul
· 19 years ago
0994c3a
[zebra] Fix warning and small connected-label changes merge error.
by paul
· 19 years ago
0752ef0
2005-11-03 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
ca16218
2005-09-12 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
be61c4e
* zebra_rib.c, rib.h: Add distance and metric arguments to the
by hasso
· 19 years ago
6eb8827
2005-07-29 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
ea6f82b
2005-06-28 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
62debbb
2005-06-14 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
08dbfb6
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
a349198
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
d2fc889
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
865b852
2005-01-05 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
6a250b0
Add const to char * to quiet warnings.
by gdt
· 20 years ago
b617800
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
6099b3b
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
cced60d
004-07-13 David Wiggins <dwiggins@bbn.com
by gdt
· 20 years ago
c50ae8b
2004-05-11 Paul Jakma <paul@dishone.st>
by paul
· 21 years ago
b27900b
2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
by gdt
· 21 years ago
4bfbea8
2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
by gdt
· 21 years ago
dbee01f
increase buffer size for kernel reads
by gdt
· 21 years ago
cb42c03
Fix incorrect test in previous commit; thanks to Sowmini Varadhan for
by gdt
· 21 years ago
da26e3b
2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
by gdt
· 21 years ago
30be802
2003-10-22 Paul Jakma <paul@dishone.st>
by paul
· 21 years ago
3e95a07
2003-09-24 sowmini.varadhan@sun.com
by paul
· 21 years ago
106d2fd
2003-08-01 Cougar <cougar@random.ee>
by paul
· 21 years ago
9bcdb63
2003-07-8 Chris Andrews <chris@nodnol.org>
by paul
· 21 years ago
592c814
2003-06-07 Paul Jakma <paul@dishone.st>
by paul
· 21 years ago
a939514
Patch from Cougar - sort iflist by name.
by hasso
· 21 years ago
edd7c24
2003-06-04 Paul Jakma <paul@dishone.st>
by paul
· 21 years ago
726f9b2
Last fixes from 6Wind patch.
by hasso
· 22 years ago
81dfcaa
Route (reject|blackhole) support from 6Wind patch.
by hasso
· 22 years ago
718e374
Initial revision
by paul
· 22 years ago