index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zebra: Static route does not reach kernel.
Joakim Tjernlund
2009-06-24
1
-2
/
+4
*
[zebra] linux policy routing support with ipv6
Mathieu Goessens
2009-06-23
3
-7
/
+7
*
RFC 4191 Default Router Preference support for router advertisements
Chris Caputo
2009-06-23
4
-2
/
+82
*
[cleanup] convert bzero() deprecated by POSIX to memset()
Jeremy Jackson
2009-06-19
2
-2
/
+2
*
[daemons/cleanup] Remove disabled log_mode argument support.
Jeremy Jackson
2009-06-18
2
-13
/
+3
*
[zebra/cleanup] make message table read only
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra] Remove unused structure element
Stephen Hemminger
2009-06-18
1
-3
/
+0
*
[zebra] Force rib_update when connected route deleted
Stephen Hemminger
2009-06-18
1
-0
/
+4
*
[cleanup] Use correct buffer size for inet_ntop()
Stephen Hemminger
2009-06-18
3
-23
/
+25
*
[zebra] Only announce connected routes if link is detected
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra] MTU is unsigned
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra] remove incorrect debug message
Stephen Hemminger
2009-06-18
1
-2
/
+0
*
[zebra] Cleanup meta-queue code
Stephen Hemminger
2009-06-18
1
-64
/
+70
*
[zebra] netlink interface minor cleanup
Stephen Hemminger
2009-06-18
2
-7
/
+4
*
[zebra] Fix vyatta bug 2814: Add "show ip route summary" command.
Stig Thormodsrud
2009-06-18
1
-35
/
+86
*
[cleanup] Make command nodes static
Stephen Hemminger
2009-06-12
2
-4
/
+4
*
[cleanup] functions taking no args should be declared with void args
Stephen Hemminger
2009-06-12
1
-1
/
+1
*
[cleanup] Convert XMALLOC/memset to XCALLOC
Stephen Hemminger
2009-06-12
4
-36
/
+14
*
[snmp] Compiler warning fixes for when "--enable-snmp" is configured.
Chris Caputo
2009-06-02
1
-14
/
+19
*
-
.
Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...
Paul Jakma
2008-09-01
1
-1
/
+3
|
\
\
|
|
*
Make --enable-snmp cross compile and make libcrypto optional with --without-c...
Joakim Tjernlund
2008-08-25
1
-1
/
+3
|
|
/
*
/
test
Paul Jakma
2008-08-26
1
-1
/
+1
|
/
*
[administrivia] Update gitignore files
Paul Jakma
2008-08-22
1
-1
/
+1
*
[administrivia] Git should ignore backup files and .loT files
Paul Jakma
2008-08-22
1
-0
/
+3
*
[trivia] Remove ChangeLog files, as this data is now maintained in SCM
Paul Jakma
2008-08-22
1
-2712
/
+0
*
[zebra] trivial: fix spelling mistake
Stephen Hemminger
2008-08-22
1
-1
/
+1
*
[zebra] trivia: static qualifiers for metaq
Stephen Hemminger
2008-08-22
1
-4
/
+5
*
[zebra] make some data local
Stephen Hemminger
2008-08-22
1
-2
/
+2
*
[zebra] ignore dead routes in RIB update
Stephen Hemminger
2008-08-22
1
-17
/
+36
*
[zebra:linux] netlink: no need to change privs for receive
Stephen Hemminger
2008-08-22
1
-12
/
+3
*
[zebra:linux] netlink: quiet harmless errors
Stephen Hemminger
2008-08-22
1
-21
/
+20
*
[zebra:linux] netlink buffer size tweaking only needed on receive socket
Stephen Hemminger
2008-08-22
1
-43
/
+43
*
[zebra:linux] clean up blocking setting of netlink sockets
Stephen Hemminger
2008-08-22
1
-91
/
+6
*
[zebra:linux] Filter out unwanted netlink messages by PID
Stephen Hemminger
2008-08-22
1
-46
/
+27
*
[warnings] Fix various SOS warnings
Paul Jakma
2008-08-22
1
-0
/
+1
*
[lib] mes_lookup string lookup table argument should be marked const
Stephen Hemminger
2008-08-22
3
-4
/
+4
*
[zebra] mark some rt_netlink functions static
Stephen Hemminger
2008-08-22
1
-19
/
+18
*
[zebra:netlink] Set proto/scope on all route update messages
Timo Teräs
2008-08-22
1
-6
/
+4
*
[build] Test for GNU-style PIE support in toolchain and enable
Paul P Komkoff Jr
2008-08-22
1
-0
/
+3
*
[administrivia] Add .gitignore files, based on .cvsignores.
Paul Jakma
2008-08-22
1
-0
/
+13
*
[zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error
Paul Jakma
2008-07-01
2
-15
/
+31
*
+ initial edition of meta-queue for RIB updates processing (bug #431)
Denis Ovsienko
2008-06-02
5
-41
/
+164
*
[daemons] Sanity check port number arguments before use
Paul Jakma
2008-05-29
1
-1
/
+2
*
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
Paul Jakma
2008-05-29
2
-1
/
+60
*
+ fix bug#326 by rib_lookup_and_pushup()
Denis Ovsienko
2008-02-26
4
-0
/
+64
*
[link-detect] Improve BSD support.
Andrew J. Schorr
2008-01-11
3
-16
/
+16
*
[link-detect] Try to get BSD link-detect to work properly.
Andrew J. Schorr
2008-01-10
3
-0
/
+63
*
[link-detect] Static interface routes should behave properly with link-detect.
Andrew J. Schorr
2008-01-08
2
-3
/
+9
*
+ fixed bug #418 (changing address on an existing interface doesn't cause exi...
Denis Ovsienko
2007-11-12
2
-0
/
+22
*
+ fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...
Denis Ovsienko
2007-10-24
2
-0
/
+11
[prev]
[next]