]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
9 years agoMerge remote-tracking branch 'origin/soft-int'
Ondrej Zajicek [Sat, 21 Feb 2015 10:39:45 +0000 (11:39 +0100)] 
Merge remote-tracking branch 'origin/soft-int'

9 years agoFixes error message in 'show route' cmd.
Ondrej Zajicek [Sat, 8 Nov 2014 22:52:42 +0000 (23:52 +0100)] 
Fixes error message in 'show route' cmd.

Message 'Network not in table' was not reported if a network node without
any routes was found in a routing table.

9 years agoVersion 1.5.0pre
Ondrej Filip [Wed, 5 Nov 2014 10:07:25 +0000 (11:07 +0100)] 
Version 1.5.0pre

9 years agoSmall typo fixed.
Ondrej Filip [Tue, 4 Nov 2014 17:11:59 +0000 (18:11 +0100)] 
Small typo fixed.

9 years agoChanges order of iface/addr/neigh event hooks.
Ondrej Zajicek [Mon, 3 Nov 2014 19:35:58 +0000 (20:35 +0100)] 
Changes order of iface/addr/neigh event hooks.

Now the order is:

Up   -> iface, addr, neigh
Down -> neigh, addr, iface

It fixes the case when an iface appears, related static routes are
activated and exported to OSPF before the iface notification and
therefore forwarding addresses are not encoded in generated external
LSAs.

9 years agoBugfix in latest OSPF changes.
Ondrej Zajicek [Mon, 3 Nov 2014 19:35:25 +0000 (20:35 +0100)] 
Bugfix in latest OSPF changes.

9 years agoBugfix to OSPF reconfiguration.
Ondrej Zajicek [Mon, 3 Nov 2014 13:53:59 +0000 (14:53 +0100)] 
Bugfix to OSPF reconfiguration.

9 years agoFininshing integrated OSPF.
Ondrej Zajicek [Mon, 3 Nov 2014 09:42:55 +0000 (10:42 +0100)] 
Fininshing integrated OSPF.

9 years agoMailling list location changed.
Ondrej Filip [Sat, 25 Oct 2014 19:08:35 +0000 (21:08 +0200)] 
Mailling list location changed.

9 years agoIntegrated IP functions.
Ondrej Zajicek [Fri, 24 Oct 2014 09:11:43 +0000 (11:11 +0200)] 
Integrated IP functions.

9 years agoRefactoring of OSPF messages.
Ondrej Zajicek [Fri, 24 Oct 2014 08:27:21 +0000 (10:27 +0200)] 
Refactoring of OSPF messages.

9 years ago__attribute__((packed)) added. Thank to Maksim Tamarsky
Ondrej Filip [Thu, 16 Oct 2014 16:05:54 +0000 (18:05 +0200)] 
__attribute__((packed)) added. Thank to Maksim Tamarsky

9 years agoMerge remote-tracking branch 'origin/master' into soft-int
Ondrej Zajicek [Tue, 14 Oct 2014 15:23:34 +0000 (17:23 +0200)] 
Merge remote-tracking branch 'origin/master' into soft-int

9 years agoNEWS and version update. v1.4.5
Ondrej Zajicek [Sun, 5 Oct 2014 21:59:18 +0000 (23:59 +0200)] 
NEWS and version update.

9 years agoImplements show route noexport option.
Ondrej Zajicek [Thu, 2 Oct 2014 10:46:26 +0000 (12:46 +0200)] 
Implements show route noexport option.

Shows routes that would be exported to the protocol but are rejected by
the export filter.

9 years agoImplements token bucket filter for rate limiting.
Ondrej Zajicek [Thu, 2 Oct 2014 09:41:34 +0000 (11:41 +0200)] 
Implements token bucket filter for rate limiting.

9 years agoAllows to configure different remote port for BGP sessions.
Ondrej Zajicek [Thu, 2 Oct 2014 09:33:55 +0000 (11:33 +0200)] 
Allows to configure different remote port for BGP sessions.

Thanks to João Taveira Araújo for the original patch.

