]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
16 years agoNew syntax for bgp_path
Ondrej Zajicek [Sat, 14 Mar 2009 11:43:10 +0000 (12:43 +0100)] 
New syntax for bgp_path

16 years agoUpdate NEWS
Ondrej Zajicek [Fri, 13 Mar 2009 13:19:03 +0000 (14:19 +0100)] 
Update NEWS

16 years agoUpdate capability handshake options
Ondrej Zajicek [Fri, 13 Mar 2009 11:49:44 +0000 (12:49 +0100)] 
Update capability handshake options

Add 'capabilities' option, change default behavior to advertise ipv4,
add some checks and ignore incoming capabilities when capabilities
are disabled.

16 years agoAdded Cisco and Quagga capability workaround option.
Ondrej Zajicek [Thu, 5 Mar 2009 10:52:47 +0000 (11:52 +0100)] 
Added Cisco and Quagga capability workaround option.

16 years agoBetter handling of too long attributes
Ondrej Zajicek [Fri, 27 Feb 2009 14:24:46 +0000 (15:24 +0100)] 
Better handling of too long attributes

This patch extends the length for attributes from 1024 to 2048
(because both AS_PATH and AS4_PATH attributes take 2+4 B per AS).

If there is not enough space for attributes, Bird skips that
route group. Old behavior (skipping remaining attributes)
leads to skipping required attributes and session drop.

16 years agoRate limit for most abundant log messages
Ondrej Zajicek [Thu, 26 Feb 2009 13:23:54 +0000 (14:23 +0100)] 
Rate limit for most abundant log messages

16 years agoFixes another bug in packet retransmissions.
Ondrej Zajicek [Wed, 25 Feb 2009 15:28:21 +0000 (16:28 +0100)] 
Fixes another bug in packet retransmissions.

When slave was in full state, it didn't retransmit
lost packets. That leads to OSPF connection locked
in states loading-full.

16 years agoFixes crash during some expressions
Ondrej Zajicek [Sat, 21 Feb 2009 21:46:50 +0000 (22:46 +0100)] 
Fixes crash during some expressions

Bird crashed when 'bgp_path.len' was used for routes that does
not came from BGP.

16 years agoAdd format for BGP_AGGREGATOR attribute
Ondrej Zajicek [Sat, 21 Feb 2009 16:47:56 +0000 (17:47 +0100)] 
Add format for BGP_AGGREGATOR attribute

16 years agoFix bug in empty bgp mask handling
Ondrej Zajicek [Sat, 21 Feb 2009 15:20:45 +0000 (16:20 +0100)] 
Fix bug in empty bgp mask handling

16 years agoDocumentation update
Ondrej Zajicek [Thu, 12 Feb 2009 20:53:44 +0000 (21:53 +0100)] 
Documentation update

16 years agoFixes bug in packet retransmissions.
Ondrej Zajicek [Thu, 12 Feb 2009 18:46:51 +0000 (19:46 +0100)] 
Fixes bug in packet retransmissions.

When packet was lost during dbdes exchange, slave did not retransmit
it. That leads to OSPF connection locked in states exchange-exstart.

16 years agoFixes bug in protocol state machine
Ondrej Zajicek [Thu, 12 Feb 2009 12:43:06 +0000 (13:43 +0100)] 
Fixes bug in protocol state machine

Scheduling flush must be done before resource pool freeing as it
frees some allocated list nodes from a global list.

16 years agoDo not use ? for client-side help when in new BGP path syntax
Ondrej Zajicek [Thu, 12 Feb 2009 12:41:34 +0000 (13:41 +0100)] 
Do not use ? for client-side help when in new BGP path syntax

16 years agoNew syntax for bgp_path
Ondrej Zajicek [Tue, 27 Jan 2009 16:35:00 +0000 (17:35 +0100)] 
New syntax for bgp_path

16 years agoFixes compilation on older systems.
Ondrej Zajicek [Fri, 16 Jan 2009 11:49:51 +0000 (12:49 +0100)] 
Fixes compilation on older systems.

