Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
c7ec179a95c1ed4fcd3d3be3f981c8c20dce534a
/
zebra
cddf391
zebra: IPv4 MP-BGP Routes addition and deletion
by G.Balaji
· 13 years ago
6ae93c0
zebra: include MTU option in RA on request (BZ#665)
by Denis Ovsienko
· 13 years ago
f63f06d
general: remove inline qualifiers and move in-header functions to objects
by Paul Jakma
· 14 years ago
fb5174a
zebra: fix IPv6 RA wrt interface removal (BZ#480)
by Denis Ovsienko
· 13 years ago
4f1735f
zebra: fix ifindex test condition (BZ#487)
by Matthias Ferdinand
· 13 years ago
2ea1ab1
zebra: ZEBRA_HELLO and mopping up routes (BZ#448)
by Vyacheslav Trushkin
· 13 years ago
9206f9e
fix set never used warnings
by Stephen Hemminger
· 13 years ago
e0ca5fd
lib: put route_types.txt to real use
by David Lamparter
· 15 years ago
ebf0863
zebra: fix redistribution of new protocols
by David Lamparter
· 15 years ago
7052f22
rib: default distance value for new protocols (v2)
by David Lamparter
· 15 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
05e54ee
build: delete .cvsignore files
by Denis Ovsienko
· 13 years ago
b511468
quagga: option "-z" ("--socket <path>") added
by Vyacheslav Trushkin
· 13 years ago
d7a0838
zebra: fix warnings in forward proc
by Stephen Hemminger
· 13 years ago
7dbeea9
zebra: add missing includes
by Denis Ovsienko
· 13 years ago
83d1614
zebra: fix loss of metric for Linux routes
by Dmitry Popov
· 13 years ago
8dd1a8d
zebra: trivial warning fix
by Paul Jakma
· 14 years ago
cf8a831
Zebra zserv: bogus conditional
by Stephen Hemminger
· 14 years ago
e26873f
zebra: fix infinite loop when deleting an interface
by Roman Hoog Antink
· 15 years ago
b651682
zebra: change router-id selection algo
by Stephen Hemminger
· 15 years ago
ab0f615
zebra: deal with irdp compile warnings
by Stephen Hemminger
· 15 years ago
cc2dd92
zebra: cleanup RIB meta queue code
by Stephen Hemminger
· 15 years ago
b0b709a
zebra: fix more warnings in rtadv
by Stephen Hemminger
· 15 years ago
0342b76
Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quagga
by Denis Ovsienko
· 15 years ago
d02c56c
zebra: fix more compiler warnings
by Stephen Hemminger
· 15 years ago
ffac19c
zebra: remove unused function to fix warning
by Stephen Hemminger
· 15 years ago
e6f148e
zebra: handle RTF_CLONING removal from FreeBSD 8.0
by David Ward
· 15 years ago
a0f63a4
zebra: fix argument reference in strncpy() call for BSD
by heasley
· 15 years ago
a50c107
zebra: fix RIB debug message for IPv6
by David Ward
· 15 years ago
80b2a94
zebra: make declaration const in rtm_flag_dump()
by Tom Goff
· 15 years ago
50adf78
zebra: Fix router advertisements for non-Ethernet link layer addresses
by David Ward
· 15 years ago
fab7f89
zebra: Add an example config file for testzebra
by Paul Jakma
· 15 years ago
302d53f
zebra: test_main.c should be a bit more helpful about its usage
by Paul Jakma
· 15 years ago
065de90
all: check return value from daemon() call
by Stephen Hemminger
· 15 years ago
cb9e0ce
[zebra] Fix crash in test_zebra
by Paul Jakma
· 17 years ago
97be79f
[zebra] do not touch socket before pidfile locking
by Denis Ovsienko
· 15 years ago
67b9467
[zebra] Silence noisy process_subq
by Chris Caputo
· 15 years ago
c3a5606
zebra: Static route does not reach kernel.
by Joakim Tjernlund
· 15 years ago
d13c3b4
[zebra] linux policy routing support with ipv6
by Mathieu Goessens
· 15 years ago
b60668d
RFC 4191 Default Router Preference support for router advertisements
by Chris Caputo
· 16 years ago
ec5e42b
[cleanup] convert bzero() deprecated by POSIX to memset()
by Jeremy Jackson
· 16 years ago
c77cffd
[daemons/cleanup] Remove disabled log_mode argument support.
by Jeremy Jackson
· 16 years ago
ce0db9c
[zebra/cleanup] make message table read only
by Stephen Hemminger
· 16 years ago
9607d98
[zebra] Remove unused structure element
by Stephen Hemminger
· 16 years ago
90d2ab0
[zebra] Force rib_update when connected route deleted
by Stephen Hemminger
· 16 years ago
81cce01
[cleanup] Use correct buffer size for inet_ntop()
by Stephen Hemminger
· 16 years ago
fd21325
[zebra] Only announce connected routes if link is detected
by Stephen Hemminger
· 16 years ago
4308abb
[zebra] MTU is unsigned
by Stephen Hemminger
· 16 years ago
6c68465
[zebra] remove incorrect debug message
by Stephen Hemminger
· 16 years ago
5110a0c
[zebra] Cleanup meta-queue code
by Stephen Hemminger
· 16 years ago
c841549
[zebra] netlink interface minor cleanup
by Stephen Hemminger
· 17 years ago
61691c9
[zebra] Fix vyatta bug 2814: Add "show ip route summary" command.
by Stig Thormodsrud
· 16 years ago
7fc626d
[cleanup] Make command nodes static
by Stephen Hemminger
· 16 years ago
66e5cd8
[cleanup] functions taking no args should be declared with void args
by Stephen Hemminger
· 16 years ago
393deb9
[cleanup] Convert XMALLOC/memset to XCALLOC
by Stephen Hemminger
· 16 years ago
0be8dfb
[snmp] Compiler warning fixes for when "--enable-snmp" is configured.
by Chris Caputo
· 15 years ago
5d7bdd0
Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile'
by Paul Jakma
· 16 years ago
19a9372
test
by Paul Jakma
· 16 years ago
fb62a3c
Make --enable-snmp cross compile and make libcrypto optional with --without-crypto
by Joakim Tjernlund
· 17 years ago
5515de3
[administrivia] Update gitignore files
by Paul Jakma
· 18 years ago
d68cbf9
[administrivia] Git should ignore backup files and .loT files
by Paul Jakma
· 18 years ago
3998bfd
[trivia] Remove ChangeLog files, as this data is now maintained in SCM
by Paul Jakma
· 16 years ago
e524843
[zebra] trivial: fix spelling mistake
by Stephen Hemminger
· 16 years ago
ef9b113
[zebra] trivia: static qualifiers for metaq
by Stephen Hemminger
· 16 years ago
d145bc0
[zebra] make some data local
by Stephen Hemminger
· 16 years ago
16814f9
[zebra] ignore dead routes in RIB update
by Stephen Hemminger
· 16 years ago
4c69947
[zebra:linux] netlink: no need to change privs for receive
by Stephen Hemminger
· 16 years ago
898987e
[zebra:linux] netlink: quiet harmless errors
by Stephen Hemminger
· 16 years ago
30afea3
[zebra:linux] netlink buffer size tweaking only needed on receive socket
by Stephen Hemminger
· 16 years ago
4cde931
[zebra:linux] clean up blocking setting of netlink sockets
by Stephen Hemminger
· 16 years ago
3d265b4
[zebra:linux] Filter out unwanted netlink messages by PID
by Stephen Hemminger
· 16 years ago
30a2231
[warnings] Fix various SOS warnings
by Paul Jakma
· 16 years ago
1423c80
[lib] mes_lookup string lookup table argument should be marked const
by Stephen Hemminger
· 16 years ago
6072b24
[zebra] mark some rt_netlink functions static
by Stephen Hemminger
· 16 years ago
40da221
[zebra:netlink] Set proto/scope on all route update messages
by Timo Teräs
· 16 years ago
46bc0e4
[build] Test for GNU-style PIE support in toolchain and enable
by Paul P Komkoff Jr
· 16 years ago
3c5a0a4
[administrivia] Add .gitignore files, based on .cvsignores.
by Paul Jakma
· 19 years ago
0b3f3d4
[zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error
by Paul Jakma
· 16 years ago
e96f920
+ initial edition of meta-queue for RIB updates processing (bug #431)
by Denis Ovsienko
· 16 years ago
0d6b2ee
[daemons] Sanity check port number arguments before use
by Paul Jakma
· 17 years ago
768a27e
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
by Paul Jakma
· 17 years ago
20e5ff0
+ fix bug#326 by rib_lookup_and_pushup()
by Denis Ovsienko
· 17 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
3f08767
[link-detect] Static interface routes should behave properly with link-detect.
by Andrew J. Schorr
· 17 years ago
6ce80bd
+ fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated)
by Denis Ovsienko
· 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
a3aaf5b
+ rib_process() speedup for multi-nexthop route nodes
by Denis Ovsienko
· 17 years ago
f304cb4
+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed.
by Denis Ovsienko
· 17 years ago
96934e6
+ sayonara old_pid!
by Denis Ovsienko
· 17 years ago
91b7351
+ fixed bug #402: now the second zebra process doesn't destroy routes
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
bd6c86d
* rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed
by Denis Ovsienko
· 17 years ago
882968e
+ fixed bug #400: adjusted rtread_sysctl.c:route_read()
by Denis Ovsienko
· 17 years ago
1ba2756
Looks like bug #320 is finally fixed now.
by Denis Ovsienko
· 17 years ago
a13663a
Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation
by Denis Ovsienko
· 17 years ago
6da5980
Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
by Denis Ovsienko
· 17 years ago
03e232a
Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_update())
by Denis Ovsienko
· 17 years ago
dc95824
Merged own patch for the bug #391 (debugging and comments mostly).
by Denis Ovsienko
· 17 years ago
Next »