index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[link-detect] Improve BSD support.
Andrew J. Schorr
2008-01-11
5
-19
/
+21
*
[link-detect] Try to get BSD link-detect to work properly.
Andrew J. Schorr
2008-01-10
7
-0
/
+82
*
[link-detect] Static interface routes should behave properly with link-detect.
Andrew J. Schorr
2008-01-08
2
-3
/
+9
*
[lib] add mising UL qualifier to numerical constant
Paul Jakma
2008-01-08
2
-1
/
+7
*
[bgpd] Fix number of DoS security issues, restricted to configured peers.
Paul Jakma
2007-12-22
7
-8
/
+87
*
+ fixed no_set_aspath_prepend() to correctly match existing "set" statement
Denis Ovsienko
2007-12-18
2
-1
/
+16
*
[bgpd] Fix typo in previous commit to bgp_main.c
Paul Jakma
2007-11-21
1
-1
/
+1
*
[bgpd] small fix for crash if 'listenon' argument is not given
Paul Jakma
2007-11-13
2
-1
/
+9
*
+ fixed bug #418 (changing address on an existing interface doesn't cause exi...
Denis Ovsienko
2007-11-12
6
-11
/
+63
*
2007-10-30 Nick Hilliard <nick@inex.ie>
Paul Jakma
2007-11-01
7
-8
/
+87
*
+ fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...
Denis Ovsienko
2007-10-24
2
-0
/
+11
*
[ospf6d] Fix removal of defunct ASBR routes
Paul Jakma
2007-10-22
2
-9
/
+7
*
[snmp-smux] Fix problems if 'smux peer ...' is issued multiple times
Paul Jakma
2007-10-22
2
-2
/
+17
*
[news] Fix top-line version
Paul Jakma
2007-10-22
1
-1
/
+1
*
[tests] Forgot to commit ecommunity_tests.c
Paul Jakma
2007-10-18
1
-0
/
+141
*
[bgpd] Merge AS4 support
Paul Jakma
2007-10-14
27
-432
/
+1897
*
+ pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600)
Denis Ovsienko
2007-10-04
2
-3
/
+10
*
+ rib_process() speedup for multi-nexthop route nodes
Denis Ovsienko
2007-10-04
2
-2
/
+8
*
+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....
Denis Ovsienko
2007-10-03
2
-11
/
+17
*
[privs/Solaris] Quagga should work in zones with IP instances
Paul Jakma
2007-09-18
2
-0
/
+12
*
[bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes
Paul Jakma
2007-09-18
4
-17
/
+108
*
+ fix missing arg to zlog_warn()
Denis Ovsienko
2007-09-18
2
-1
/
+2
*
+ fix minor regression in OSPF sending buffer adjustment logic
Denis Ovsienko
2007-09-18
4
-11
/
+18
*
+ sayonara old_pid!
Denis Ovsienko
2007-09-14
5
-11
/
+6
*
+ fixed bug #402: now the second zebra process doesn't destroy routes
Denis Ovsienko
2007-09-14
2
-5
/
+20
*
Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).
Denis Ovsienko
2007-09-14
4
-13
/
+19
*
* rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed
Denis Ovsienko
2007-09-12
2
-0
/
+8
*
[release] bump to 0.99.9
quagga_0_99_9_release
Paul Jakma
2007-09-07
2
-1
/
+5
*
[bgpd] low-impact DoS: crash on malformed community with debug set
Paul Jakma
2007-09-07
3
-1
/
+22
*
+ fixed bug #400: adjusted rtread_sysctl.c:route_read()
Denis Ovsienko
2007-09-06
2
-0
/
+8
*
[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients
Paul Jakma
2007-08-30
3
-34
/
+49
*
[bgpd] Pass NOSUB to regexec
Paul Jakma
2007-08-23
2
-1
/
+9
*
Bug #362 is fixed now.
Denis Ovsienko
2007-08-21
10
-2
/
+102
*
Looks like bug #320 is finally fixed now.
Denis Ovsienko
2007-08-21
2
-0
/
+11
*
Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation
Denis Ovsienko
2007-08-21
2
-14
/
+16
*
Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
Denis Ovsienko
2007-08-17
2
-2
/
+7
*
Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...
Denis Ovsienko
2007-08-14
2
-12
/
+22
*
Merged own patch for the bug #391 (debugging and comments mostly).
Denis Ovsienko
2007-08-13
8
-48
/
+418
*
Use the proper field length for the peer's address (netlink_interface_addr)
vize
2007-08-10
2
-5
/
+6
*
[tests] Add bgp_capability_test.c, should have been part of earlier commit
Paul Jakma
2007-08-08
1
-0
/
+457
*
[isisd] Commit new files which should have been part of previous commit..
Paul Jakma
2007-08-08
3
-0
/
+1320
*
[isisd] Add support for Solaris DLPI
Paul Jakma
2007-08-07
11
-647
/
+82
*
[ospfd] Finish explanatory comment started in previous commit..
Paul Jakma
2007-08-07
2
-1
/
+6
*
[zebra] Add extra debug logging for RIB and RIB queueing
Paul Jakma
2007-08-06
2
-19
/
+56
*
[ospfd] Fix bad SPF calculation on some topologies - incorrect sorting
Paul Jakma
2007-08-06
5
-4
/
+18
*
Fix last commit - add back in closing paren which was apparently
Greg Troxel
2007-08-06
1
-1
/
+1
*
[ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas
Paul Jakma
2007-08-06
2
-1
/
+5
*
[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit
Paul Jakma
2007-08-06
10
-31
/
+725
*
[bgpd] cleanup, compact and consolidate capability parsing code
Paul Jakma
2007-08-06
10
-416
/
+566
*
Add comment questioning part of previous change (Denis?).
Greg Troxel
2007-08-02
1
-26
/
+31
[prev]
[next]