Older kernel headers (the ones in Debian Sarge) does not
have __kernel_sockaddr_storage .

16 years agoFixes some past config grammar update that caused password related regression.
Ondrej Zajicek [Fri, 16 Jan 2009 11:08:07 +0000 (12:08 +0100)] 
Fixes some past config grammar update that caused password related regression.

16 years agoOne null-pointer dereference bugfix hidden in whitespace changes
Ondrej Zajicek [Fri, 16 Jan 2009 09:58:52 +0000 (10:58 +0100)] 
One null-pointer dereference bugfix hidden in whitespace changes

16 years agoFix typo.
Ondrej Zajicek [Tue, 13 Jan 2009 18:25:27 +0000 (19:25 +0100)] 
Fix typo.

16 years agoFix OSPF protocol error recovery behavior.
Ondrej Zajicek [Tue, 13 Jan 2009 18:15:49 +0000 (19:15 +0100)] 
Fix OSPF protocol error recovery behavior.

When OSPF neighbor state drops down to EXSTART,
clear LSA request and retransmit lists, as specified
by RFC. I hope that this will prevent oscillations
between EXSTART and LOADING states, which sometimes
happened.

It also contains related fix from Yury Shevchuk that
properly resets DB summary list iterator.

16 years agoAdd check detecting packet overwrite in TX buffer.
Ondrej Zajicek [Mon, 12 Jan 2009 22:42:51 +0000 (23:42 +0100)] 
Add check detecting packet overwrite in TX buffer.

16 years agoSlist update
Ondrej Zajicek [Mon, 12 Jan 2009 13:40:21 +0000 (14:40 +0100)] 
Slist update

16 years agoSome fixes and update of OSPF debug messages
Ondrej Zajicek [Sun, 11 Jan 2009 11:14:27 +0000 (12:14 +0100)] 
Some fixes and update of OSPF debug messages

16 years agoMove check for NULL before usage of variable.
Ondrej Zajicek [Sun, 11 Jan 2009 09:51:54 +0000 (10:51 +0100)] 
Move check for NULL before usage of variable.

16 years agoFixes bug in OSPF
Ondrej Zajicek [Sun, 11 Jan 2009 09:47:41 +0000 (10:47 +0100)] 
Fixes bug in OSPF

Checksum was not recalculated when LSA was changed and
packets with bad checksum were sent.

16 years agoBugfix in interpret
Ondrej Zajicek [Thu, 25 Dec 2008 16:49:57 +0000 (17:49 +0100)] 
Bugfix in interpret

Missing cases in filter code interpret leads to crash
when  bgp_next_hop attr was queried.

16 years agofixes some 64-bit related bugs.
Ondrej Zajicek [Thu, 25 Dec 2008 10:55:27 +0000 (11:55 +0100)] 
fixes some 64-bit related bugs.

Filter code used 'aux' integer field of 'symbol' struct to store ptr
to next symbol and both 'aux2' and 'def' fields for value.
Changed to just 'def' for value and 'aux2' for ptr to next symbol.
Also another minor bugfix.

16 years agoAdds support for fallback to capabilityless BGP connect
Ondrej Zajicek [Wed, 24 Dec 2008 16:24:41 +0000 (17:24 +0100)] 
Adds support for fallback to capabilityless BGP connect

When capability related error is received, next connect will be
without capabilities. Also cease error subcodes descriptions
(according to [RFC4486]) are added.

16 years agoFixes bug related to reconfiguration of BGP.
Ondrej Zajicek [Wed, 24 Dec 2008 11:18:10 +0000 (12:18 +0100)] 
Fixes bug related to reconfiguration of BGP.

BGP keeps its copy of configuration ptr and didn't update it during
reconfiguration. But old configuration is freed during reconfiguration.
That leads to unnecessary reset of BGP connection during reconfiguration
(old conf is corrupted and therefore different) and possibly other strange
behavior.