9 years agoRefresh kernel protocol when interface disappears.
Ondrej Zajicek [Thu, 2 Oct 2014 09:05:55 +0000 (11:05 +0200)] 
Refresh kernel protocol when interface disappears.

When an interface goes down, (Linux) kernel removes routes pointing to
that ifacem but does not send withdraws for them. We rescan the
kernel table to ensure synchronization.

Thanks to Alexander Demenshin for the bugreport.

9 years agoAllows more constants in set literals.
Ondrej Zajicek [Thu, 2 Oct 2014 09:02:14 +0000 (11:02 +0200)] 
Allows more constants in set literals.

Thanks to Michael Fincham for the bugreport.

9 years agoFixes some warnings.
Ondrej Zajicek [Thu, 2 Oct 2014 08:59:34 +0000 (10:59 +0200)] 
Fixes some warnings.

9 years agoOSPF instance id option and documentation update.
Ondrej Zajicek [Mon, 21 Jul 2014 19:50:56 +0000 (21:50 +0200)] 
OSPF instance id option and documentation update.

9 years agoWhitespace cleanup in OSPF.
Ondrej Zajicek [Sat, 19 Jul 2014 15:28:38 +0000 (17:28 +0200)] 
Whitespace cleanup in OSPF.

9 years agoTemporary integrated OSPF commit.
Ondrej Zajicek [Fri, 18 Jul 2014 16:24:12 +0000 (18:24 +0200)] 
Temporary integrated OSPF commit.

9 years agoVersion 1.4.4. v1.4.4
Ondrej Filip [Wed, 9 Jul 2014 21:46:02 +0000 (23:46 +0200)] 
Version 1.4.4.

9 years agoNEWS and version update.
Ondrej Zajicek [Wed, 9 Jul 2014 16:42:59 +0000 (18:42 +0200)] 
NEWS and version update.

9 years agoFixes a bug in BSD kernel interfacing code.
Ondrej Zajicek [Wed, 9 Jul 2014 16:34:42 +0000 (18:34 +0200)] 
Fixes a bug in BSD kernel interfacing code.

The bug was introduced in 05476c4d04a24bdb26fa64e05ab31bc36118f34e.

9 years agoImplements default router preference (RFC 4191) for RAdv.
Ondrej Zajicek [Mon, 7 Jul 2014 20:56:21 +0000 (22:56 +0200)] 
Implements default router preference (RFC 4191) for RAdv.

Thanks to Baptiste Jonglez for the patch.

9 years agoReplaces function name in test.conf as it collided with new keyword.
Ondrej Zajicek [Mon, 7 Jul 2014 20:23:37 +0000 (22:23 +0200)] 
Replaces function name in test.conf as it collided with new keyword.

9 years agoFixes integer overflow in show memory command.
Ondrej Zajicek [Mon, 30 Jun 2014 09:55:22 +0000 (11:55 +0200)] 
Fixes integer overflow in show memory command.

Thanks to Job Snijders for the bugreport.

9 years agoEnsures that msg_controllen includes last padding.
Ondrej Zajicek [Thu, 26 Jun 2014 11:30:27 +0000 (13:30 +0200)] 
Ensures that msg_controllen includes last padding.

Although RFC 3542 allows both cases, Theo de Raadt thinks
he knows better, and msg_controllen without last padding
fails on OpenBSD.

Thanks to Job Snijders for the bugreport.

9 years agoTemporary integrated OSPF commit.
Ondrej Zajicek [Thu, 26 Jun 2014 09:58:57 +0000 (11:58 +0200)] 
Temporary integrated OSPF commit.

10 years agoFixes max include depth in documentation.
Ondrej Zajicek [Tue, 10 Jun 2014 10:16:01 +0000 (12:16 +0200)] 
Fixes max include depth in documentation.

Thanks to Artyom Gavrichenkov for the patch.

10 years agoString constants could be used for string option values.
Ondrej Zajicek [Thu, 29 May 2014 21:05:03 +0000 (23:05 +0200)] 
String constants could be used for string option values.

Thanks to Frederik Kriewitz for the patch.

