[Bug 265588] [TCP] - tcp send a retransmission identical sequence number packet with different payload

2022-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265588 Michael Tuexen changed: What|Removed |Added Resolution|--- |FIXED Status|In Progr

[Bug 265588] [TCP] - tcp send a retransmission identical sequence number packet with different payload

2022-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265588 --- Comment #26 from Michael Zhilin --- Hi, Is the problem solved? If yes, let's close it. Michael. -- You are receiving this mail because: You are the assignee for the bug.

Re: FRR + OSPF/BGP ECMP

2022-12-09 Thread Oleksandr Kryvulia
09.12.22 21:50, Cristian Cardoso пише: Hi I'm using FRR without compiling and ECMP is up and running, I haven't turned on any flags for this to happen. Em sex., 9 de dez. de 2022 às 07:23, Olivier Cochard-Labbé escreveu: On Fri, Dec 9, 2022 at 10:59 AM Victor Gamov wrote: Hi

Re: FRR + OSPF/BGP ECMP

2022-12-09 Thread Cristian Cardoso
Hi I'm using FRR without compiling and ECMP is up and running, I haven't turned on any flags for this to happen. Em sex., 9 de dez. de 2022 às 07:23, Olivier Cochard-Labbé < oliv...@freebsd.org> escreveu: > On Fri, Dec 9, 2022 at 10:59 AM Victor Gamov wrote: > >> Hi All >> >> Does FreeBSD suppo

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #14 from Yuichiro NAITO --- (In reply to Zhenlei Huang from comment #13) > Found an interesting bug, the ICMP request is duplicated (and hence the > duplicated ICMP reply). I don't think it is a bug of protocol stack. The fi

Re: FRR + OSPF/BGP ECMP

2022-12-09 Thread Olivier Cochard-Labbé
On Fri, Dec 9, 2022 at 10:59 AM Victor Gamov wrote: > Hi All > > Does FreeBSD support ECMP while using FRR + OSPF/BGP? > > > If compiled with MULTIPATH option, yes it should work. This option isn't enabled by default, I should enable it. Old example of a setup here: https://bsdrp.net/documentati

FRR + OSPF/BGP ECMP

2022-12-09 Thread Victor Gamov
Hi All Does FreeBSD support ECMP while using FRR + OSPF/BGP? -- CU Victor Gamov

[Bug 252596] ping to 255.255.255.255 does not set broadcast MAC

2022-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252596 --- Comment #13 from Zhenlei Huang --- (In reply to Yuichiro NAITO from comment #11) > For example, I have 'em0' interface for IPv4. > Set a route entry as 'route add 255.255.255.255 -iface em0'. > Then 'ping 255.255.255.255' works as I ex