]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
7 years agoOne last update to NEWS and example v2.0.0-pre1
Ondrej Zajicek (work) [Sat, 29 Apr 2017 20:14:36 +0000 (22:14 +0200)] 
One last update to NEWS and example

7 years agoNEWS and version update
Ondrej Zajicek (work) [Sat, 29 Apr 2017 19:49:13 +0000 (21:49 +0200)] 
NEWS and version update

7 years agoBSD: Fix address scan on OpenBSD
Ondrej Zajicek (work) [Sat, 29 Apr 2017 16:37:51 +0000 (18:37 +0200)] 
BSD: Fix address scan on OpenBSD

7 years agoMinor fixes
Ondrej Zajicek (work) [Fri, 28 Apr 2017 22:36:35 +0000 (00:36 +0200)] 
Minor fixes

7 years agoMerge master into int-new
Ondrej Zajicek (work) [Fri, 28 Apr 2017 09:19:12 +0000 (11:19 +0200)] 
Merge master into int-new

7 years agoFlowspec: Max tcp mask length is 12 bits
Ondrej Zajicek (work) [Wed, 26 Apr 2017 15:13:45 +0000 (17:13 +0200)] 
Flowspec: Max tcp mask length is 12 bits

7 years agoDoc: BIRD example update
Ondrej Zajicek (work) [Wed, 26 Apr 2017 12:38:19 +0000 (14:38 +0200)] 
Doc: BIRD example update

7 years agoTest: Fix broken test for filters
Ondrej Zajicek (work) [Wed, 26 Apr 2017 12:11:28 +0000 (14:11 +0200)] 
Test: Fix broken test for filters

7 years agoMerge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new
Jan Moskyto Matejka [Wed, 26 Apr 2017 10:30:22 +0000 (12:30 +0200)] 
Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new

7 years agoFlowspec: split net_format_flowspec into several functions
Jan Moskyto Matejka [Wed, 26 Apr 2017 10:26:14 +0000 (12:26 +0200)] 
Flowspec: split net_format_flowspec into several functions

7 years agoTest: fixed broken test for VPN RD output
Jan Moskyto Matejka [Wed, 26 Apr 2017 10:19:39 +0000 (12:19 +0200)] 
Test: fixed broken test for VPN RD output

7 years agoDebug: Add a Makefile rule for assembler intermediates.
Jan Moskyto Matejka [Wed, 26 Apr 2017 08:53:48 +0000 (10:53 +0200)] 
Debug: Add a Makefile rule for assembler intermediates.

The main Makefile rules directly compile to object files;
this target is only for debug purposes.

7 years agoNest: Update of show route cmd
Ondrej Zajicek (work) [Tue, 25 Apr 2017 17:02:31 +0000 (19:02 +0200)] 
Nest: Update of show route cmd

Some code cleanup, multiple bugfixes, allows to specify also channel
for 'show route export'. Interesting how such apparenty simple thing
like show route cmd has plenty of ugly corner cases.

7 years agoFilter: Fix reconfiguration of roa_check()
Ondrej Zajicek (work) [Thu, 6 Apr 2017 15:16:49 +0000 (17:16 +0200)] 
Filter: Fix reconfiguration of roa_check()

7 years agoCheck validity of dest w.r.t. net_type
Ondrej Zajicek (work) [Wed, 5 Apr 2017 14:16:04 +0000 (16:16 +0200)] 
Check validity of dest w.r.t. net_type

Allow to define static roa/flow routes without dest.

7 years agoClient: separate config syntax structure for "show route for"
Jan Moskyto Matejka [Tue, 18 Apr 2017 11:45:50 +0000 (13:45 +0200)] 
Client: separate config syntax structure for "show route for"

7 years agoNest: Fix route lookup
Jan Moskyto Matejka [Wed, 5 Apr 2017 13:11:10 +0000 (15:11 +0200)] 
Nest: Fix route lookup

7 years agoAdding also our copy of struct rtvia.
Jan Moskyto Matejka [Wed, 5 Apr 2017 12:26:37 +0000 (14:26 +0200)] 
Adding also our copy of struct rtvia.

