]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
10 years agoMerge branch 'master' into add-path
Ondrej Zajicek [Sat, 23 Nov 2013 10:50:34 +0000 (11:50 +0100)] 
Merge branch 'master' into add-path

Conflicts:

filter/filter.c
nest/proto.c
nest/rt-table.c
proto/bgp/bgp.h
proto/bgp/config.Y

10 years agoNEWS and version update.
Ondrej Zajicek [Sat, 23 Nov 2013 00:56:16 +0000 (01:56 +0100)] 
NEWS and version update.

10 years agoMinor fixes.
Ondrej Zajicek [Fri, 22 Nov 2013 21:49:04 +0000 (22:49 +0100)] 
Minor fixes.

10 years agoAllows pthreads by default on Linux and FreeBSD only.
Ondrej Zajicek [Fri, 22 Nov 2013 21:42:47 +0000 (22:42 +0100)] 
Allows pthreads by default on Linux and FreeBSD only.

10 years agoChanges identifiers to avoid use of reserved ones.
Ondrej Zajicek [Fri, 22 Nov 2013 20:59:43 +0000 (21:59 +0100)] 
Changes identifiers to avoid use of reserved ones.

10 years agoMinor fix in log_commit() w.r.t. changes in BFD branch.
Ondrej Zajicek [Fri, 22 Nov 2013 20:58:43 +0000 (21:58 +0100)] 
Minor fix in log_commit() w.r.t. changes in BFD branch.

10 years agoAdds check for buffer size in OSPF LSA flood.
Ondrej Zajicek [Fri, 22 Nov 2013 17:45:57 +0000 (18:45 +0100)] 
Adds check for buffer size in OSPF LSA flood.

10 years agoMerge commit 'origin/bfd'
Ondrej Zajicek [Fri, 22 Nov 2013 01:43:41 +0000 (02:43 +0100)] 
Merge commit 'origin/bfd'

10 years agoFixes problem with RIP on multiple ifaces on BSD.
Ondrej Zajicek [Fri, 22 Nov 2013 01:12:21 +0000 (02:12 +0100)] 
Fixes problem with RIP on multiple ifaces on BSD.

RIP sockets for multiple ifaces collided, because we cannot bind to
a specific iface on BSD. Workarounded by SO_REUSEPORT.

Thanks to Eugene M. Zheganin for the bugreport.

10 years agoAdds rate limiting to some log messages.
Ondrej Zajicek [Fri, 22 Nov 2013 00:20:32 +0000 (01:20 +0100)] 
Adds rate limiting to some log messages.

10 years agoFixes an issue when opposite address is mistaken for broadcast on ptp ifaces on BSDs.
Ondrej Zajicek [Thu, 21 Nov 2013 12:17:42 +0000 (13:17 +0100)] 
Fixes an issue when opposite address is mistaken for broadcast on ptp ifaces on BSDs.

Thanks to Lex van Roon for the bugreport and to Alexander V. Chernikov
for examining it and locating the problem.

10 years agoAdds a missing file.
Ondrej Zajicek [Thu, 21 Nov 2013 10:36:49 +0000 (11:36 +0100)] 
Adds a missing file.

I forgot to add that to the previous commit.

10 years agoAdditional filter test case.
Ondrej Zajicek [Wed, 20 Nov 2013 12:30:00 +0000 (13:30 +0100)] 
Additional filter test case.

10 years agoFixes some potential issues with invalid term size in clients.
Ondrej Zajicek [Wed, 20 Nov 2013 12:25:33 +0000 (13:25 +0100)] 
Fixes some potential issues with invalid term size in clients.

10 years agoBFD protocol, ready for release.
Ondrej Zajicek [Tue, 19 Nov 2013 21:33:48 +0000 (22:33 +0100)] 
BFD protocol, ready for release.

Supports OSPF and BGP and also statically configured sessions.

10 years agoAccepts a change of OSPFv3 neighbor's IP address.
Ondrej Zajicek [Mon, 21 Oct 2013 13:06:09 +0000 (15:06 +0200)] 
Accepts a change of OSPFv3 neighbor's IP address.