16 years agoMajor changes to BGP
Ondrej Zajicek [Fri, 19 Dec 2008 00:34:39 +0000 (01:34 +0100)] 
Major changes to BGP

Fixes two race conditions causing crash of Bird, several unhandled
cases during BGP initialization, and some other bugs. Also changes
handling of startup delay to be more useful and implement
reporting of last error in 'show protocols' command.

16 years agoFixes nasty bug in event processing.
Ondrej Zajicek [Thu, 18 Dec 2008 22:26:08 +0000 (23:26 +0100)] 
Fixes nasty bug in event processing.

WALK_LIST_DELSAFE (in ev_run_list) is not safe with regard
to deletion of next node. When some events are rescheduled
during event execution, it may lead to deletion of next
node and some events are skipped. Such skipped nodes remain
in temporary list on stack and the last of them contains
'next' pointer to stack area. When this event is later
scheduled, it damages stack area trying to remove it from
the list, which leads to random crashes with funny
backtraces :-) .

16 years agorx_hook may be cleaned in some callback so we check it before
Ondrej Zajicek [Fri, 12 Dec 2008 16:48:03 +0000 (17:48 +0100)] 
rx_hook may be cleaned in some callback so we check it before
executing sk_read().

16 years agoFixes core state machine.
Ondrej Zajicek [Mon, 8 Dec 2008 11:24:55 +0000 (12:24 +0100)] 
Fixes core state machine.

The core state machine was broken - it didn't free resources
in START -> DOWN transition and might freed resources after
UP -> STOP transition before protocol turned down. It leads
to deadlock on olock acquisition when lock was not freed
during previous stop.

The current behavior is that resources, allocated during
DOWN -> * transition, are freed in * -> DOWN transition,
and flushing (scheduled in UP -> *) just counteract
feeding (scheduled in * -> UP). Protocol fell down
when both flushing is done (if needed) and protocol
reports DOWN.

BTW, is thera a reason why neighbour cache item acquired
by protocol is not tracked by resource mechanism?

16 years agoFixes race condition leading to memory corruption and crash.
Ondrej Zajicek [Sat, 22 Nov 2008 00:12:22 +0000 (01:12 +0100)] 
Fixes race condition leading to memory corruption and crash.

When protocol started, feeding was scheduled. If protocol
got down before feeding was executed, then function
responsible for connecting protocol to kernel routing
tables was called after the function responsible for
disconnecting, then resource pool of protocol was freed,
but freed linked list structures remains in the list.

16 years agoFixes segfault with multiple routing tables.
Ondrej Zajicek [Fri, 21 Nov 2008 17:17:03 +0000 (18:17 +0100)] 
Fixes segfault with multiple routing tables.

16 years agoI am not sure whether this is proper fix for a problem that birdc
Ondrej Zajicek [Fri, 21 Nov 2008 12:05:12 +0000 (13:05 +0100)] 
I am not sure whether this is proper fix for a problem that birdc
shows only parts of larger outputs (for example 'show route all').
It seems that birdc reads (from bird) and writes (to stdout)
everything but during execution of some readline code some already
written output disappeared (although it is fflush()ed and
tcdrain()ed).

As birdc reads from stdin when select said there are some data,
O_NONBLOCK for stdin is unnecessary and when it is removed,
i didn't notified this problem.

16 years agoThis is bug, isn't it?
Ondrej Zajicek [Fri, 21 Nov 2008 12:01:05 +0000 (13:01 +0100)] 
This is bug, isn't it?

16 years agobirdc died during terminal resize because of unhandled EINTR
Ondrej Zajicek [Fri, 21 Nov 2008 11:59:03 +0000 (12:59 +0100)] 
birdc died during terminal resize because of unhandled EINTR
in select loop.

16 years agoFix some bugs in filter interpret.
Ondrej Zajicek [Sun, 16 Nov 2008 21:16:04 +0000 (22:16 +0100)] 
Fix some bugs in filter interpret.