7 years agoInclude local lwtunnel.h unless found in system
Jan Moskyto Matejka [Wed, 5 Apr 2017 12:15:43 +0000 (14:15 +0200)] 
Include local lwtunnel.h unless found in system

7 years agoBGP: Add support for SAFI 129 (VPN multicast)
Ondrej Zajicek (work) [Thu, 30 Mar 2017 12:00:08 +0000 (14:00 +0200)] 
BGP: Add support for SAFI 129 (VPN multicast)

Which, in contrast to SAFI 128, does not use MPLS labels.

7 years agoStatic: Support for dual-AF IGP tables
Ondrej Zajicek (work) [Thu, 30 Mar 2017 11:29:34 +0000 (13:29 +0200)] 
Static: Support for dual-AF IGP tables

When recursive routes with hybrid next hops (e.g. IPv6 route with IPv4 next
hop) are allowed, we need both IPv4 and IPv6 IGP tables.

7 years agoClient: multitable version of show route
Jan Moskyto Matejka [Thu, 30 Mar 2017 11:52:01 +0000 (13:52 +0200)] 
Client: multitable version of show route

7 years agoNetlink: Change default kernel metric to 32
Ondrej Zajicek (work) [Wed, 29 Mar 2017 14:10:00 +0000 (16:10 +0200)] 
Netlink: Change default kernel metric to 32

This avoids collisions with non-BIRD routes in kernel tables.

7 years agoNetlink: Better handling of an error case
Ondrej Zajicek (work) [Wed, 29 Mar 2017 13:55:39 +0000 (15:55 +0200)] 
Netlink: Better handling of an error case

7 years agoBGP: Simplify igp table options
Ondrej Zajicek (work) [Wed, 29 Mar 2017 13:31:04 +0000 (15:31 +0200)] 
BGP: Simplify igp table options

7 years agoBGP: Update list of supported standards
Ondrej Zajicek (work) [Wed, 29 Mar 2017 11:48:23 +0000 (13:48 +0200)] 
BGP: Update list of supported standards

7 years agoNetlink: Fix device route delete
Ondrej Zajicek (work) [Tue, 28 Mar 2017 16:14:32 +0000 (18:14 +0200)] 
Netlink: Fix device route delete

7 years agoMerge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new
Jan Moskyto Matejka [Tue, 28 Mar 2017 15:35:57 +0000 (17:35 +0200)] 
Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new

7 years agoSimpler format of VPN RD
Jan Moskyto Matejka [Tue, 28 Mar 2017 15:35:32 +0000 (17:35 +0200)] 
Simpler format of VPN RD

7 years agoNetlink: Fix bug in RTA_PRIORITY handling
Ondrej Zajicek (work) [Tue, 28 Mar 2017 14:05:40 +0000 (16:05 +0200)] 
Netlink: Fix bug in RTA_PRIORITY handling

7 years agoBGP: Support for routes with mixed-AF next hops
Ondrej Zajicek (work) [Sun, 26 Mar 2017 17:20:15 +0000 (19:20 +0200)] 
BGP: Support for routes with mixed-AF next hops

Covers IPv4/VPNv4 routes with IPv6 next hop (RFC 5549), IPv6 routes with
IPv4 next hop (RFC 4798) and VPNv6 routes with IPv4 next hop (RFC 4659).
Unfortunately it also makes next hop hooks more messy.

Each BGP channel now could have two IGP tables, one for IPv4 next hops,
the other for IPv6 next hops.

7 years agoBGP: Bugfix in VPN NLRI encoding
Ondrej Zajicek (work) [Thu, 23 Mar 2017 13:10:42 +0000 (14:10 +0100)] 
BGP: Bugfix in VPN NLRI encoding

7 years agoBGP: Support for MPLS labels and VPN SAFI
Ondrej Zajicek (work) [Wed, 22 Mar 2017 14:00:07 +0000 (15:00 +0100)] 
BGP: Support for MPLS labels and VPN SAFI