Thanks to Pierre Pfister for the patch.

10 years agoImplements 'allow local as' option.
Ondrej Zajicek [Mon, 21 Oct 2013 12:58:32 +0000 (14:58 +0200)] 
Implements 'allow local as' option.

Similar to allowas-in option on other routers.

10 years agoForces KRT rescan on syncer startup with multi syncer config.
Ondrej Zajicek [Tue, 15 Oct 2013 08:57:57 +0000 (10:57 +0200)] 
Forces KRT rescan on syncer startup with multi syncer config.

Thanks to  Sergey Popovich for the patch.

10 years agoFlag -f "run in foreground" added as requested by a package maintainter.
Ondrej Filip [Sat, 5 Oct 2013 20:45:08 +0000 (22:45 +0200)] 
Flag -f "run in foreground" added as requested by a package maintainter.

10 years agoFixes some BFD bugs and makes logging thread-safe.
Ondrej Zajicek [Sat, 5 Oct 2013 18:12:28 +0000 (20:12 +0200)] 
Fixes some BFD bugs and makes logging thread-safe.

10 years agoImplements PID file support.
Ondrej Zajicek [Sat, 5 Oct 2013 17:30:12 +0000 (19:30 +0200)] 
Implements PID file support.

Thanks to Thierry Fournier for the original patch.

10 years agoImplements C.len operator for clist and eclist types.
Ondrej Zajicek [Wed, 2 Oct 2013 12:57:29 +0000 (14:57 +0200)] 
Implements C.len operator for clist and eclist types.

Thanks to Sergey Popovich for the original patch.

10 years agoSome fixes in filter code.
Ondrej Zajicek [Wed, 2 Oct 2013 12:41:37 +0000 (14:41 +0200)] 
Some fixes in filter code.

Thanks to Sergey Popovich for original patches.

10 years agoMinor code cleanups.
Ondrej Zajicek [Wed, 2 Oct 2013 10:10:09 +0000 (12:10 +0200)] 
Minor code cleanups.

Thanks to Sergey Popovich for the patch.

10 years agoSimplifies val_in_range().
Ondrej Zajicek [Wed, 2 Oct 2013 09:42:46 +0000 (11:42 +0200)] 
Simplifies val_in_range().

Also fixes missing type check for element ~ set.

10 years agoRecheck export/import/receive limits during reconfiguration.
Ondrej Filip [Mon, 30 Sep 2013 12:07:34 +0000 (14:07 +0200)] 
Recheck export/import/receive limits during reconfiguration.

11 years agoRewrites static attribute filter code and adds ifname/ifindex attributes.
Ondrej Zajicek [Thu, 26 Sep 2013 20:08:21 +0000 (22:08 +0200)] 
Rewrites static attribute filter code and adds ifname/ifindex attributes.

Thanks to Sergey Popovich for the original ifname/ifindex patch.

11 years agoFixes build issues without BGP.
Ondrej Zajicek [Thu, 26 Sep 2013 15:36:30 +0000 (17:36 +0200)] 
Fixes build issues without BGP.

Thanks to Sergey Popovich for the patch.

11 years agoFixes missing unregister of kernel table handling code.
Ondrej Zajicek [Thu, 26 Sep 2013 15:33:00 +0000 (17:33 +0200)] 
Fixes missing unregister of kernel table handling code.

And some minor fixes.

Thanks to Sergey Popovich for the patch.

11 years agoAllows other than IA_PEER addresses on PtP ifaces on BSD.
Ondrej Zajicek [Sun, 22 Sep 2013 17:15:39 +0000 (19:15 +0200)] 
Allows other than IA_PEER addresses on PtP ifaces on BSD.

Also fixes a potential problem with link-local dest_addrs
for IA_PEER addresses.

Thanks to Alexander V. Chernikov for the suggestion.

11 years agoBFD work in progress.
Ondrej Zajicek [Mon, 16 Sep 2013 21:57:40 +0000 (23:57 +0200)] 
BFD work in progress.

Now it compiles and mostly works.