16 years agoFix bug in AS path matching
Ondrej Zajicek [Sun, 16 Nov 2008 10:35:30 +0000 (11:35 +0100)] 
Fix bug in AS path matching

16 years agoFixes feeding of new protocol, only preferred routes are announced.
Ondrej Zajicek [Fri, 14 Nov 2008 22:03:15 +0000 (23:03 +0100)] 
Fixes feeding of new protocol, only preferred routes are announced.

16 years agoOSPF routes appeared with random value of ospf_tag attribute.
Ondrej Zajicek [Fri, 14 Nov 2008 20:13:56 +0000 (21:13 +0100)] 
OSPF routes appeared with random value of ospf_tag attribute.
This patch fixes it.

16 years agoNew read-only route attribute 'proto' added. It returns a string
Ondrej Zajicek [Fri, 14 Nov 2008 13:50:37 +0000 (14:50 +0100)] 
New read-only route attribute 'proto' added. It returns a string
representing a name of the protocol that originated the route.
Strings can be compared using = or matched using ~. Routes can
be filtered, for example:

show route where proto ~ "bgp1*"

16 years agoProper format functions for ORIGINATOR_ID, CLUSTER_LIST
Ondrej Zajicek [Sat, 8 Nov 2008 22:33:22 +0000 (23:33 +0100)] 
Proper format functions for ORIGINATOR_ID, CLUSTER_LIST

16 years agoFix bugs in OSPF MD5 authentication. First bug is that default
Ondrej Zajicek [Sat, 8 Nov 2008 16:24:23 +0000 (17:24 +0100)] 
Fix bugs in OSPF MD5 authentication. First bug is that default
values for MD5 password ID changed during reconfigure, Second
bug is that BIRD chooses password in first-fit manner, but RFC
says that it should use the one with the latest generate-from.

It also modifies the syntax for multiple passwords.
Now it is possible to just add more 'password' statements
to the interface section and it is not needed to use
'passwords' section. Old syntax can be used too.

16 years agoUprava configure
Ondrej Zajicek [Thu, 6 Nov 2008 18:13:55 +0000 (19:13 +0100)] 
Uprava configure

16 years agoFix problem with local time changes.
Ondrej Zajicek [Wed, 5 Nov 2008 21:36:49 +0000 (22:36 +0100)] 
Fix problem with local time changes.

16 years agoFixes bugs in IPv6 code caused by recent commits.
Ondrej Zajicek [Wed, 5 Nov 2008 20:39:04 +0000 (21:39 +0100)] 
Fixes bugs in IPv6 code caused by recent commits.

16 years agoThese warnings are so abundant (because char * / byte * mix) that they
Ondrej Zajicek [Tue, 4 Nov 2008 13:52:47 +0000 (14:52 +0100)] 
These warnings are so abundant (because char * / byte * mix) that they
are completely useless.

16 years agoIgnore messages related to wireless extensions.
Ondrej Zajicek [Tue, 4 Nov 2008 13:51:45 +0000 (14:51 +0100)] 
Ignore messages related to wireless extensions.

16 years agoMultihop BGP was completely broken, because listening socket has always
Ondrej Zajicek [Sat, 1 Nov 2008 15:58:40 +0000 (16:58 +0100)] 
Multihop BGP was completely broken, because listening socket has always
ttl 1.

16 years agoImplementation of route server.
Ondrej Zajicek [Sat, 1 Nov 2008 11:55:43 +0000 (12:55 +0100)] 
Implementation of route server.

16 years agoFix race condition that breaks BGP connections after reconfigure.
Ondrej Zajicek [Wed, 29 Oct 2008 13:16:34 +0000 (14:16 +0100)] 
Fix race condition that breaks BGP connections after reconfigure.

RFC says that only connections in OpenConfirm and Established state
should participate in connection collision detection.

The current implementation leads to race condition when both sides
are trying to connect at the almost same time, then both sides
receive OPEN message by different connections at the almost same
time and close the other connection. Both connections are
closed and the both sides end in  start/idle or start/active
state.

