]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
14 years agoNEWS and version update.
Ondrej Zajicek [Thu, 25 Jun 2009 12:42:25 +0000 (14:42 +0200)] 
NEWS and version update.

14 years agoReplace 'bind' option with 'listen' option.
Ondrej Zajicek [Tue, 23 Jun 2009 09:08:30 +0000 (11:08 +0200)] 
Replace 'bind' option with 'listen' option.

To be consistent with other daemons.

14 years agoFixes bug in ORIGIN check.
Ondrej Zajicek [Tue, 23 Jun 2009 09:00:38 +0000 (11:00 +0200)] 
Fixes bug in ORIGIN check.

14 years agoChanges handling of AS_PATH_CONFED_* segments in AS_PATH.
Ondrej Zajicek [Tue, 23 Jun 2009 08:50:57 +0000 (10:50 +0200)] 
Changes handling of AS_PATH_CONFED_* segments in AS_PATH.

Although standard says that if we receive AS_PATH_CONFED_*
(and we are not a part of a confederation) segment, we should
drop session, nobody does that and it is unwise to do that.

Now we drop session just in case that peer ASN is in
AS_PATH_CONFED_* segment (to detect peer that considers BIRD
as a part of its confederation).

14 years agoFixes bug in scheduling of callback by main loop.
Ondrej Zajicek [Fri, 19 Jun 2009 22:59:32 +0000 (00:59 +0200)] 
Fixes bug in scheduling of callback by main loop.

If other side of a socket is sending data faster than
BIRD is processing, BIRD does not schedule any other
callbacks (events, timers, rx/tx callbacks).

14 years agoDocumentation update
Ondrej Zajicek [Fri, 19 Jun 2009 22:40:21 +0000 (00:40 +0200)] 
Documentation update

14 years agoAdds support for soft reconfiguration.
Ondrej Zajicek [Fri, 19 Jun 2009 21:49:34 +0000 (23:49 +0200)] 
Adds support for soft reconfiguration.

14 years agoImplements option that changes BGP listening socket parametres.
Ondrej Zajicek [Thu, 18 Jun 2009 17:20:07 +0000 (19:20 +0200)] 
Implements option that changes BGP listening socket parametres.

14 years agoMinor bugfixes.
Ondrej Zajicek [Thu, 18 Jun 2009 12:32:44 +0000 (14:32 +0200)] 
Minor bugfixes.

14 years agoDocumentation update.
Ondrej Zajicek [Thu, 11 Jun 2009 18:51:13 +0000 (20:51 +0200)] 
Documentation update.

14 years agoImplements an option that allows to change a set of stub networks.
Ondrej Zajicek [Thu, 11 Jun 2009 15:25:38 +0000 (17:25 +0200)] 
Implements an option that allows to change a set of stub networks.

15 years agoChanges OSPF to generate stub networks for non-primary addresses.
Ondrej Zajicek [Wed, 10 Jun 2009 21:45:08 +0000 (23:45 +0200)] 
Changes OSPF to generate stub networks for non-primary addresses.

Also does some reorganization in RT LSA announcement.

15 years agoMinor BGP changes related to error wait time.
Ondrej Zajicek [Sat, 6 Jun 2009 22:38:38 +0000 (00:38 +0200)] 
Minor BGP changes related to error wait time.

15 years agoFixes bug related to startup delay change.
Ondrej Zajicek [Sat, 6 Jun 2009 16:56:33 +0000 (18:56 +0200)] 
Fixes bug related to startup delay change.

15 years agoDifferentiate between error delay and connect/reconnect delay.
Ondrej Zajicek [Sat, 6 Jun 2009 16:16:22 +0000 (18:16 +0200)] 
Differentiate between error delay and connect/reconnect delay.

The difference is here to reject incoming connections in the
first case.

15 years agoAdds route limit documentation.
Ondrej Zajicek [Thu, 4 Jun 2009 11:38:18 +0000 (13:38 +0200)] 
Adds route limit documentation.

15 years agoImplements import route limits.
Ondrej Zajicek [Thu, 4 Jun 2009 11:31:09 +0000 (13:31 +0200)] 
Implements import route limits.