11 years agoFixes problem with OSPF neighbor router ID change. Thanx to Alexander V. Chernikov
Ondrej Filip [Fri, 13 Sep 2013 16:55:02 +0000 (18:55 +0200)] 
Fixes problem with OSPF neighbor router ID change. Thanx to Alexander V. Chernikov

11 years agoOSPF state machine fix - thanx to Alexander V. Chernikov
Ondrej Filip [Tue, 10 Sep 2013 23:15:34 +0000 (01:15 +0200)] 
OSPF state machine fix - thanx to Alexander V. Chernikov

11 years agoFixes a bug related to multiple IPs and direct protocol.
Ondrej Zajicek [Tue, 10 Sep 2013 11:03:58 +0000 (13:03 +0200)] 
Fixes a bug related to multiple IPs and direct protocol.

Multiple IPs in the same IP prefix confuse the direct
protocol and could cause withdrawal of a valid prefix.

Thanks to Dan Rimal for a bugreport.

11 years agoFixes a bug in kernel extended attribute processing.
Ondrej Zajicek [Tue, 10 Sep 2013 11:01:22 +0000 (13:01 +0200)] 
Fixes a bug in kernel extended attribute processing.

The bug caused that krt_prefsrc attribute was not processed when a route
received from a kernel protocol was exported to another kernel protocol.

Thanks to Sergey Popovich for a bugreport.

11 years agoFixes reconfiguration of global set variables.
Ondrej Zajicek [Tue, 10 Sep 2013 10:58:24 +0000 (12:58 +0200)] 
Fixes reconfiguration of global set variables.

When global set variables were used, every reconfiguration restarted
protocols that use it in filters.

Thanks to Sergey Popovich for a bugreport.

11 years agoMerge commit 'origin/master'
Ondrej Zajicek [Tue, 10 Sep 2013 10:54:57 +0000 (12:54 +0200)] 
Merge commit 'origin/master'

11 years agoInitial BFD commit, work in progress.
Ondrej Zajicek [Tue, 10 Sep 2013 10:09:36 +0000 (12:09 +0200)] 
Initial BFD commit, work in progress.

11 years agoWrong change commited - 'route limit' marked as obsolete.
Ondrej Filip [Thu, 15 Aug 2013 18:26:50 +0000 (20:26 +0200)] 
Wrong change commited - 'route limit' marked as obsolete.

11 years agoBGP option 'route limit' is marked as obsolete. 'import limit' should be used instead.
Ondrej Filip [Thu, 15 Aug 2013 18:20:05 +0000 (20:20 +0200)] 
BGP option 'route limit' is marked as obsolete. 'import limit' should be used instead.

11 years agoTypo in documentation fixed.
Ondrej Filip [Thu, 15 Aug 2013 17:54:18 +0000 (19:54 +0200)] 
Typo in documentation fixed.

11 years agoSymbol names enclosed by apostrophes can contain colons.
Ondrej Filip [Thu, 15 Aug 2013 11:29:33 +0000 (13:29 +0200)] 
Symbol names enclosed by apostrophes can contain colons.

11 years agoExtends delete/filter operators to work no bgp_paths.
Ondrej Zajicek [Wed, 14 Aug 2013 23:06:47 +0000 (01:06 +0200)] 
Extends delete/filter operators to work no bgp_paths.

11 years agoRemoves strip from make install
Ondrej Zajicek [Tue, 13 Aug 2013 21:04:06 +0000 (23:04 +0200)] 
Removes strip from make install

Thanks to Alexander V. Chernikov for the patch.

11 years agoFixes a bug related to mixed up neighbor events in BGP.
Ondrej Zajicek [Tue, 13 Aug 2013 18:42:43 +0000 (20:42 +0200)] 
Fixes a bug related to mixed up neighbor events in BGP.

Neighbor events related to received route next hops got mixed up with
sticky neighbor node for an IP of the BGP peer. If a neighbor for a next
hop disappears, BGP session is shut down.