10 years agoIPv4/IPv6 integrated socket code.
Ondrej Zajicek [Sun, 18 May 2014 09:42:26 +0000 (11:42 +0200)] 
IPv4/IPv6 integrated socket code.

10 years agoFixes a problem with undoing of deconfiguring of protocol.
Ondrej Zajicek [Mon, 5 May 2014 09:05:12 +0000 (11:05 +0200)] 
Fixes a problem with undoing of deconfiguring of protocol.

Thanks to Sergey Popovich for the original patch.

10 years agoMerge commit 'origin/master'
Ondrej Zajicek [Sun, 4 May 2014 09:59:50 +0000 (11:59 +0200)] 
Merge commit 'origin/master'

10 years agoFixes BGP crash when update with some attributes and empty NLRI is received.
Ondrej Zajicek [Sat, 3 May 2014 22:01:06 +0000 (00:01 +0200)] 
Fixes BGP crash when update with some attributes and empty NLRI is received.

Thanks to Charlie Allom for the bugreport.

10 years agoFixes BGP crash when update with some attributes and empty NLRI is received.
Ondrej Zajicek [Sat, 3 May 2014 22:01:06 +0000 (00:01 +0200)] 
Fixes BGP crash when update with some attributes and empty NLRI is received.

10 years agoFixes 'show route export' w.r.t. protocols with different RA_* types.
Ondrej Zajicek [Mon, 28 Apr 2014 15:31:03 +0000 (17:31 +0200)] 
Fixes 'show route export' w.r.t. protocols with different RA_* types.

10 years agoFixes limit verification during reconfiguration.
Ondrej Zajicek [Sat, 26 Apr 2014 22:46:32 +0000 (00:46 +0200)] 
Fixes limit verification during reconfiguration.

10 years agoExtends multipath support for OSPF.
Ondrej Zajicek [Wed, 23 Apr 2014 11:54:28 +0000 (13:54 +0200)] 
Extends multipath support for OSPF.

Fixes cases where the same network or external route are propagated by
several OSPF routes and some other corner cases in next hop construction
and ECMP. Allows to specify whether external routes should be merged.

Thanks to Peter Christensen for the original patch.

10 years agoMerge commit 'origin/master'
Ondrej Zajicek [Wed, 23 Apr 2014 11:52:15 +0000 (13:52 +0200)] 
Merge commit 'origin/master'

10 years agoNEWS and version update. v1.4.3
Ondrej Zajicek [Mon, 14 Apr 2014 12:47:20 +0000 (14:47 +0200)] 
NEWS and version update.

10 years agoFixed bug in unused function.
Ondrej Filip [Mon, 14 Apr 2014 10:28:30 +0000 (12:28 +0200)] 
Fixed bug in unused function.

10 years agoFixes a bug in (mainly) IPv6 BGP.
Ondrej Zajicek [Mon, 14 Apr 2014 10:50:03 +0000 (12:50 +0200)] 
Fixes a bug in (mainly) IPv6 BGP.

Stack variable may be used unitialized and that would lead to spurious
rta_free(), which may cause crash. The bug was introduced in 1.4.1 from
merging add-path branch.

Thanks to Peter Andreev for reporting it and Alexander V. Chernikov for
resolving it.

10 years agoFixes some asserts.
Ondrej Zajicek [Mon, 7 Apr 2014 09:48:25 +0000 (11:48 +0200)] 
Fixes some asserts.

10 years agoNEWS and version update. v1.4.2
Ondrej Zajicek [Wed, 2 Apr 2014 21:00:10 +0000 (23:00 +0200)] 
NEWS and version update.

10 years agoFixes missing line in BFD context help.
Ondrej Zajicek [Wed, 2 Apr 2014 18:09:37 +0000 (20:09 +0200)] 
Fixes missing line in BFD context help.

10 years agoFixes nasty bug in BFD.
Ondrej Zajicek [Wed, 2 Apr 2014 17:58:23 +0000 (19:58 +0200)] 
Fixes nasty bug in BFD.

When a BFD session is removed while being scheduled for notification,
the session stays in notify list and is removed twice, which leads to
a strange crash after a while.