Basic support for SAFI 4 and 128 (MPLS labeled IP and VPN) for IPv4 and
IPv6. Should work for route reflector, but does not properly handle
originating routes with next hop self.

Based on patches from Jan Matejka.

7 years agoMerge branch 'nexthop-merged' into int-new
Jan Moskyto Matejka [Wed, 22 Mar 2017 13:54:00 +0000 (14:54 +0100)] 
Merge branch 'nexthop-merged' into int-new

7 years agoFilter: Check whether IP is 4 or 6 nexthop-merged
Jan Moskyto Matejka [Wed, 22 Mar 2017 13:53:37 +0000 (14:53 +0100)] 
Filter: Check whether IP is 4 or 6

7 years agoNexthop: Fixed recursive route mpls label merging
Jan Moskyto Matejka [Fri, 17 Mar 2017 14:48:09 +0000 (15:48 +0100)] 
Nexthop: Fixed recursive route mpls label merging

7 years agoMinor cleanups
Ondrej Zajicek (work) [Tue, 14 Mar 2017 16:18:50 +0000 (17:18 +0100)] 
Minor cleanups

BTW, 'prefices' is hypercorrection, as 'prefix' is from 'praefixum' with
plural 'praefixa'.

7 years agoBGP: Allow to specify interface for regular sessions
Ondrej Zajicek (work) [Tue, 14 Mar 2017 11:56:47 +0000 (12:56 +0100)] 
BGP: Allow to specify interface for regular sessions

This may be useful if multple interfaces share the same network range.

Thanks to Fritz Grimpen for the original patch.

7 years agoBGP: Fix bug in ADD_PATH
Ondrej Zajicek (work) [Sat, 11 Mar 2017 15:21:28 +0000 (16:21 +0100)] 
BGP: Fix bug in ADD_PATH

When a BGP session with ADD_PATH is restarted and the neighbor do not
announce ADD_PATH capability during reconnect, the accept_ra_types is
still set to RA_ANY.

Thanks to Lennert Buytenhek for the bugreport

7 years agoFilters: VPN Route Distinguishers, Prefix Type, Docs Update
Jan Moskyto Matejka [Mon, 13 Mar 2017 12:50:32 +0000 (13:50 +0100)] 
Filters: VPN Route Distinguishers, Prefix Type, Docs Update

7 years agoFilter: ROA check test and mixed prefix test
Jan Moskyto Matejka [Thu, 9 Mar 2017 14:57:54 +0000 (15:57 +0100)] 
Filter: ROA check test and mixed prefix test

7 years agoNest: Minor fixes in show route
Ondrej Zajicek (work) [Wed, 8 Mar 2017 15:27:18 +0000 (16:27 +0100)] 
Nest: Minor fixes in show route

7 years agoStatic: Minor overhaul
Ondrej Zajicek (work) [Tue, 7 Mar 2017 17:42:41 +0000 (18:42 +0100)] 
Static: Minor overhaul

The patch fixes several bugs introduced in previous changes, simplifies
the protocol by handing routes uniformly, introduces asynchronous route
processing to avoid issues with separate notifications for each next-hop
in ECMP routes, and makes reconfiguration faster by avoiding quadratic
complexity.

7 years agoNest: Allow iface-only neighbors
Ondrej Zajicek (work) [Tue, 21 Feb 2017 13:56:14 +0000 (14:56 +0100)] 
Nest: Allow iface-only neighbors

7 years agoUpdate OSPF and RIP protocol names and related documentation
Ondrej Zajicek (work) [Wed, 8 Mar 2017 16:37:11 +0000 (17:37 +0100)] 
Update OSPF and RIP protocol names and related documentation

7 years agoNexthop: Fixed hostentry
Jan Moskyto Matejka [Fri, 24 Feb 2017 13:05:11 +0000 (14:05 +0100)] 
Nexthop: Fixed hostentry

