]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
10 years agoTest commit.
Ondrej Zajicek [Mon, 29 Jul 2013 11:07:15 +0000 (13:07 +0200)] 
Test commit.

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

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

10 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11 years agoImplements router advertisements activated by received routes.
Ondrej Zajicek [Fri, 8 Feb 2013 22:58:27 +0000 (23:58 +0100)] 
Implements router advertisements activated by received routes.

The RAdv protocol could be configured to change its behavior based on
availability of routes, e.g., do not announce router lifetime when a
default route is not available.

11 years agoFix missing documentation for one option.
Ondrej Zajicek [Sat, 12 Jan 2013 20:26:42 +0000 (21:26 +0100)] 
Fix missing documentation for one option.

11 years agoNEWS update. v1.3.9
Ondrej Zajicek [Fri, 11 Jan 2013 13:53:20 +0000 (14:53 +0100)] 
NEWS update.

11 years agoSeparate import and receive limits.
Ondrej Zajicek [Thu, 10 Jan 2013 12:07:33 +0000 (13:07 +0100)] 
Separate import and receive limits.

They have different behavior w.r.t. filtered routes that are kept.

11 years agoImplements interface masks for choosing router id.
Ondrej Zajicek [Thu, 27 Dec 2012 11:56:23 +0000 (12:56 +0100)] 
Implements interface masks for choosing router id.

Router ID could be automatically determined based of subset of
ifaces/addresses specified by 'router id from' option. The patch also
does some minor changes related to router ID reconfiguration.

Thanks to Alexander V. Chernikov for most of the work.

11 years agoImplements undo command and optional timeout for configuration
Ondrej Zajicek [Wed, 26 Dec 2012 11:40:48 +0000 (12:40 +0100)] 
Implements undo command and optional timeout for configuration

Several new configure command variants:

configure undo - undo last reconfiguration
configure timeout - configure with scheduled undo if not confirmed in timeout
configure confirm - confirm last configuration
configure check - just parse and validate config file

11 years agoChanges static route targets drop/reject to blackhole/unreachable.
Ondrej Zajicek [Tue, 27 Nov 2012 01:08:04 +0000 (02:08 +0100)] 
Changes static route targets drop/reject to blackhole/unreachable.

To be consistent with rest of BIRD and Linux. Old names are also
allowed for compatibility.

11 years agoRemoves some nonsense.
Ondrej Zajicek [Tue, 27 Nov 2012 00:30:09 +0000 (01:30 +0100)] 
Removes some nonsense.

11 years agoFixes setting of route attributes of type router id.
Ondrej Zajicek [Tue, 27 Nov 2012 00:25:47 +0000 (01:25 +0100)] 
Fixes setting of route attributes of type router id.

11 years agoNEWS and version update.
Ondrej Zajicek [Fri, 16 Nov 2012 12:30:54 +0000 (13:30 +0100)] 
NEWS and version update.

11 years agoFixes route tracing w.r.t. kept filtered routes.
Ondrej Zajicek [Fri, 16 Nov 2012 12:29:16 +0000 (13:29 +0100)] 
Fixes route tracing w.r.t. kept filtered routes.

11 years agoUpdates the documentation.
Ondrej Zajicek [Fri, 16 Nov 2012 01:34:12 +0000 (02:34 +0100)] 
Updates the documentation.

11 years agoChange unnamed ptp link description on OSPFv2.
Ondrej Zajicek [Thu, 15 Nov 2012 13:08:20 +0000 (14:08 +0100)] 
Change unnamed ptp link description on OSPFv2.

Although it is a slight deviation from the standard, it has no ill
consequences for OSPFv2 and the change fixes a compatibility issue
with some broken implementations.

11 years agoChanges 'rejected' to 'filtered' in one of the last patches.
Ondrej Zajicek [Thu, 15 Nov 2012 00:29:01 +0000 (01:29 +0100)] 
Changes 'rejected' to 'filtered' in one of the last patches.