11 years agoImplements proper setting of 'gw' route attribute.
Ondrej Zajicek [Tue, 13 Aug 2013 18:25:05 +0000 (20:25 +0200)] 
Implements proper setting of 'gw' route attribute.

Thanks to Sergey Popovich for the bugreport.

11 years agoTest commit.
Ondrej Zajicek [Mon, 29 Jul 2013 11:07:15 +0000 (13:07 +0200)] 
Test commit.

11 years agoTest commit.
Ondrej Zajicek [Mon, 29 Jul 2013 10:52:38 +0000 (12:52 +0200)] 
Test commit.

11 years agoTest commit.
Ondrej Zajicek [Mon, 29 Jul 2013 10:28:03 +0000 (12:28 +0200)] 
Test commit.

Also contains minor fixes in doc formatting.

11 years agoFixed small error in documantation (thanks engels@openit.de). v1.3.11
Ondrej Filip [Sun, 28 Jul 2013 16:50:40 +0000 (18:50 +0200)] 
Fixed small error in documantation (thanks engels@openit.de).

11 years agoNEWS and version update.
Ondrej Zajicek [Fri, 26 Jul 2013 22:47:58 +0000 (00:47 +0200)] 
NEWS and version update.

11 years agoDocumentation update.
Ondrej Zajicek [Fri, 26 Jul 2013 22:38:29 +0000 (00:38 +0200)] 
Documentation update.

11 years agoFixes initial random values for function arguments.
Ondrej Zajicek [Fri, 26 Jul 2013 09:06:08 +0000 (11:06 +0200)] 
Fixes initial random values for function arguments.

Thanks to Javor Kliachev for the bugreport.

11 years agoAllows to define constants of all filter types.
Ondrej Zajicek [Thu, 25 Jul 2013 20:33:57 +0000 (22:33 +0200)] 
Allows to define constants of all filter types.

11 years agoImplements RFC 6608 Subcodes for BGP FSM Error.
Ondrej Zajicek [Thu, 25 Jul 2013 11:55:24 +0000 (13:55 +0200)] 
Implements RFC 6608 Subcodes for BGP FSM Error.

11 years agoImplements eval command and minor CLI cleanups.
Ondrej Zajicek [Thu, 25 Jul 2013 11:15:32 +0000 (13:15 +0200)] 
Implements eval command and minor CLI cleanups.

Implemented eval command can be used to evaluate expressions.

The patch also documents echo command and allows to use log classes
instead of integer as a mask for echo.

11 years agoFixes header file name.
Ondrej Zajicek [Wed, 24 Jul 2013 12:20:46 +0000 (14:20 +0200)] 
Fixes header file name.

Thanks to Fritz Grimpen for the patch.

11 years agoFixes socket error hook for radv protocol.
Ondrej Zajicek [Wed, 24 Jul 2013 12:19:37 +0000 (14:19 +0200)] 
Fixes socket error hook for radv protocol.

11 years agoFixes bug in protocol flushing and rtable pruning.
Ondrej Zajicek [Wed, 24 Jul 2013 12:11:12 +0000 (14:11 +0200)] 
Fixes bug in protocol flushing and rtable pruning.

When route was propagated to another rtable through a pipe and then the
pipe was reconfigured softly in such a way that any subsequent route
updates are filtered, then the source protocol shutdown didn't clean up
the route in the second rtable which caused stale routes and potential
crashes.

11 years agoFixes stuck connection during BGP session shutdown.
Ondrej Zajicek [Fri, 12 Jul 2013 23:39:41 +0000 (01:39 +0200)] 
Fixes stuck connection during BGP session shutdown.

If TX buffers were full during BGP session shutdown
then a protocol waited indefinitely to be able to
send notification packet to close the session.

11 years agoSome fixes for TTL security.
Ondrej Zajicek [Thu, 11 Jul 2013 11:50:44 +0000 (13:50 +0200)] 
Some fixes for TTL security.

11 years agoImplements 'bgppath ~ int set' filter op.
Ondrej Zajicek [Tue, 9 Jul 2013 21:27:10 +0000 (23:27 +0200)] 
Implements 'bgppath ~ int set' filter op.

