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 zserv: bogus conditional
Stephen Hemminger
2010-08-19
1
-1
/
+1
*
zebra: fix infinite loop when deleting an interface
Roman Hoog Antink
2010-05-05
1
-0
/
+4
*
zebra: change router-id selection algo
Stephen Hemminger
2009-12-21
1
-10
/
+6
*
zebra: deal with irdp compile warnings
Stephen Hemminger
2009-12-10
4
-31
/
+27
*
zebra: cleanup RIB meta queue code
Stephen Hemminger
2009-12-09
1
-37
/
+10
*
zebra: fix more warnings in rtadv
Stephen Hemminger
2009-12-08
1
-8
/
+5
*
Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quagga
Denis Ovsienko
2009-12-08
1
-13
/
+0
|
\
|
*
zebra: remove unused function to fix warning
Stephen Hemminger
2009-12-08
1
-13
/
+0
*
|
zebra: fix more compiler warnings
Stephen Hemminger
2009-12-08
1
-40
/
+4
|
/
*
zebra: handle RTF_CLONING removal from FreeBSD 8.0
David Ward
2009-12-03
1
-0
/
+7
*
zebra: fix argument reference in strncpy() call for BSD
heasley
2009-12-03
1
-1
/
+1
*
zebra: fix RIB debug message for IPv6
David Ward
2009-12-03
1
-4
/
+4
*
zebra: make declaration const in rtm_flag_dump()
Tom Goff
2009-12-03
1
-1
/
+1
*
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
[next]