11 years agoAS# in bgp.agreggator was a signed integer - fixed.
Ondrej Filip [Mon, 12 Nov 2012 12:48:29 +0000 (13:48 +0100)] 
AS# in bgp.agreggator was a signed integer - fixed.

11 years agoFixes OSPF reconfigure w.r.t. downed ifaces.
Ondrej Zajicek [Sat, 10 Nov 2012 15:18:12 +0000 (16:18 +0100)] 
Fixes OSPF reconfigure w.r.t. downed ifaces.

11 years agoPeer address of stub iface should be announced in OSPF Router LSA.
Ondrej Zajicek [Sat, 10 Nov 2012 13:54:35 +0000 (14:54 +0100)] 
Peer address of stub iface should be announced in OSPF Router LSA.

11 years agoAllows rejected routes to be kept and examined.
Ondrej Zajicek [Sat, 10 Nov 2012 13:26:13 +0000 (14:26 +0100)] 
Allows rejected routes to be kept and examined.

When 'import keep rejected' protocol option is activated, routes
rejected by the import filter are kept in the routing table, but they
are hidden and not propagated to other protocols. It is possible to
examine them using 'show route rejected'.

11 years agoFixes another bug in OSPFv3 vlinks.
Ondrej Zajicek [Wed, 31 Oct 2012 16:14:35 +0000 (17:14 +0100)] 
Fixes another bug in OSPFv3 vlinks.

11 years agoFixes sorting in OSPF show state.
Ondrej Zajicek [Mon, 29 Oct 2012 19:39:03 +0000 (20:39 +0100)] 
Fixes sorting in OSPF show state.

11 years agoFixes several bugs related to OSPFv3 vlinks.
Ondrej Zajicek [Mon, 29 Oct 2012 19:29:31 +0000 (20:29 +0100)] 
Fixes several bugs related to OSPFv3 vlinks.

11 years agoFixes a bug in primary IP selection.
Ondrej Zajicek [Wed, 29 Aug 2012 10:42:49 +0000 (12:42 +0200)] 
Fixes a bug in primary IP selection.

11 years agoFixes a bug with neighbor cache and overlapping IP prefixes.
Ondrej Zajicek [Thu, 16 Aug 2012 11:09:26 +0000 (13:09 +0200)] 
Fixes a bug with neighbor cache and overlapping IP prefixes.

When there are overlapping IP prefixes and one disappears,
neighbors associated with it was removed even if there
is another covering IP prefix.

11 years agoDragonFly support add - thanks to john@marino.st
Ondrej Filip [Wed, 8 Aug 2012 12:10:31 +0000 (14:10 +0200)] 
DragonFly support add - thanks to john@marino.st

11 years agoMerge branch 'master' of ssh://git.nic.cz/bird v1.3.8
Ondrej Filip [Tue, 7 Aug 2012 09:15:23 +0000 (11:15 +0200)] 
Merge branch 'master' of ssh://git.nic.cz/bird

11 years agoNEWS and version update.
Ondrej Zajicek [Tue, 7 Aug 2012 09:06:57 +0000 (11:06 +0200)] 
NEWS and version update.

11 years agoSome minor fixes.
Ondrej Zajicek [Mon, 6 Aug 2012 09:09:13 +0000 (11:09 +0200)] 
Some minor fixes.

11 years agoFixes BGP subcode during global shutdown.
Ondrej Zajicek [Mon, 6 Aug 2012 00:42:24 +0000 (02:42 +0200)] 
Fixes BGP subcode during global shutdown.

11 years agoFixes default route in OSPF multiple area setting.
Ondrej Zajicek [Thu, 26 Jul 2012 11:59:50 +0000 (13:59 +0200)] 
Fixes default route in OSPF multiple area setting.