16 years agoFixes some sloppiness of commit a3b70dc499b64f41aa776b5b4afee5c7bfb8dfa6.
Ondrej Zajicek [Tue, 28 Oct 2008 15:10:42 +0000 (16:10 +0100)] 
Fixes some sloppiness of commit a3b70dc499b64f41aa776b5b4afee5c7bfb8dfa6.

16 years agoMerge branch 'dev' into out
Ondrej Zajicek [Sun, 26 Oct 2008 23:20:22 +0000 (00:20 +0100)] 
Merge branch 'dev' into out

16 years agoTwo new informative CLI commands for OSPF.
Ondrej Zajicek [Sun, 26 Oct 2008 23:03:30 +0000 (00:03 +0100)] 
Two new informative CLI commands for OSPF.

Two new CLI commands for OSPF giving nice informative (and still machine
parsable) representation of OSPF network graph (based on datas from the
LSA database).

The first command (show ospf topology) shows routers, networks and stub
networks, The second command (show ospf state) shows also external
routes and area-external networks and routers propagated by given area
boundary router.

16 years agoCheck of socket name length
Ondrej Zajicek [Sun, 26 Oct 2008 22:55:38 +0000 (23:55 +0100)] 
Check of socket name length

16 years agoMissing newline.
Ondrej Zajicek [Sun, 26 Oct 2008 22:53:05 +0000 (23:53 +0100)] 
Missing newline.

16 years agoBugfix in LSA origination for PTP OSPF links.
Ondrej Zajicek [Sun, 26 Oct 2008 22:43:13 +0000 (23:43 +0100)] 
Bugfix in LSA origination for PTP OSPF links.

The code generating LSAs for PTP OSPF links is buggy. The old behavior
is that it generates PTP link if there is a full/ptp neighbor and stub
link if there isn't. According to RFC 2328, the correct behavior is to
generate stub link in both cases (in the first case together with PTP
link).

And because of buggy detection of unnumbered networks, for numbered
networks the code creates stub links with 0.0.0.0/32.

16 years agoDo not repeat 'Invalid broadcast address' error message.
Ondrej Zajicek [Sun, 26 Oct 2008 22:23:09 +0000 (23:23 +0100)] 
Do not repeat 'Invalid broadcast address' error message.

'Invalid broadcast address' error is reported only once for
an interface and not during every interface scan.

16 years agoIgnore unknown netlink events.
Ondrej Zajicek [Sun, 26 Oct 2008 22:20:50 +0000 (23:20 +0100)] 
Ignore unknown netlink events.

Bird sometimes reported 'bird: nl_parse_link: Malformed message received'.
The cause is that bird asynchronously received netlink packet from
wireless driver about some wireless event on its link layer. In that
case bird shouldn't complain.

16 years agoBugfix for routing table breaking bug.
Ondrej Zajicek [Sun, 26 Oct 2008 22:09:46 +0000 (23:09 +0100)] 
Bugfix for routing table breaking bug.

Here is a patch fixing a bug that causes breakage of a local routing
table during shutdown of Bird. The problem was caused by shutdown
of 'device' protocol before shutdown of 'kernel' protocol.  When
'device' protocol went down, the route (with local network prefix)
From different protocol (BGP or OSPF) became preferred and installed
to the kernel routing table. Such routes were broken (like
192.168.1.0/24 via 192.168.1.2). I think it is also the cause
of problem reported by Martin Kraus.

The patch disables updating of kernel routing table during shutdown of
Bird. I am not sure whether this is the best way to fix it, I would
prefer to forbid 'kernel' protocol to overwrite routes with
'proto kernel'.

The patch also fixes a problem that during shutdown sometimes routes
created by Bird remained in the kernel routing table.

16 years agoBugfixes in MULIT_EXIT_DISC attribute handling.
Ondrej Zajicek [Sun, 26 Oct 2008 21:59:21 +0000 (22:59 +0100)] 
Bugfixes in MULIT_EXIT_DISC attribute handling.

 - Old MED handling was completely different from behavior
   specified in RFCs - for example they havn't been propagated
   to neighboring areas.

 - Update tie-breaking according to RFC 4271.

 - Change default value for 'default bgp_med' configuration
   option according to RFC 4271.