11 years agoImplements multiple routing table support for FreeBSD and OpenBSD.
Ondrej Zajicek [Sun, 7 Jul 2013 10:11:42 +0000 (12:11 +0200)] 
Implements multiple routing table support for FreeBSD and OpenBSD.

Inspired by the patch from Alexander V. Chernikov.

11 years agoMakes krt.c much more readable.
Ondrej Zajicek [Sat, 29 Jun 2013 20:55:41 +0000 (22:55 +0200)] 
Makes krt.c much more readable.

11 years agoDocumentation for TTL security.
Ondrej Zajicek [Wed, 26 Jun 2013 12:35:39 +0000 (14:35 +0200)] 
Documentation for TTL security.

11 years agoImplements TTL security for OSPF and RIP.
Ondrej Zajicek [Tue, 25 Jun 2013 13:33:00 +0000 (15:33 +0200)] 
Implements TTL security for OSPF and RIP.

Interfaces for OSPF and RIP could be configured to use (and request)
TTL 255 for traffic to direct neighbors.

Thanks to Simon Dickhoven for the original patch for RIPng.

11 years agoBetter packet priority and traffic class handling.
Ondrej Zajicek [Mon, 24 Jun 2013 14:37:30 +0000 (16:37 +0200)] 
Better packet priority and traffic class handling.

Implements support for IPv6 traffic class, sets higher priority for OSPF
and RIP outgoing packets by default and allows to configure ToS/DS/TClass
IP header field and the local priority of outgoing packets.

11 years agoFixes problems with kernel routes multiple routing tables.
Ondrej Zajicek [Thu, 13 Jun 2013 09:27:14 +0000 (11:27 +0200)] 
Fixes problems with kernel routes multiple routing tables.

Temporary dummy routes created by a kernel protocol during routing table
scan get mixed with real routes propagated from another kernel protocol
through a pipe.

11 years agoImplements OSPF stub router option (RFC 3137).
Ondrej Zajicek [Tue, 11 Jun 2013 10:12:11 +0000 (12:12 +0200)] 
Implements OSPF stub router option (RFC 3137).

Also fixes OSPFv3 routing table calculcation w.r.t.
errata 2078 to RFC 5340.

11 years agoFixes crash with vlinks.
Ondrej Zajicek [Tue, 28 May 2013 08:48:14 +0000 (10:48 +0200)] 
Fixes crash with vlinks.

11 years agoFixes problems with routing table scans on some platforms.
Ondrej Zajicek [Tue, 28 May 2013 08:44:44 +0000 (10:44 +0200)] 
Fixes problems with routing table scans on some platforms.

Negative bit shifts are definitely undefined oprations.

11 years agoFixes a problem with BGP neighbors, link-local addresses and locking.
Ondrej Zajicek [Thu, 9 May 2013 09:11:06 +0000 (11:11 +0200)] 
Fixes a problem with BGP neighbors, link-local addresses and locking.

Thanks to Fritz Grimpen for the bugfix.

11 years agoNEWS and version update. v1.3.10
Ondrej Zajicek [Mon, 29 Apr 2013 20:33:50 +0000 (22:33 +0200)] 
NEWS and version update.

11 years agoFixes a crash when mrtdump is enabled and interface goes away.
Ondrej Zajicek [Mon, 29 Apr 2013 20:08:05 +0000 (22:08 +0200)] 
Fixes a crash when mrtdump is enabled and interface goes away.

Thanks to Peter Christensen for the bugfix.

11 years agoMerge branch 'birdcl'
Ondrej Zajicek [Tue, 23 Apr 2013 00:54:13 +0000 (02:54 +0200)] 
Merge branch 'birdcl'

11 years agoRestructures birdc and birdcl to merge duplicated code.
Ondrej Zajicek [Tue, 23 Apr 2013 00:42:35 +0000 (02:42 +0200)] 
Restructures birdc and birdcl to merge duplicated code.

The BIRD client code is restructured that most of the code (including
main function) is shared in client.c, while birdc.c and birdcl.c contain
just I/O-specific callbacks. This removes all duplicated code from
variant-specific files.