11 years agoDocumentation update,
Ondrej Zajicek [Tue, 24 Jul 2012 18:12:14 +0000 (20:12 +0200)] 
Documentation update,

11 years agoRDNSS and DNSSL documentation for RAdv.
Ondrej Zajicek [Sun, 22 Jul 2012 10:35:04 +0000 (12:35 +0200)] 
RDNSS and DNSSL documentation for RAdv.

11 years agoAllows to redefine master table.
Ondrej Zajicek [Fri, 20 Jul 2012 17:56:57 +0000 (19:56 +0200)] 
Allows to redefine master table.

11 years agoRename sk_new() to avoid name collision with OpenSSL.
Ondrej Zajicek [Wed, 18 Jul 2012 17:35:30 +0000 (19:35 +0200)] 
Rename sk_new() to avoid name collision with OpenSSL.

11 years agoImplements wildcard matching in config file include.
Ondrej Zajicek [Wed, 18 Jul 2012 17:29:33 +0000 (19:29 +0200)] 
Implements wildcard matching in config file include.

Also fixes some minor bugs in include.

Thanks Kelly Cochran for suggestion and draft patch.

11 years agoMerge branch 'rt-accepted'
Ondrej Zajicek [Mon, 16 Jul 2012 12:44:45 +0000 (14:44 +0200)] 
Merge branch 'rt-accepted'

Conflicts:

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

11 years agoMerge commit 'origin/rt-accepted' into rt-accepted
Ondrej Zajicek [Mon, 16 Jul 2012 08:41:29 +0000 (10:41 +0200)] 
Merge commit 'origin/rt-accepted' into rt-accepted

11 years agoFinalize RA_ACCEPTED handling.
Ondrej Zajicek [Wed, 4 Jul 2012 19:31:03 +0000 (21:31 +0200)] 
Finalize RA_ACCEPTED handling.

11 years agoImplements RDNSS and DNSSL support for RAdv.
Ondrej Zajicek [Sat, 7 Jul 2012 08:40:00 +0000 (10:40 +0200)] 
Implements RDNSS and DNSSL support for RAdv.

12 years agoMerge branch 'master' of ssh://git.nic.cz/bird
Ondrej Filip [Tue, 15 May 2012 21:40:37 +0000 (23:40 +0200)] 
Merge branch 'master' of ssh://git.nic.cz/bird

12 years agoReal broadcast mode for OSPFv2.
Ondrej Zajicek [Mon, 14 May 2012 09:47:41 +0000 (11:47 +0200)] 
Real broadcast mode for OSPFv2.

12 years agoAllows to set instance ID for OSPFv3 interfaces.
Ondrej Zajicek [Fri, 11 May 2012 16:52:59 +0000 (18:52 +0200)] 
Allows to set instance ID for OSPFv3 interfaces.

12 years agoMinor cleanups.
Ondrej Zajicek [Fri, 4 May 2012 21:05:47 +0000 (23:05 +0200)] 
Minor cleanups.

12 years agoFixes a bug in RA_ACCEPTED handling.
Ondrej Zajicek [Fri, 11 May 2012 10:01:27 +0000 (12:01 +0200)] 
Fixes a bug in RA_ACCEPTED handling.

12 years agoMerge branch 'master' of ssh://git.nic.cz/bird
Ondrej Filip [Thu, 10 May 2012 22:01:29 +0000 (00:01 +0200)] 
Merge branch 'master' of ssh://git.nic.cz/bird

12 years agoCleanup in sysdep KRT code, part 4.
Ondrej Zajicek [Fri, 4 May 2012 14:38:25 +0000 (16:38 +0200)] 
Cleanup in sysdep KRT code, part 4.

Adding some files that was accidentally removed
(instead of moved) in cleanup part 2.

12 years agoHistory deduplication in birdc.
Ondrej Zajicek [Thu, 3 May 2012 22:20:23 +0000 (00:20 +0200)] 
History deduplication in birdc.