Switching from trunk(4) to aggr(4)

2020-12-12 Thread Daniel Jakots
Hi, I've been using a LACP trunk on my apu (with the three em(4)). On top of which I have some vlans. I've been doing that for years and it's working fine. I thought about using aggr(4) instead (for no real reason). But the aggr interface stays in "status: no carrier". What I did is, I replaced

Neighbor Solicitation packets try to go out on enc0

2020-12-12 Thread Axel Rau
Hello I have a router, running rad(8). SLAAC works as expected, but I see: - - - 11:40:58.374264 rule 16/(match) [uid 0, pid 97445] block out on enc0: \ ??:??:??:34::a > ??:??:??:34:3551:6e57:d90b:5a77: \ icmp6: neighbor sol: who has ??:??:??:34:3551:6e57:d90b:5a77\ (src lladdr: 00:60:e0:5a:75:43)

Re: Making a portable version of imsg - where to find regression tests?

2020-12-12 Thread Ingo Schwarze
Hi Aisha, Aisha Tammy wrote on Sat, Dec 12, 2020 at 05:40:14PM -0500: > I was trying to create a small standalone portable version of the > imsg utilities for linux and I managed to get it compiling (yea!!) > and have put it on github [1]. I freely admit i didn't look at that. > It is also work

Making a portable version of imsg - where to find regression tests?

2020-12-12 Thread Aisha Tammy
Hi,   I was trying to create a small standalone portable version of the imsg utilities for linux and I managed to get it compiling (yea!!) and have put it on github [1]. It is also working with trivial test cases that I manually generated. For completeness, I was also trying to find regression te

Re: Making a portable version of imsg - where to find regression tests?

2020-12-12 Thread Aisha Tammy
On 12/12/20 6:18 PM, Ingo Schwarze wrote: > Hi Aisha, > > Aisha Tammy wrote on Sat, Dec 12, 2020 at 05:40:14PM -0500: > >> I was trying to create a small standalone portable version of the >> imsg utilities for linux and I managed to get it compiling (yea!!) >> and have put it on github [1]. > >