11 years agoRemoves unnecessary client subdirectories and updates buildsystem.
Ondrej Zajicek [Fri, 19 Apr 2013 11:59:08 +0000 (13:59 +0200)] 
Removes unnecessary client subdirectories and updates buildsystem.

Renames some files:
birdc/client.c -> birdc.c
birdcl/client.c -> birdcl.c
client_common.c -> common.c

11 years agoAdds two new default GCC options.
Ondrej Zajicek [Wed, 17 Apr 2013 13:09:50 +0000 (15:09 +0200)] 
Adds two new default GCC options.

Adds two new default GCC options related to optimizations
(-fno-strict-aliasing and -fno-strict-overflow). This
should fix some hyperaggressive GCC optimizations.

Also updates autoconf option detection.

11 years agoFixes a compatibility issue in OSPFv2 PtP links.
Ondrej Zajicek [Wed, 17 Apr 2013 11:06:40 +0000 (13:06 +0200)] 
Fixes a compatibility issue in OSPFv2 PtP links.

BIRD used zero netmask in hello packets on all PtP links, not just on
unnumbered ones. This patch fixes it and adds option 'ptp netmask'
for overriding the default behavior.

Thanks to Alexander V. Chernikov for the original patch.

11 years agoAllows IP of loopback to be used in automatic router ID selection.
Ondrej Zajicek [Tue, 16 Apr 2013 15:53:22 +0000 (17:53 +0200)] 
Allows IP of loopback to be used in automatic router ID selection.

Thanks to Alexander V. Chernikov for the patch.

11 years agoFixes a bug in IPv6 BGP next hop processing.
Ondrej Zajicek [Tue, 16 Apr 2013 15:40:44 +0000 (17:40 +0200)] 
Fixes a bug in IPv6 BGP next hop processing.

BGP next hop attributes with empty link-local IPv6 addresses were not
handled properly.

Thanks to Sergey Popovich for the bugfix.

11 years agoImplements 'next hop keep' option for BGP.
Ondrej Zajicek [Tue, 16 Apr 2013 15:27:34 +0000 (17:27 +0200)] 
Implements 'next hop keep' option for BGP.

This option allows to keep the received next hop even in cases when
the route is sent to an interface with a different subnet.

11 years agoBetter handling of global addresses as configured NBMA neighbors in OSPFv3.
Ondrej Zajicek [Tue, 16 Apr 2013 14:22:31 +0000 (16:22 +0200)] 
Better handling of global addresses as configured NBMA neighbors in OSPFv3.

Configured NBMA neighbors in OSPFv3 should be link-local addresses, old
behavior was to silently ignore global ones. The patch allows BIRD to
accept global ones, but adds a warning and a documentation notice.

Thanks to Wilco Baan Hofman for the bugreport.

11 years agoFix birdcl async message handling
Tomas Hlavacek [Sat, 6 Apr 2013 20:07:32 +0000 (22:07 +0200)] 
Fix birdcl async message handling

Fix handling of async messafe in the bird light client. The async message
may occure at the any moment so we need the client to liste for the
message from server when it waits for user input.

11 years agoFix birdcl questionmark handling
Tomas Hlavacek [Tue, 19 Mar 2013 17:02:40 +0000 (18:02 +0100)] 
Fix birdcl questionmark handling

Fix handling of questionmark handling in the bird light client. The
questionmark should display help when it is the last non-blank character on
command line. Otherwise the questionmark does not have any special meaning
and it could be a part of a pattern.

11 years agoAdd lightweight client - birdcl
Tomas Hlavacek [Sun, 24 Feb 2013 22:47:22 +0000 (23:47 +0100)] 
Add lightweight client - birdcl

Restructure client/ subdir. Add two different flavors of client.
The full featured birdc client code is in client/birdc/.
The new light client birtcl is in client/birdcl/.
Common sources of both clients are directly in client/.

Rework on-line auto-completion in client/command.c to conditionally turn off
ncurses-specific code.

