Ad Schellevis

Results 310 comments of Ad Schellevis

@oittaa you could always try on our forum if someone would like to test your code.

Over the years we cleaned up quite some code in this area, but unfortunately there is some inherited magic that is hard to phase out. The logic around addressing between...

we use `pf(4)` (https://www.freebsd.org/cgi/man.cgi?pf(4)), sounds similar to https://github.com/opnsense/core/issues/4923, waiting for someone to properly document the feature (https://github.com/opnsense/docs/pull/330#issuecomment-839531339) before any code will be merged.

which is about the same concept, addresses should follow dynamic addresses for which aliases might be used.

> (from https://github.com/opnsense/core/issues/5284#issuecomment-947566519) we use `pf(4)` (https://www.freebsd.org/cgi/man.cgi?pf(4)), sounds similar to https://github.com/opnsense/core/issues/4923, waiting for someone to properly document the feature (https://github.com/opnsense/docs/pull/330#issuecomment-839531339) before any code will be merged. As long as any...

Not if the fundamentals are unclear, it's rather simple, someone should write it down (design) before starting to build anything, to prevent future issues impossible to fix further down the...

> Is it possible to first develop Martin's implementation into a plugin, as a mean to discover what is lacking (if any) down the road? I assume you mean the...

@marjohn56 ok, clear, sounds like a no as well when it comes to building a plugin.

https://docs.opnsense.org/manual/gui.html#page-navigation

I would like to advise to look at openbsd how carp is supposed to work with bgpd (https://man.openbsd.org/bgpd), stopping and starting routing services always leads to service interruptions. For OSPF...