Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • cloned_interfaces is just shorthand for ifconfig ... create and implemented in /etc/network.subr? Are you asking why you need to call ifconfig ... create? Commented Sep 24, 2018 at 10:26
  • @RichardSmith I'm not asking why I need to call ifconfig create. You just provided partial answer as it's shorthand and something to do with /etc/network.subr. How you arrive from cloned_interfaces to /etc/network.subr? Commented Sep 24, 2018 at 13:12
  • The variables in rc.conf(5) are mostly implemented in rc.subr(8), network.subr, or one of the scripts under /etc/rc.d. It was a process of elimination with some help from grep. Commented Sep 24, 2018 at 13:23