Page MenuHomeFreeBSD

flag to switch off bootp()
AbandonedPublic

Authored by kczekirda on May 31 2017, 2:22 PM.
Tags
None
Referenced Files
F151171560: D11007.id29091.diff
Mon, Apr 6, 2:06 PM
Unknown Object (File)
Sun, Apr 5, 3:17 PM
Unknown Object (File)
Sun, Apr 5, 2:39 PM
Unknown Object (File)
Mon, Mar 23, 12:57 AM
Unknown Object (File)
Sun, Mar 22, 7:42 AM
Unknown Object (File)
Sat, Mar 21, 11:06 AM
Unknown Object (File)
Fri, Mar 13, 1:50 PM
Unknown Object (File)
Feb 28 2026, 6:22 PM
Subscribers
None

Details

Summary

In most scenarios we can switch off bootp() but requires user activity to set the flag.

Sponsored by: Oktawave

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Is is really worth it (skipping one bootp call?)

It's the only one from pxeloader. I can safety remove the same from iPXE and in summary, during boot chain I have less a half of DHCP request in network. Let's say grain by grain...

It's the only one from pxeloader. I can safety remove the same from iPXE and in summary, during boot chain I have less a half of DHCP request in network. Let's say grain by grain...

I seems you just brought back the old code, so it seems to be ok in that regard. I have to say I am not overly happy about the preprocessor spaghetti and another chunk of code which is not built by default and therefore will not get tested. So I'll rather remain in neutral position. IMO the less such exceptions, the better and considering those "user controlled" features the loader already has - I really do not see much value in most of those;)

I think it is worth a discussion on arch@ before reading this kind of build time option.
@kczekirda do you start the discussion?

In my point of view I would like to use this flag in /etc/make.conf instead of patching local src. Having this flag allow users to use it no only for me. It's only a proposal, so the end of this story only up to you.

@bapt - Yes, I do.