15 years agoImplements route statistics and fixes some minor bugs.
Ondrej Zajicek [Wed, 3 Jun 2009 23:22:56 +0000 (01:22 +0200)] 
Implements route statistics and fixes some minor bugs.

15 years agoEscaped debbuging message removed.
Ondrej Zajicek [Mon, 1 Jun 2009 21:18:45 +0000 (23:18 +0200)] 
Escaped debbuging message removed.

15 years agoAdds support for dynamic pair and bgp mask expressions.
Ondrej Zajicek [Mon, 1 Jun 2009 17:32:41 +0000 (19:32 +0200)] 
Adds support for dynamic pair and bgp mask expressions.

15 years agoRemoves some remnant of '|' bgp path separator.
Ondrej Zajicek [Mon, 1 Jun 2009 14:20:48 +0000 (16:20 +0200)] 
Removes some remnant of '|' bgp path separator.

15 years agoThe pipe cleanup.
Ondrej Zajicek [Mon, 1 Jun 2009 12:07:13 +0000 (14:07 +0200)] 
The pipe cleanup.

15 years agoAdds opaque/transparent pipe mode selection.
Ondrej Zajicek [Mon, 1 Jun 2009 10:10:10 +0000 (12:10 +0200)] 
Adds opaque/transparent pipe mode selection.

15 years agoChanges pipes to transfer all routes between routing table, not just optimal routes.
Ondrej Zajicek [Sun, 31 May 2009 13:24:27 +0000 (15:24 +0200)] 
Changes pipes to transfer all routes between routing table, not just optimal routes.

15 years agoFixes buggy prefix ~ prefix matching.
Ondrej Zajicek [Fri, 29 May 2009 22:35:35 +0000 (00:35 +0200)] 
Fixes buggy prefix ~ prefix matching.

15 years agoImplements primary address selection base on 'primary' option.
Ondrej Zajicek [Fri, 29 May 2009 20:49:30 +0000 (22:49 +0200)] 
Implements primary address selection base on 'primary' option.

15 years agoFixes problems with rewriting of kernel device routes.
Ondrej Zajicek [Fri, 29 May 2009 15:36:37 +0000 (17:36 +0200)] 
Fixes problems with rewriting of kernel device routes.

15 years agoAdd 'primary' configuration option.
Ondrej Zajicek [Fri, 29 May 2009 11:32:24 +0000 (13:32 +0200)] 
Add 'primary' configuration option.

15 years agoMerge branch 'dev' into ospf
Ondrej Zajicek [Thu, 28 May 2009 11:58:51 +0000 (13:58 +0200)] 
Merge branch 'dev' into ospf

15 years agoWarning for BSD system and TCP-MD5.
Ondrej Filip [Tue, 26 May 2009 08:43:59 +0000 (10:43 +0200)] 
Warning for BSD system and TCP-MD5.

15 years agoAdds INSTALL file.
Ondrej Zajicek [Sun, 24 May 2009 23:41:20 +0000 (01:41 +0200)] 
Adds INSTALL file.

15 years agoHello packets on PTP networks should have zero netmask.
Ondrej Zajicek [Sun, 24 May 2009 15:55:33 +0000 (17:55 +0200)] 
Hello packets on PTP networks should have zero netmask.

This also ensures that misconfigured routers (one side
ptp and one side broadcast) do not make adjacency.

15 years agoIgnore Hello packets from different IP network (than primary).
Ondrej Zajicek [Sun, 24 May 2009 15:51:27 +0000 (17:51 +0200)] 
Ignore Hello packets from different IP network (than primary).

15 years agoUpdate versions.
Ondrej Zajicek [Fri, 22 May 2009 16:41:52 +0000 (18:41 +0200)] 
Update versions.

15 years agoNEWS update.
Ondrej Zajicek [Fri, 22 May 2009 16:08:54 +0000 (18:08 +0200)] 
NEWS update.

