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
*
[pim] Initial pim 0.155
Everton Marques
2009-10-02
2
-6
/
+181
*
zebra: Fix router advertisements for non-Ethernet link layer addresses
David Ward
2009-09-01
1
-2
/
+16
*
zebra: Add an example config file for testzebra
Paul Jakma
2009-08-28
1
-0
/
+56
*
zebra: test_main.c should be a bit more helpful about its usage
Paul Jakma
2009-08-28
1
-1
/
+5
*
all: check return value from daemon() call
Stephen Hemminger
2009-08-13
2
-4
/
+10
*
[zebra] Fix crash in test_zebra
Paul Jakma
2009-07-28
1
-0
/
+1
*
[zebra] do not touch socket before pidfile locking
Denis Ovsienko
2009-07-24
3
-7
/
+15
*
[zebra] Silence noisy process_subq
Chris Caputo
2009-07-21
1
-0
/
+2
*
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
[next]