16 years agoBugfix in LOCAL_PREF attribute handling.
Ondrej Zajicek [Sun, 26 Oct 2008 21:54:23 +0000 (22:54 +0100)] 
Bugfix in LOCAL_PREF attribute handling.

16 years agoUpdate of a documentation - new options for AS4, MD5 auth and route reflection.
Ondrej Zajicek [Sun, 26 Oct 2008 21:52:21 +0000 (22:52 +0100)] 
Update of a documentation - new options for AS4, MD5 auth and route reflection.

16 years agoImplementation of an option for disabling AS4 support per BGP instance.
Ondrej Zajicek [Sun, 26 Oct 2008 21:48:02 +0000 (22:48 +0100)] 
Implementation of an option for disabling AS4 support per BGP instance.

16 years agoImplementation of route reflection for BGP
Ondrej Zajicek [Sun, 26 Oct 2008 21:45:09 +0000 (22:45 +0100)] 
Implementation of route reflection for BGP

16 years agoImplementation of MD5 authentication of BGP sessions.
Ondrej Zajicek [Sun, 26 Oct 2008 21:42:39 +0000 (22:42 +0100)] 
Implementation of MD5 authentication of BGP sessions.

16 years agoImplementation of 4B ASN support for BGP
Ondrej Zajicek [Sun, 26 Oct 2008 21:36:08 +0000 (22:36 +0100)] 
Implementation of 4B ASN support for BGP

16 years agoThe top-level Makefile is a generated file, so remove it from the repo.
Martin Mares [Sun, 26 Oct 2008 13:14:37 +0000 (14:14 +0100)] 
The top-level Makefile is a generated file, so remove it from the repo.

16 years agoUpdated version number in the README.
Martin Mares [Sun, 26 Oct 2008 13:11:06 +0000 (14:11 +0100)] 
Updated version number in the README.

16 years agoExpand ospf dump information.
Ondrej Filip [Mon, 25 Aug 2008 12:51:06 +0000 (12:51 +0000)] 
Expand ospf dump information.