15 years agoChange import/preimport to export/preexport to be consistent with filters.
Ondrej Zajicek [Fri, 22 May 2009 15:12:15 +0000 (17:12 +0200)] 
Change import/preimport to export/preexport to be consistent with filters.

15 years agoFixes serious bug in route attribute handing.
Ondrej Zajicek [Fri, 22 May 2009 13:16:53 +0000 (15:16 +0200)] 
Fixes serious bug in route attribute handing.

ea_same() sometimes returns true for different route attributes,
which caused that hash table in BGP does not work correctly and
some routes were sent with different attributes.

15 years agoFixes type mismatch on BSD systems.
Ondrej Zajicek [Fri, 22 May 2009 11:37:07 +0000 (13:37 +0200)] 
Fixes type mismatch on BSD systems.

15 years agoUgly hack for finding readline on NetBSD
Ondrej Zajicek [Thu, 21 May 2009 23:13:07 +0000 (01:13 +0200)] 
Ugly hack for finding readline on NetBSD

15 years agoBetter checks for M4 in configure.
Ondrej Zajicek [Thu, 21 May 2009 22:26:30 +0000 (00:26 +0200)] 
Better checks for M4 in configure.

15 years agoMerge branch 'master' into dev
Ondrej Zajicek [Thu, 21 May 2009 07:26:59 +0000 (09:26 +0200)] 
Merge branch 'master' into dev

15 years agoDocumentation updates
Ondrej Zajicek [Wed, 13 May 2009 20:04:44 +0000 (22:04 +0200)] 
Documentation updates

15 years ago'show route protocol <p>' added to CLI.
Ondrej Filip [Mon, 11 May 2009 00:01:11 +0000 (02:01 +0200)] 
'show route protocol <p>' added to CLI.

15 years agoOpenBSD port related changes.
Ondrej Filip [Sun, 10 May 2009 23:32:49 +0000 (01:32 +0200)] 
OpenBSD port related changes.

15 years agoFixed bug in cli help.
Ondrej Filip [Sun, 10 May 2009 17:23:05 +0000 (19:23 +0200)] 
Fixed bug in cli help.

15 years agoFixes in documentation.
Ondrej Zajicek [Sun, 10 May 2009 11:15:17 +0000 (13:15 +0200)] 
Fixes in documentation.

15 years agoFixes communication on netlink sockets
Ondrej Zajicek [Fri, 8 May 2009 12:37:06 +0000 (14:37 +0200)] 
Fixes communication on netlink sockets

Independent sessions on netlink sockets mixed state
in some common variables.

15 years agoA change in OSPF and RIP interface patterns.
Ondrej Zajicek [Wed, 6 May 2009 20:02:45 +0000 (22:02 +0200)] 
A change in OSPF and RIP interface patterns.

Allows to add more interface patterns to one common 'options'
section like:

interface "eth3", "eth4" { options common to eth3 and eth4 };

Also removes undocumented and unnecessary ability to specify
more interface patterns with different 'options' sections:

interface "eth3" { options ... }, "eth4" { options ... };

15 years agoFixes one recently introduced IPv6 BGP compatibility problem.
Ondrej Zajicek [Wed, 6 May 2009 13:18:52 +0000 (15:18 +0200)] 
Fixes one recently introduced IPv6 BGP compatibility problem.

15 years agoLinux specific TCP-MD5 handling moved to sysdep/linux/sysio.h
Ondrej Filip [Mon, 4 May 2009 16:17:46 +0000 (18:17 +0200)] 
Linux specific TCP-MD5 handling moved to sysdep/linux/sysio.h
FreeBSD coded added. BSD cannot set BGP passwords itself.
This has to be done by external command.

15 years agoSyntax error fix for systems without CONFIG_SELF_CONSCIOUS (KRT_ALLOW_LEARN)
Ondrej Filip [Mon, 4 May 2009 15:49:56 +0000 (17:49 +0200)] 
Syntax error fix for systems without CONFIG_SELF_CONSCIOUS (KRT_ALLOW_LEARN)

15 years agoAllow 'third party' BGP updates for originated routes.
Ondrej Zajicek [Wed, 29 Apr 2009 20:17:40 +0000 (22:17 +0200)] 
Allow 'third party' BGP updates for originated routes.