10 years agoNEWS and version update. v1.4.1
Ondrej Zajicek [Mon, 31 Mar 2014 16:51:51 +0000 (18:51 +0200)] 
NEWS and version update.

10 years agoUpdates BFD documentation.
Ondrej Zajicek [Mon, 31 Mar 2014 16:51:16 +0000 (18:51 +0200)] 
Updates BFD documentation.

10 years agoFixes build on some old systems.
Ondrej Zajicek [Mon, 31 Mar 2014 11:21:13 +0000 (13:21 +0200)] 
Fixes build on some old systems.

10 years agoRemoves conflicting definition.
Ondrej Zajicek [Mon, 31 Mar 2014 10:02:20 +0000 (12:02 +0200)] 
Removes conflicting definition.

This function is a part of Readline interface for a long time
(with a different type).

10 years agoCheck validity of interface definitions.
Ondrej Zajicek [Sun, 30 Mar 2014 22:56:44 +0000 (00:56 +0200)] 
Check validity of interface definitions.

Thanks to Aleksey Berezin for the bugreport.

10 years agoFixes file descriptor leak when parser ends with error.
Ondrej Zajicek [Tue, 25 Mar 2014 13:58:00 +0000 (14:58 +0100)] 
Fixes file descriptor leak when parser ends with error.

Thanks to MrBr for the bugreport.

10 years agoFixes a bug in graceful restart.
Ondrej Zajicek [Mon, 24 Mar 2014 18:22:19 +0000 (19:22 +0100)] 
Fixes a bug in graceful restart.

10 years agoMinor fixes in documentation.
Ondrej Zajicek [Mon, 24 Mar 2014 12:33:15 +0000 (13:33 +0100)] 
Minor fixes in documentation.

10 years agoReformat bird.sgml to have consistent line length.
Ondrej Zajicek [Mon, 24 Mar 2014 11:56:56 +0000 (12:56 +0100)] 
Reformat bird.sgml to have consistent line length.

10 years agoMerge branch 'bgp-grace'
Ondrej Zajicek [Mon, 24 Mar 2014 11:41:43 +0000 (12:41 +0100)] 
Merge branch 'bgp-grace'

10 years agoFixes some minor issues in graceful restart.
Ondrej Zajicek [Mon, 24 Mar 2014 11:32:12 +0000 (12:32 +0100)] 
Fixes some minor issues in graceful restart.

10 years agoFixes a bug in rte_src handling.
Ondrej Zajicek [Sun, 23 Mar 2014 00:40:37 +0000 (01:40 +0100)] 
Fixes a bug in rte_src handling.

10 years agoDocumentation (and minor fixes) for BGP graceful restart.
Ondrej Zajicek [Sun, 23 Mar 2014 00:35:33 +0000 (01:35 +0100)] 
Documentation (and minor fixes) for BGP graceful restart.

10 years agoBGP graceful restart support.
Ondrej Zajicek [Thu, 20 Mar 2014 13:07:12 +0000 (14:07 +0100)] 
BGP graceful restart support.

Also significant core protocol state changes needed for that,
global graceful restart recovery state and kernel proto support
for recovery.

10 years agoFixes issues with static protocol reconfiguration.
Ondrej Zajicek [Wed, 26 Feb 2014 12:25:39 +0000 (13:25 +0100)] 
Fixes issues with static protocol reconfiguration.

The old static route was not removed when the nexthop changed and the
new one was not viable (no neighbor).

Thanks to Pierluigi Rolando for the original patch.

10 years agoFixes longstanding issue with interfaces staying in IF_TMP_DOWN.
Ondrej Zajicek [Wed, 26 Feb 2014 11:52:00 +0000 (12:52 +0100)] 
Fixes longstanding issue with interfaces staying in IF_TMP_DOWN.

Thanks to Pierluigi Rolando and others for the bugreport.

10 years agoAdds configure error message.
Ondrej Zajicek [Wed, 12 Feb 2014 11:57:38 +0000 (12:57 +0100)] 
Adds configure error message.

10 years agoWorkaround thread-unsafeness of cli_echo().
Ondrej Zajicek [Fri, 7 Feb 2014 12:09:55 +0000 (13:09 +0100)] 
Workaround thread-unsafeness of cli_echo().

