Franco Fichtner

Results 1154 comments of Franco Fichtner

We're using https://github.com/opnsense/pkg/commit/b93bfd925b which is the best of both worlds and a somewhat local fix to pkg. Note that pkg-static is not affected, which means curl is right that LIBPKGFLAT...

Iana files were moved to contrib/ directory which isn’t handled by opnsense-patch

Hmm some of the custom options in dhclient are no longer supported. Is this an old box that was just recently upgraded?

@Franck78 the answer to your question is simple: DHCP doesn't restart for the simple fact that it binds to all interfaces at the same time anyway. Couple the fact that...

My guess is the behaviour differs from FreeBSD 13.2 to 14.1. I can see that interfaces_configure() would be rather disruptive in general which is why you only find this in...

Did this eventually go back to working as intended?

As discussed... https://github.com/opnsense/core/commit/153d3cc267

It's more or less the reverse of https://github.com/opnsense/core/commit/8db4d8dc330 which is about to be added, but I think the use case is too narrow for this as most support the format...

I think we're almost there but the inplace regex_replace() should not be there. We can unwind using local variables for better readability/maintainability. Cheers, Franco