7 years agoBGP: Allow exchanging LOCAL_PREF with eBGP peers
Ondrej Zajicek (work) [Thu, 23 Feb 2017 15:32:07 +0000 (16:32 +0100)] 
BGP: Allow exchanging LOCAL_PREF with eBGP peers

Adds option 'allow bgp_local_pref' to override the usual restriction of
LOCAL_PREF on eBGP sessions.

Thanks to Lennert Buytenhek for the patch.

7 years agoNest: names for nhu_state values
Jan Moskyto Matejka [Wed, 22 Feb 2017 13:02:03 +0000 (14:02 +0100)] 
Nest: names for nhu_state values

It took too much time to analyze what's the meaning of nhu_state values
so I spent less than the same amount of time documenting it.

7 years agoBabel post-merge fixes
Jan Moskyto Matejka [Wed, 22 Feb 2017 11:02:28 +0000 (12:02 +0100)] 
Babel post-merge fixes

7 years agoMerge branch 'int-new' into nexthop-merged
Jan Moskyto Matejka [Wed, 22 Feb 2017 10:58:04 +0000 (11:58 +0100)] 
Merge branch 'int-new' into nexthop-merged

7 years agoBGP: Update RFC references
Ondrej Zajicek (work) [Mon, 20 Feb 2017 01:28:04 +0000 (02:28 +0100)] 
BGP: Update RFC references

7 years agoSeveral minor fixes
Ondrej Zajicek (work) [Mon, 20 Feb 2017 01:26:45 +0000 (02:26 +0100)] 
Several minor fixes

7 years agoBGP: Update RFC references
Ondrej Zajicek (work) [Sun, 19 Feb 2017 11:02:39 +0000 (12:02 +0100)] 
BGP: Update RFC references

7 years agoDoc: Fix RIP example
Ondrej Zajicek (work) [Sun, 19 Feb 2017 10:25:16 +0000 (11:25 +0100)] 
Doc: Fix RIP example

Thanks to Steve Leung for the bugreport.

7 years agoStatic: Fix bug in static route filter expressions
Ondrej Zajicek (work) [Fri, 17 Feb 2017 21:54:06 +0000 (22:54 +0100)] 
Static: Fix bug in static route filter expressions

During reconfiguration, old and new filter expressions in static routes
are compared using i_same() function. When filter expressions contain
function calls, it is necessary that old filter expressions are the
second argument in i_same(), as it is internally modified by i_same().
Otherwise pointers to old (and freed) data appear in the config
structure.

Thanks to Lennert Buytenhek for tracking and reporting the bug.

7 years agoMerge branch 'master' into int-new
Ondrej Zajicek (work) [Wed, 8 Feb 2017 13:34:48 +0000 (14:34 +0100)] 
Merge branch 'master' into int-new

7 years agoBGP: Minor cleanups
Ondrej Zajicek (work) [Tue, 7 Feb 2017 14:55:51 +0000 (15:55 +0100)] 
BGP: Minor cleanups

7 years agoFilter: Fix missing case for !~ operator
Ondrej Zajicek (work) [Tue, 24 Jan 2017 14:35:38 +0000 (15:35 +0100)] 
Filter: Fix missing case for !~ operator

Thanks to Vincent Bernat for the patch.

7 years agoBGP: Partial support for IPv4 routes with IPv6 next hop (RFC 5549)
Ondrej Zajicek (work) [Tue, 24 Jan 2017 01:00:35 +0000 (02:00 +0100)] 
BGP: Partial support for IPv4 routes with IPv6 next hop (RFC 5549)

Mostly capability signalling

7 years agoBGP: Support for AS confederations (RFC 5065)
Ondrej Zajicek (work) [Sun, 22 Jan 2017 15:32:42 +0000 (16:32 +0100)] 
BGP: Support for AS confederations (RFC 5065)

7 years agoFix IP_HDRINCL usage on FreeBSD 11
Ondrej Zajicek (work) [Tue, 17 Jan 2017 12:21:25 +0000 (13:21 +0100)] 
Fix IP_HDRINCL usage on FreeBSD 11