Add lightweight client without libreadline and ncurses dependencies - birdcl.
The birdcl lacks support of history, on-line auto-completion and there
are different implementations of "more" functionality and help on '?' press.
New client operates in canonical terminal mode (apart from "more" display)
and therefore all commands have to be executed by a return key including help
commands (called by '?' character in the end of the line).
Apart from these limitations the interaction style should be the same as
for the full client - birdc.
Build of birdcl is always on (independent on --enable-client parameter).

11 years agoPull out independent routines from client_full.c
Tomas Hlavacek [Wed, 23 Jan 2013 16:14:53 +0000 (17:14 +0100)] 
Pull out independent routines from client_full.c

Pull out routines for interacting with the server and interpreting
internal commands which are not dependent on libreadline and
ncurses libraries.

This is a preparation step for a new lightweight birdc client.

11 years agoRename client/client.c to client_full.c
Tomas Hlavacek [Wed, 23 Jan 2013 14:51:04 +0000 (15:51 +0100)] 
Rename client/client.c to client_full.c

Rename client/client.c to client-full.c and change the Makefile accordingly.
This is a preparation step for introducing a new lightweight client which
should reuse as much code as possible from the old one but it should not depend
on external libraries.

Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com>
11 years agoSmall typos fixed.
Ondrej Filip [Tue, 26 Feb 2013 13:29:53 +0000 (14:29 +0100)] 
Small typos fixed.

11 years agoRedundant lines removed.
Ondrej Filip [Tue, 26 Feb 2013 13:13:11 +0000 (14:13 +0100)] 
Redundant lines removed.

11 years agoDefault rounting table for 'show route export/preexport/protocol' is the one related...
Ondrej Filip [Mon, 25 Feb 2013 09:39:46 +0000 (10:39 +0100)] 
Default rounting table for 'show route export/preexport/protocol' is the one related to a respective protocol.

11 years agoAllow 1 sec RIP update.
Ondrej Filip [Sat, 23 Feb 2013 23:43:08 +0000 (00:43 +0100)] 
Allow 1 sec RIP update.

11 years agoUse BIRD's ASSERT instead of assert.h
Ondrej Filip [Fri, 22 Feb 2013 06:15:27 +0000 (07:15 +0100)] 
Use BIRD's ASSERT instead of assert.h

11 years agoHotfix to solve an issue with delaying timers reported by Aleksey Chudov.
Ondrej Filip [Wed, 20 Feb 2013 23:44:59 +0000 (00:44 +0100)] 
Hotfix to solve an issue with delaying timers reported by Aleksey Chudov.

11 years agoI still believe that 0 == NULL, however this patch will make Santiago happy. :-)
Ondrej Filip [Thu, 14 Feb 2013 22:35:51 +0000 (23:35 +0100)] 
I still believe that 0 == NULL, however this patch will make Santiago happy. :-)

11 years agoAllow submitting BIRD commands from UNIX shell even in restricted mode.
Ondrej Filip [Tue, 12 Feb 2013 12:15:01 +0000 (13:15 +0100)] 
Allow submitting BIRD commands from UNIX shell even in restricted mode.

11 years agoSymbol names enclosed by apostrophes can contain DOTs.
Ondrej Filip [Sun, 10 Feb 2013 18:17:38 +0000 (19:17 +0100)] 
Symbol names enclosed by apostrophes can contain DOTs.

11 years agoRoute limits can be disabled - this makes sense for protocol templates
Ondrej Filip [Sun, 10 Feb 2013 18:06:56 +0000 (19:06 +0100)] 
Route limits can be disabled - this makes sense for protocol templates

11 years agoA few semicolons added to decrease a number of warnings.
Ondrej Filip [Sun, 10 Feb 2013 18:04:08 +0000 (19:04 +0100)] 
A few semicolons added to decrease a number of warnings.

11 years agoFixes handling of iface routes in static proto during reconfiguration.
Ondrej Zajicek [Fri, 8 Feb 2013 23:53:04 +0000 (00:53 +0100)] 
Fixes handling of iface routes in static proto during reconfiguration.

During reconfiguration, iface routes were installed even when iface was down.