10 years agoFixes autoconf check for ncurses.
Ondrej Zajicek [Fri, 7 Feb 2014 10:46:01 +0000 (11:46 +0100)] 
Fixes autoconf check for ncurses.

10 years agoMerge branch 'add-path'
Ondrej Zajicek [Thu, 6 Feb 2014 19:15:05 +0000 (20:15 +0100)] 
Merge branch 'add-path'

10 years agoUpdate include directive documentation.
Ondrej Zajicek [Thu, 6 Feb 2014 17:09:18 +0000 (18:09 +0100)] 
Update include directive documentation.

Thanks to Pierluigi Rolando for the bugreport.

10 years agoFix a documentation update.
Ondrej Zajicek [Thu, 6 Feb 2014 17:00:41 +0000 (18:00 +0100)] 
Fix a documentation update.

10 years agoFixes crash when state of disabled OSPF protocol is queried.
Ondrej Zajicek [Thu, 6 Feb 2014 16:54:25 +0000 (17:54 +0100)] 
Fixes crash when state of disabled OSPF protocol is queried.

Thanks to Ondrej Caletka for the bugreport.

10 years agoSilence this annoying warning.
Ondrej Zajicek [Thu, 6 Feb 2014 16:51:16 +0000 (17:51 +0100)] 
Silence this annoying warning.

10 years agoMany changes in I/O and OSPF sockets and packet handling.
Ondrej Zajicek [Thu, 6 Feb 2014 16:46:01 +0000 (17:46 +0100)] 
Many changes in I/O and OSPF sockets and packet handling.

I/O:
 - BSD: specify src addr on IP sockets by IP_HDRINCL
 - BSD: specify src addr on UDP sockets by IP_SENDSRCADDR
 - Linux: specify src addr on IP/UDP sockets by IP_PKTINFO
 - IPv6: specify src addr on IP/UDP sockets by IPV6_PKTINFO
 - Alternative SKF_BIND flag for binding to IP address
 - Allows IP/UDP sockets without tx_hook, on these
   sockets a packet is discarded when TX queue is full
 - Use consistently SOL_ for socket layer values.

OSPF:
 - Packet src addr is always explicitly set
 - Support for secondary addresses in BSD
 - Dynamic RX/TX buffers
 - Fixes some minor buffer overruns
 - Interface option 'tx length'
 - Names for vlink pseudoifaces (vlinkX)
 - Vlinks use separate socket for TX
 - Vlinks do not use fixed associated iface
 - Fixes TTL for direct unicast packets
 - Fixes DONTROUTE for OSPF sockets
 - Use ifa->ifname instead of ifa->iface->name

10 years agoMerge commit 'origin/master' into socket
Ondrej Zajicek [Thu, 6 Feb 2014 15:47:43 +0000 (16:47 +0100)] 
Merge commit 'origin/master' into socket

10 years agoFedora init script improvement suggested by alex@alex.org.uk
Ondrej Filip [Wed, 5 Feb 2014 22:32:28 +0000 (23:32 +0100)] 
Fedora init script improvement suggested by alex@alex.org.uk

10 years agoMinor changes in Fedora init script.
Ondrej Filip [Wed, 5 Feb 2014 14:57:37 +0000 (15:57 +0100)] 
Minor changes in Fedora init script.

10 years agoSmall doc update.
Ondrej Filip [Tue, 21 Jan 2014 22:43:22 +0000 (23:43 +0100)] 
Small doc update.

10 years agoMerge branch 'add-path'
Ondrej Zajicek [Tue, 10 Dec 2013 21:30:46 +0000 (22:30 +0100)] 
Merge branch 'add-path'

10 years agoFixes problem with source address selection in BGP and BFD.
Ondrej Zajicek [Mon, 2 Dec 2013 10:54:32 +0000 (11:54 +0100)] 
Fixes problem with source address selection in BGP and BFD.

10 years agoFixes bug in documentation.
Ondrej Zajicek [Sun, 1 Dec 2013 17:25:39 +0000 (18:25 +0100)] 
Fixes bug in documentation.