FreeBSD 11 changed endianity of ip_len field from host order to network
order. Also DragonFly BSD allegedly expects network order here.

Thanks to Olivier Cochard-Labbé for the patch.

7 years agoMinor cleanups
Ondrej Zajicek (work) [Fri, 23 Dec 2016 22:03:26 +0000 (23:03 +0100)] 
Minor cleanups

7 years agoVPN4 and VPN6 literals
Jan Moskyto Matejka [Tue, 9 Feb 2016 13:53:29 +0000 (14:53 +0100)] 
VPN4 and VPN6 literals

From now on, protocol static accepts VPN4 and VPN6 addressess.
With some concerns about VPN6 Route Distinguishers, I finally chose
to have the same format as for VPN4 (where it is defined by RFC 4364).

7 years agoMPLS: Label stack concatenation for recursive routes
Jan Moskyto Matejka [Tue, 9 Aug 2016 12:47:51 +0000 (14:47 +0200)] 
MPLS: Label stack concatenation for recursive routes

7 years agoNetlink: MPLS routes in kernel
Jan Moskyto Matejka [Fri, 4 Mar 2016 11:55:50 +0000 (12:55 +0100)] 
Netlink: MPLS routes in kernel

Anyway, Bird is now capable to insert both MPLS routes and MPLS encap
routes into kernel.

It was (among others) needed to define platform-specific AF_MPLS to 28
as this constant has been assigned in the linux kernel.

No support for BSD now, it may be added in the future.

7 years agoStatic: Protocol rework wrt. struct nexthop changes; MPLS label support
Jan Moskyto Matejka [Mon, 13 Jun 2016 13:49:53 +0000 (15:49 +0200)] 
Static: Protocol rework wrt. struct nexthop changes; MPLS label support

7 years agoMPLS: added net_addr_mpls variant of net_addr
Jan Moskyto Matejka [Wed, 2 Mar 2016 13:37:18 +0000 (14:37 +0100)] 
MPLS: added net_addr_mpls variant of net_addr

7 years agoNexthop: Support for label stack in nest
Jan Moskyto Matejka [Fri, 10 Jun 2016 12:34:41 +0000 (14:34 +0200)] 
Nexthop: Support for label stack in nest

7 years agoRemoving (struct rta)->cast. Never used.
Jan Moskyto Matejka [Tue, 7 Jun 2016 09:46:07 +0000 (11:46 +0200)] 
Removing (struct rta)->cast. Never used.

7 years agoMerged multipath and single-path data structures.
Jan Moskyto Matejka [Fri, 6 May 2016 13:48:35 +0000 (15:48 +0200)] 
Merged multipath and single-path data structures.

Dropped struct mpnh and mpnh_*()
Now struct nexthop exists, nexthop_*(), and also included struct nexthop
into struct rta.

Also converted RTD_DEVICE and RTD_ROUTER to RTD_UNICAST. If it is needed
to distinguish between these two cases, RTD_DEVICE is equivalent to
IPA_ZERO(a->nh.gw), RTD_ROUTER is then IPA_NONZERO(a->nh.gw).

From now on, we also explicitely want C99 compatible compiler. We assume
that this 20-year norm should be known almost everywhere.

7 years agoNEWS and version update v1.6.3
Ondrej Zajicek (work) [Wed, 21 Dec 2016 15:46:47 +0000 (16:46 +0100)] 
NEWS and version update

7 years agoNetlink: fix occasional netlink hangs on busy machines
Jan Moskyto Matejka [Tue, 20 Dec 2016 19:13:08 +0000 (20:13 +0100)] 
Netlink: fix occasional netlink hangs on busy machines

7 years agoBGP: Report capabilities in show protocols all
Ondrej Zajicek (work) [Tue, 20 Dec 2016 16:39:59 +0000 (17:39 +0100)] 
BGP: Report capabilities in show protocols all

7 years agoOSPF: Fix ECMP external merging
Ondrej Zajicek (work) [Thu, 15 Dec 2016 14:31:25 +0000 (15:31 +0100)] 
OSPF: Fix ECMP external merging