15 years agoFixes BGP IPv6 link local next hop handling.
Ondrej Zajicek [Wed, 29 Apr 2009 16:58:24 +0000 (18:58 +0200)] 
Fixes BGP IPv6 link local next hop handling.

When sending 'third party' BGP update, Bird used bogus link local
addresses instead of addresses it received before.

15 years agoFixes handling of 'next hop self' and 'source address' configuration
Ondrej Zajicek [Tue, 28 Apr 2009 16:11:56 +0000 (18:11 +0200)] 
Fixes handling of 'next hop self' and 'source address' configuration
options.

15 years agoTypo in gendist script.
Ondrej Filip [Tue, 28 Apr 2009 09:56:33 +0000 (11:56 +0200)] 
Typo in gendist script.

15 years agoSmall formatting typo in documentation.
Ondrej Filip [Tue, 28 Apr 2009 09:53:12 +0000 (11:53 +0200)] 
Small formatting typo in documentation.

15 years agoGendist script adapted to git.
Ondrej Filip [Tue, 28 Apr 2009 08:20:50 +0000 (10:20 +0200)] 
Gendist script adapted to git.

15 years agoNEWS and version update
Ondrej Zajicek [Tue, 28 Apr 2009 07:46:59 +0000 (09:46 +0200)] 
NEWS and version update

15 years agoFixes BGPv6 bug - missing endianity conversion.
Ondrej Zajicek [Thu, 23 Apr 2009 21:15:07 +0000 (23:15 +0200)] 
Fixes BGPv6 bug - missing endianity conversion.

Also removes code skipping SNPAs
(obsoleted by newer RFCs, should be ignored).

15 years agoFixes BGPv6 bug - mandatory attributes weren't validated;
Ondrej Zajicek [Thu, 23 Apr 2009 12:44:02 +0000 (14:44 +0200)] 
Fixes BGPv6 bug - mandatory attributes weren't validated;

15 years agoFixe bug in BGPv6 that causes to send invalid network withdraws.
Ondrej Zajicek [Thu, 23 Apr 2009 12:16:05 +0000 (14:16 +0200)] 
Fixe bug in BGPv6 that causes to send invalid network withdraws.

15 years agoFixes bug in BGPv6 causing crash by checking missing attributes.
Ondrej Zajicek [Thu, 23 Apr 2009 10:36:24 +0000 (12:36 +0200)] 
Fixes bug in BGPv6 causing crash by checking missing attributes.

15 years agoFixes mixed-up messages on netlink socket
Ondrej Zajicek [Fri, 17 Apr 2009 16:43:11 +0000 (18:43 +0200)] 
Fixes mixed-up messages on netlink socket

Under specific circumstances there might be two mixed-up
netlink sessions (one for scan, the other for route change
request). This patch separates netlink scans and requests
to two fds (and seq counters).

This should fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428865

15 years agoRewrite of buggy AS path matching.
Ondrej Zajicek [Thu, 16 Apr 2009 23:48:36 +0000 (01:48 +0200)] 
Rewrite of buggy AS path matching.

Old AS path maching supposes thath AS number appears
only once in AS path, but that is not true. It also
contains some bugs related to AS path sets.

New code does not use any assumptions about semantic
structure of AS path. It is asymptotically slower than
the old code, but on real paths it is not significant.

It also allows '?' for matching one arbitrary AS number.

15 years agoFixes broken cryptographic authentication in OSPF
Ondrej Zajicek [Wed, 8 Apr 2009 18:15:01 +0000 (20:15 +0200)] 
Fixes broken cryptographic authentication in OSPF

Cryptographic authentication in OSPF is defective by
design - there might be several packets independently
sent to the network (for example HELLO, LSUPD and LSACK)
where they might be reordered and that causes crypt.
sequence number error.

That can be workarounded by not incresing sequence number
too often. Now we update it only when last packet was sent
before at least one second. This can constitute a risk of
replay attacks, but RFC supposes something similar (like time
in seconds used as CSN).