16 years agoPrevious patch reverted. :-(
Ondrej Filip [Mon, 25 Aug 2008 12:06:20 +0000 (12:06 +0000)] 
Previous patch reverted. :-(

16 years agoEndianity problem in debug message fix.
Ondrej Filip [Mon, 25 Aug 2008 12:00:55 +0000 (12:00 +0000)] 
Endianity problem in debug message fix.

16 years agoBuffer overflow fix.
Ondrej Filip [Mon, 25 Aug 2008 11:57:46 +0000 (11:57 +0000)] 
Buffer overflow fix.

16 years agoFix behavior of ipa_opposite().
Martin Mares [Mon, 25 Aug 2008 11:19:49 +0000 (11:19 +0000)] 
Fix behavior of ipa_opposite().

It was giving wrong results on /30 networks.

16 years agoUpdated config.{guess,sub} to a recent version.
Martin Mares [Mon, 25 Aug 2008 11:14:14 +0000 (11:14 +0000)] 
Updated config.{guess,sub} to a recent version.

Patch from the Debian package.

16 years agoClose fd of config file after reconfiguration.
Ondrej Filip [Sun, 24 Aug 2008 23:24:14 +0000 (23:24 +0000)] 
Close fd of config file after reconfiguration.

16 years agoThe source address configuration in BGP added.
Ondrej Filip [Sun, 24 Aug 2008 23:20:46 +0000 (23:20 +0000)] 
The source address configuration in BGP added.

18 years agoNew version of flex needs argument separated.
Ondrej Filip [Wed, 20 Jun 2007 12:32:39 +0000 (12:32 +0000)] 
New version of flex needs argument separated.

18 years agoDetach from the TTY properly.
Martin Mares [Wed, 20 Jun 2007 07:33:26 +0000 (07:33 +0000)] 
Detach from the TTY properly.

20 years agoAgain back to regina.gin.cz.
Ondrej Filip [Wed, 16 Mar 2005 16:09:28 +0000 (16:09 +0000)] 
Again back to regina.gin.cz.

20 years agoYes, we will go for 1.0.12
Ondrej Filip [Wed, 16 Mar 2005 16:08:40 +0000 (16:08 +0000)] 
Yes, we will go for 1.0.12

20 years agoSmall bugfix in tracing.
Ondrej Filip [Tue, 15 Mar 2005 23:42:41 +0000 (23:42 +0000)] 
Small bugfix in tracing.

20 years agoAdded new parametr 'rx buffer <num>'. BIRD is able to receive
Ondrej Filip [Tue, 15 Mar 2005 22:06:36 +0000 (22:06 +0000)] 
Added new parametr 'rx buffer <num>'. BIRD is able to receive
very large packets (if configured).

20 years agoMaximal packet size in virtual links is 576.
Ondrej Filip [Tue, 15 Mar 2005 20:51:33 +0000 (20:51 +0000)] 
Maximal packet size in virtual links is 576.

20 years agoOSPF can accept larger packets than MTU.
Ondrej Filip [Mon, 14 Mar 2005 11:24:56 +0000 (11:24 +0000)] 
OSPF can accept larger packets than MTU.

20 years agoLook for large packets.
Ondrej Filip [Mon, 14 Mar 2005 11:07:10 +0000 (11:07 +0000)] 
Look for large packets.

20 years agoBugfix in external routes calculation.
Ondrej Filip [Mon, 14 Mar 2005 10:59:52 +0000 (10:59 +0000)] 
Bugfix in external routes calculation.

20 years agoSmall typos in documentation.
Ondrej Filip [Mon, 21 Feb 2005 14:06:22 +0000 (14:06 +0000)] 
Small typos in documentation.

20 years agoFtp server change.
Ondrej Filip [Mon, 21 Feb 2005 10:22:57 +0000 (10:22 +0000)] 
Ftp server change.

20 years agoChange of ftp servers.
Ondrej Filip [Mon, 21 Feb 2005 10:04:37 +0000 (10:04 +0000)] 
Change of ftp servers.

20 years agoUnused code deleted.
Ondrej Filip [Sun, 20 Feb 2005 19:03:34 +0000 (19:03 +0000)] 
Unused code deleted.

20 years agoCleanup - all unused variables deleted.
Ondrej Filip [Sun, 20 Feb 2005 18:56:06 +0000 (18:56 +0000)] 
Cleanup - all unused variables deleted.

20 years agoSome tasks are fulfilled. :-)
Ondrej Filip [Sun, 20 Feb 2005 17:04:00 +0000 (17:04 +0000)] 
Some tasks are fulfilled. :-)

20 years agoIntelligent reconfiguration should work again.
Ondrej Filip [Sun, 20 Feb 2005 16:54:09 +0000 (16:54 +0000)] 
Intelligent reconfiguration should work again.

20 years agoOriginate default route into stub areas.
Ondrej Filip [Sun, 20 Feb 2005 16:53:06 +0000 (16:53 +0000)] 
Originate default route into stub areas.

20 years agoLet's go for 1.0.11.
Ondrej Filip [Sun, 20 Feb 2005 04:28:55 +0000 (04:28 +0000)] 
Let's go for 1.0.11.

20 years agoSince now I can also use 'dead interval', not just 'dead counter'.
Ondrej Filip [Sun, 20 Feb 2005 04:27:56 +0000 (04:27 +0000)] 
Since now I can also use 'dead interval', not just 'dead counter'.

20 years agoBugfix - count courrectly next hop on single hop virtual link.
Ondrej Filip [Sun, 20 Feb 2005 03:37:47 +0000 (03:37 +0000)] 
Bugfix - count courrectly next hop on single hop virtual link.