The variable nfa is not cleaned before each loop iteration and can have
a wrong value of nfa.nhs_reuse from the previous step.

Thanks to Bernardo Figueiredo for the bugreport and analysis.

7 years agoMinor cleanups
Ondrej Zajicek (work) [Tue, 13 Dec 2016 19:18:11 +0000 (20:18 +0100)] 
Minor cleanups

7 years agoOSPF: Fix net-summary origination combined with stubnet option
Ondrej Zajicek (work) [Tue, 13 Dec 2016 16:34:42 +0000 (17:34 +0100)] 
OSPF: Fix net-summary origination combined with stubnet option

Stubnet nodes in OSPF FIB were removed during rt_sync(), but the pointer
remained in top_hash_entry.nf, so net-summary LSA origination was
confused, reported 'LSA ID collision' and net-summary LSAs were not
originated properly.

Thanks to Naveen Chowdary Yerramneni for bugreport and analysis.

7 years agoBabel: Update to integrated branch
Ondrej Zajicek (work) [Fri, 9 Dec 2016 23:11:26 +0000 (00:11 +0100)] 
Babel: Update to integrated branch

7 years agoDocumentation build system fix v2.0.0-pre0
Ondrej Filip [Wed, 7 Dec 2016 19:31:12 +0000 (20:31 +0100)] 
Documentation build system fix

7 years agoNEWS and version update
Ondrej Zajicek (work) [Wed, 7 Dec 2016 18:56:42 +0000 (19:56 +0100)] 
NEWS and version update

7 years agoDoc: Add MP-BGP example config file
Ondrej Zajicek (work) [Wed, 7 Dec 2016 18:16:02 +0000 (19:16 +0100)] 
Doc: Add MP-BGP example config file

7 years agoBGP: Add support for flowspec (RFC 5575)
Ondrej Zajicek (work) [Wed, 7 Dec 2016 17:28:07 +0000 (18:28 +0100)] 
BGP: Add support for flowspec (RFC 5575)

7 years agoDoc: Example simple config
Jan Moskyto Matejka [Wed, 7 Dec 2016 16:17:04 +0000 (17:17 +0100)] 
Doc: Example simple config

7 years agoTests: Fix build
Ondrej Zajicek (work) [Wed, 7 Dec 2016 15:27:12 +0000 (16:27 +0100)] 
Tests: Fix build

7 years agoClient: No need for birdlib functions
Ondrej Zajicek (work) [Wed, 7 Dec 2016 15:20:38 +0000 (16:20 +0100)] 
Client: No need for birdlib functions

7 years agoBasic flow specification support (RFC 5575)
Ondrej Zajicek (work) [Wed, 7 Dec 2016 14:36:15 +0000 (15:36 +0100)] 
Basic flow specification support (RFC 5575)

Add flow4/flow6 network and rt-table type and operations, config grammar
and static protocol support.

Squashed flowspec branch from Pavel Tvrdik.

7 years agoRPKI: fixed some of the extended warnings
Jan Moskyto Matejka [Wed, 7 Dec 2016 14:35:35 +0000 (15:35 +0100)] 
RPKI: fixed some of the extended warnings

7 years agoMerge branch 'int-new-rpki-squashed' (early part) into int-new
Jan Moskyto Matejka [Wed, 7 Dec 2016 14:30:46 +0000 (15:30 +0100)] 
Merge branch 'int-new-rpki-squashed' (early part) into int-new

7 years agoBGP redesign
Ondrej Zajicek (work) [Wed, 7 Dec 2016 13:11:28 +0000 (14:11 +0100)] 
BGP redesign

Integrated and extensible BGP with generalized AFI handling,
support for IPv4+IPv6 AFI and unicast+multicast SAFI.

7 years agoLibSSH may be switched off together with RPKI
Jan Moskyto Matejka [Wed, 7 Dec 2016 13:15:35 +0000 (14:15 +0100)] 
LibSSH may be switched off together with RPKI