15 years agoFixes bug in OSPF packet retransmission.
Ondrej Zajicek [Mon, 6 Apr 2009 14:53:06 +0000 (16:53 +0200)] 
Fixes bug in OSPF packet retransmission.

If a DBDES packet from a master to a slave is lost, then the old code
does not retransmit it and instead send a next one with the same
sequence number. That leads to silent desynchronization of LSA
databases.

15 years agoBetter OSPF packet tracing log messages.
Ondrej Zajicek [Mon, 6 Apr 2009 14:17:47 +0000 (16:17 +0200)] 
Better OSPF packet tracing log messages.

Replaces old OSPF packet tracing messages with
uniform messages with packet dumps.

15 years agoDocumentation update
Ondrej Zajicek [Tue, 31 Mar 2009 19:30:58 +0000 (21:30 +0200)] 
Documentation update

15 years agoCleanup changes
Ondrej Zajicek [Tue, 31 Mar 2009 19:17:00 +0000 (21:17 +0200)] 
Cleanup changes

15 years agoReimplementation of prefix sets.
Ondrej Zajicek [Tue, 31 Mar 2009 10:55:57 +0000 (12:55 +0200)] 
Reimplementation of prefix sets.

Prefix sets were broken beyond any repair and have to be reimplemented.
They are reimplemented using a trie with bitmasks in nodes.
There is also change in the interpretation of minus prefix pattern,
but the old interpretation was already inconsistent with
the documentation and broken.

There is also some bugfixes in filter code related to set variables.

15 years agoMinor text updates.
Ondrej Zajicek [Wed, 25 Mar 2009 18:15:26 +0000 (19:15 +0100)] 
Minor text updates.

15 years agoFixes bug in pipe route filtering.
Ondrej Zajicek [Wed, 25 Mar 2009 18:05:52 +0000 (19:05 +0100)] 
Fixes bug in pipe route filtering.

Routes comming through pipe from primary to secondary table were
filtered by both EXPORT and IMPORT filters, but they should be
only filtered by EXPORT filters.

15 years agoFixes minor bug in pipe.
Ondrej Zajicek [Wed, 25 Mar 2009 17:29:17 +0000 (18:29 +0100)] 
Fixes minor bug in pipe.

Missing macro leads to not calling some of protocol's
callbacks.

15 years agoFix bugs related to kernel table synchronization.
Ondrej Zajicek [Fri, 20 Mar 2009 11:58:21 +0000 (12:58 +0100)] 
Fix bugs related to kernel table synchronization.

KRF_INSTALLED flag was not cleared during reconfiguration
that lead to not removing routes during reconfigure when
export rules changed.

We also should not try to remove routes we didi not installed,
on Linux this leads to warnings (as kernel checks route source
field and do not allow to remove non-bird routes) but we should
not rely on it.

15 years agoBetter handling of AS4 optional attribute errors
Ondrej Zajicek [Wed, 18 Mar 2009 19:30:21 +0000 (20:30 +0100)] 
Better handling of AS4 optional attribute errors

AS4 optional attribute errors were handled by session
drop (according to BGP RFC). This patch implements
error handling according to new BGP AS4 draft (*)
 - ignoring invalid AS4 optional attributes.

(*) http://www.ietf.org/internet-drafts/draft-chen-rfc4893bis-02.txt

15 years agoDocumentation fixes.
Ondrej Zajicek [Sat, 14 Mar 2009 21:18:49 +0000 (22:18 +0100)] 
Documentation fixes.

15 years agoPath related documentation update
Ondrej Zajicek [Sat, 14 Mar 2009 13:01:39 +0000 (14:01 +0100)] 
Path related documentation update

15 years agoNew syntax for bgp_path
Ondrej Zajicek [Sat, 14 Mar 2009 11:43:10 +0000 (12:43 +0100)] 
New syntax for bgp_path

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

15 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.

15 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.

15 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.

15 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

15 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.

15 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.

15 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

15 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

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

15 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.

15 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.

15 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

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

15 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 .

15 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.

15 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

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

15 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.

15 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.

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

15 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