On Tue, Jun 11, 2019 at 03:54:21PM +, Kenth Eriksson wrote:
> On Tue, 2019-06-11 at 17:03 +0200, Ondrej Zajicek wrote:
> > CAUTION: This email originated from outside of the organization. Do
> > not click links or open attachments unless you recognize the sender
> > and know the content is safe
OK, thank you very much
BR
Ar
Am Di., 11. Juni 2019 um 17:44 Uhr schrieb Ondrej Zajicek <
santi...@crfreenet.org>:
> On Tue, Jun 11, 2019 at 05:27:59PM +0200, Arno O wrote:
> > One more (last) question:
> > since when (which Bird) -release is ECMP like this supported?
>
> Not sure, but basic IP
On Tue, 2019-06-11 at 17:03 +0200, Ondrej Zajicek wrote:
> CAUTION: This email originated from outside of the organization. Do
> not click links or open attachments unless you recognize the sender
> and know the content is safe.
>
>
> On Tue, Jun 11, 2019 at 12:09:02PM +0200, Kenth Eriksson wrote
On Tue, 2019-06-11 at 17:20 +0200, Ondrej Zajicek wrote:
> CAUTION: This email originated from outside of the organization. Do
> not click links or open attachments unless you recognize the sender
> and know the content is safe.
>
>
> On Tue, Jun 11, 2019 at 12:09:03PM +0200, Kenth Eriksson wrote
On Tue, Jun 11, 2019 at 05:27:59PM +0200, Arno O wrote:
> One more (last) question:
> since when (which Bird) -release is ECMP like this supported?
Not sure, but basic IPv4 ECMP for OSPF is very old. Some other features
(IPv6 ECMP, option 'merge paths' for BGP ECMP) are newer (~ 1.6.0).
--
Elen
One more (last) question:
since when (which Bird) -release is ECMP like this supported?
Thx
BR
Ar
Am Di., 11. Juni 2019 um 15:39 Uhr schrieb Kenth Eriksson <
kenth.eriks...@infinera.com>:
> On Tue, 2019-06-11 at 15:13 +0200, Arno O wrote:
> > all, Alexander,
> >
> > bingo, "ip route" does the j
On Tue, Jun 11, 2019 at 12:09:03PM +0200, Kenth Eriksson wrote:
> The pointer rpos in the socket io module is only restored if the rx_hook
> callback returns 1. Previously the cli_rx hook always returned
> 0. Guarantee by design that we return 1 if we are at the end of the
> socket buffer.
I don't
On Tue, Jun 11, 2019 at 12:09:02PM +0200, Kenth Eriksson wrote:
> The cli module must reset the socket io buffer rpos when all characters
> in the socket buffer has been processed.
>
> The method cli_get_command is always invoked twice for every CLI
> command, thus rxpos may also be reset at the s
On 6/11/19 3:49 PM, Ondrej Zajicek wrote:
> On Tue, Jun 11, 2019 at 01:37:42PM +, Kenth Eriksson wrote:
>> Is there a code style guide to be used when submitting patches to bird?
>> An emacs file, clang-format or similar would be useful.
>
> Hi
>
> Well, historically different parts of BIRD
Signed-off-by: Kenth Eriksson
---
.dir-locals.el | 6 ++
1 file changed, 6 insertions(+)
create mode 100644 .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index ..98b38690
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+; Bird project coding con
On Tue, Jun 11, 2019 at 01:37:42PM +, Kenth Eriksson wrote:
> Is there a code style guide to be used when submitting patches to bird?
> An emacs file, clang-format or similar would be useful.
Hi
Well, historically different parts of BIRD used different coding styles,
now we try to converge o
On Tue, Jun 11, 2019 at 02:58:33PM +0200, Kenth Eriksson wrote:
> This adds the CLI command 'configure status' so that it is possible to
> check if reconfiguration is done.
Hi
We could add this feature, but it should also report more cases
(the submitted patch covers just first two):
- progress
Is there a code style guide to be used when submitting patches to bird?
An emacs file, clang-format or similar would be useful.
Thanks,
Kenth
This adds the CLI command 'configure status' so that it is possible to
check if reconfiguration is done.
Signed-off-by: Kenth Eriksson
---
conf/conf.c | 6 ++
conf/conf.h | 1 +
sysdep/unix/config.Y | 3 +++
sysdep/unix/main.c | 7 +++
sysdep/unix/unix.h | 1 +
5 fi
Hi,
Are you sure "netstat -rn" is capable of it on Linux. Try to use "ip route".
On Tue, Jun 11, 2019 at 2:40 PM Arno O wrote:
>
> Sorry, there of course are "protocol kernel" configs. as below:
>
> # routing tables with the OS kernel. One instance per table.
> protocol kernel {
> ipv4 { # Conne
On Wed, 2019-06-05 at 07:22 +0200, Patrick Schaaf wrote:
> CAUTION: This email originated from outside of the organization. Do
> not click links or open attachments unless you recognize the sender
> and know the content is safe.
>
>
> On Tue, Jun 4, 2019 at 9:08 PM Cybertinus wrote:
> > What I d
On Tue, 2019-06-11 at 12:09 +0200, Kenth Eriksson wrote:
>
> The cli module must reset the socket io buffer rpos when all characters
> in the socket buffer has been processed.
>
> The method cli_get_command is always invoked twice for every CLI
> command, thus rxpos may also be reset at the seco
On Tue, 2019-06-11 at 14:18 +0200, Arno O wrote:
> CAUTION: This email originated from outside of the organization. Do
> not click links or open attachments unless you recognize the sender
> and know the content is safe.
>
> This topic was already discussed around March 1st 2019, without
> havin
Sorry, there of course are "protocol kernel" configs. as below:
# routing tables with the OS kernel. One instance per table.
protocol kernel {
ipv4 { # Connect protocol to IPv4 table by channel
# table master4; # Default IPv4 table is master4
import all; # Import to table, default is imp
This topic was already discussed around March 1st 2019, without having
received a clear outcome.
Now, dealing with ECMP with OSPF in Bird 2.04 on Fedora30, I run in same
problems:
-> multiple next hops to same destination (50.50.50.0/24) are in the route
table of bird:
bird> sho route
Table ma
Bernd Naumann writes:
> On 08.06.19 00:18, Toke Høiland-Jørgensen wrote:
>
>> - The algorithm is basically O(P*M*N) for inserting N routes on an
>> interface with P peers that each have M existing AllowedIPs. That is
>> not going to scale very far :/
>>
>> -Toke
>
> Hi Toke,
>
> Could you gi
On Tue, Jun 11, 2019 at 07:33:45AM +0200, Marvin Gaube wrote:
> Hello,
>
> I'm currently trying to run bird6 on a Gluon-Device (Gluon is build upon
> OpenWRT) to announce Router Advertisments. I need to announce more
> specific routes,
> ...
> Every time I'm trying to start bird with "propagate ro
Datagram sockets may return 0 and stream sockets can return 0 if the
requested number of bytes to read is 0. This may happen if the socket
buffer is full. Bird event loop will asynchronously process the socket
buffer and restore the socket rpos pointer. Thus reading data from the
socket will happen
The cli module must reset the socket io buffer rpos when all characters
in the socket buffer has been processed.
The method cli_get_command is always invoked twice for every CLI
command, thus rxpos may also be reset at the second invocation if no
newline was found and no new data is input to the s
The pointer rpos in the socket io module is only restored if the rx_hook
callback returns 1. Previously the cli_rx hook always returned
0. Guarantee by design that we return 1 if we are at the end of the
socket buffer.
Signed-off-by: Kenth Eriksson
---
sysdep/unix/main.c | 2 +-
1 file changed,
25 matches
Mail list logo