7 years agoSSH: Commented quirk based on undocumented behavior of LibSSH
Jan Moskyto Matejka [Wed, 7 Dec 2016 08:13:29 +0000 (09:13 +0100)] 
SSH: Commented quirk based on undocumented behavior of LibSSH

7 years agoMake: upgrade Babel makefiles
Jan Moskyto Matejka [Wed, 7 Dec 2016 08:12:06 +0000 (09:12 +0100)] 
Make: upgrade Babel makefiles

7 years agofilter/test.conf: add ROA check and operator tests
Pavel Tvrdik [Thu, 30 Jun 2016 12:56:09 +0000 (14:56 +0200)] 
filter/test.conf: add ROA check and operator tests

7 years agoAdd `.maxlen' operator to all ROA prefixes in filters
Pavel Tvrdik [Wed, 29 Jun 2016 10:21:43 +0000 (12:21 +0200)] 
Add `.maxlen' operator to all ROA prefixes in filters

Example:
  bird> eval (1.2.0.0/16 max 20 as 1234).maxlen
  20

Todo: Should be described in user docs

7 years agoAdd `.asn' operator to all ROA prefixes in filters
Pavel Tvrdik [Wed, 29 Jun 2016 10:08:28 +0000 (12:08 +0200)] 
Add `.asn' operator to all ROA prefixes in filters

Example:
  bird> eval (1.2.0.0/16 max 20 as 1234).asn
  1234

Todo: Should be described in user docs

7 years agoCheck table type at `show route for ...'
Pavel Tvrdik [Wed, 29 Jun 2016 07:56:33 +0000 (09:56 +0200)] 
Check table type at `show route for ...'

7 years agoRPKI protocol with one cache server per protocol
Pavel Tvrdík [Thu, 17 Sep 2015 15:15:30 +0000 (17:15 +0200)] 
RPKI protocol with one cache server per protocol

The RPKI protocol (RFC 6810) using the RTRLib
(http://rpki.realmv6.org/) that is integrated inside
the BIRD's code.

Implemeted transports are:
 - unprotected transport over TCP
 - secure transport over SSHv2

Example configuration of bird.conf:
  ...
  roa4 table r4;
  roa6 table r6;

  protocol rpki {
    debug all;

    # Import both IPv4 and IPv6 ROAs
    roa4 { table r4; };
    roa6 { table r6; };

    # Set cache server (validator) address,
    # overwrite default port 323
    remote "rpki-validator.realmv6.org" port 8282;

    # Overwrite default time intervals
    retry   10;         # Default 600 seconds
    refresh 60;         # Default 3600 seconds
    expire 600;         # Default 7200 seconds
  }

  protocol rpki {
    debug all;

    # Import only IPv4 routes
    roa4 { table r4; };

    # Set cache server address to localhost,
    # use default ports tcp => 323 or ssh => 22
    remote 127.0.0.1;

    # Use SSH transport instead of unprotected transport over TCP
    ssh encryption {
      bird private key "/home/birdgeek/.ssh/id_rsa";
      remote public key "/home/birdgeek/.ssh/known_hosts";
      user "birdgeek";
    };
  }
  ...

7 years agoClient: Includes stdlib.h for malloc()
Pavel Tvrdik [Thu, 9 Jun 2016 08:11:39 +0000 (10:11 +0200)] 
Client: Includes stdlib.h for malloc()

7 years agofilter/test.conf: Minor changes in order of calls
Pavel Tvrdik [Wed, 30 Nov 2016 09:40:57 +0000 (10:40 +0100)] 
filter/test.conf: Minor changes in order of calls

7 years agonest/a-path.c: Fix description of BS constant (block size)
Pavel Tvrdik [Wed, 30 Nov 2016 10:55:33 +0000 (11:55 +0100)] 
nest/a-path.c: Fix description of BS constant (block size)

7 years agoconf/conf.h: Fix a description of a variable in a structure
Pavel Tvrdik [Wed, 30 Nov 2016 09:21:43 +0000 (10:21 +0100)] 
conf/conf.h: Fix a description of a variable in a structure