Joachim Wiberg

Results 563 comments of Joachim Wiberg

I've been coming back to this issue a couple of time of the last 1+ year. It's annoying, to say the least. After a couple of weeks of refactoring the...

Hi Graeme, great to hear you're still with us! :) Thank you for the detailed explanation, I understand much better now what's going on. Your use-case is remarkably similar to...

OK, so I've made a little test now to both verify the functionality and demonstrate how to use 1:1 NAT with SMCRoute. It uses network namespaces, VETH pairs, a bridge,...

I'm sorry to hear that, but kernel crashes are not really the responsibility of userland applications. The kernel should handle such issues. You have the option of course of disabling...

Yes correct. You are spot on. Regardless what little old pimd does, it shouldn't crash the kernel.

Of course. And at startup pimd (master) does this by calling `getifaddrs()`, comparing that with the interfaces enabled (from command line and) in `pimd.conf`. There is of course a certain...

You know, I'm not really sure what it is you expect I should do for you here in this bug report. You've not declared how you start pimd, or what...

I'm not sure what version of pimd they are using in pfSense, but it can be one of two things, I think. First, Iirc the pimd code base doesn't support...

Related to #55, in that if #71 (this issue) is fixed a `SIGHUP` of the daemon or `smcroute add` command would rectify the situation.

A reference counter for `struct iface` does not help. All routes coming in to `smcrouted`, either via the configuration file or `smcroutectl`, are today translated into a `struct mroute`, which...