10 years agoUpdates add-path documentation.
Ondrej Zajicek [Sun, 1 Dec 2013 17:20:09 +0000 (18:20 +0100)] 
Updates add-path documentation.

10 years agoFinishes add-path.
Ondrej Zajicek [Tue, 26 Nov 2013 21:37:24 +0000 (22:37 +0100)] 
Finishes add-path.

Fixes some bugs and uses generic hash implementation.

10 years agoMerge branch 'master' into add-path
Ondrej Zajicek [Mon, 25 Nov 2013 17:42:47 +0000 (18:42 +0100)] 
Merge branch 'master' into add-path

10 years agoRelease date added. v1.4.0
Ondrej Filip [Mon, 25 Nov 2013 14:16:20 +0000 (15:16 +0100)] 
Release date added.

10 years agoNEWS and version update.
Ondrej Zajicek [Mon, 25 Nov 2013 12:46:29 +0000 (13:46 +0100)] 
NEWS and version update.

10 years agoUse ISO 8601 timeformats by default.
Ondrej Zajicek [Mon, 25 Nov 2013 12:44:07 +0000 (13:44 +0100)] 
Use ISO 8601 timeformats by default.

10 years agoFixes a reply code.
Ondrej Zajicek [Mon, 25 Nov 2013 10:06:00 +0000 (11:06 +0100)] 
Fixes a reply code.

10 years agoAllows shorthands for birdc noninteractive commands.
Ondrej Zajicek [Mon, 25 Nov 2013 01:03:23 +0000 (02:03 +0100)] 
Allows shorthands for birdc noninteractive commands.

10 years agoChanges primary addr selection on BSD to respect SIOCGIFADDR ioctl() result.
Ondrej Zajicek [Mon, 25 Nov 2013 00:21:39 +0000 (01:21 +0100)] 
Changes primary addr selection on BSD to respect SIOCGIFADDR ioctl() result.

Thanks to Alexander V. Chernikov for the original patch.

10 years agoLast state change should track protocol state change.
Ondrej Zajicek [Sun, 24 Nov 2013 21:22:24 +0000 (22:22 +0100)] 
Last state change should track protocol state change.

And not core state change, which is not much relevant
(e.g. refeed in BGP).

10 years agoOSPF ifaces on loopback should be stub.
Ondrej Zajicek [Sun, 24 Nov 2013 21:12:51 +0000 (22:12 +0100)] 
OSPF ifaces on loopback should be stub.

10 years agoMinor changes to default router ID calculation.
Ondrej Zajicek [Sun, 24 Nov 2013 11:50:53 +0000 (12:50 +0100)] 
Minor changes to default router ID calculation.

10 years agoEnables multihop mode for IBGP by default.
Ondrej Zajicek [Sun, 24 Nov 2013 11:37:24 +0000 (12:37 +0100)] 
Enables multihop mode for IBGP by default.

This is more consistent with common usage and also with the behavior of
other implementations (Cisco, Juniper).

Also changes the default for gw mode to be based solely on
direct/multihop.

10 years agoConverts filters to unsigned integers.
Ondrej Zajicek [Sat, 23 Nov 2013 23:17:02 +0000 (00:17 +0100)] 
Converts filters to unsigned integers.

10 years agoRemoves workaround related to import of kernel device routes.
Ondrej Zajicek [Mon, 15 Aug 2011 00:12:54 +0000 (02:12 +0200)] 
Removes workaround related to import of kernel device routes.

Thanks to Benjamin Cama for notification.

10 years agoDots added.
Ondrej Filip [Sat, 23 Nov 2013 17:11:55 +0000 (18:11 +0100)] 
Dots added.
New release will be 1.4.0.

10 years agoAdded some other features into NEWS file
Ondrej Filip [Sat, 23 Nov 2013 12:27:47 +0000 (13:27 +0100)] 
Added some other features into NEWS file

10 years agoAdded a few sentences about symbol names.
Ondrej Filip [Sat, 23 Nov 2013 12:26:52 +0000 (13:26 +0100)] 
Added a few sentences about symbol names.

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