On 2/2/19 10:56 PM, Grant Taylor wrote:
On 2/2/19 7:36 PM, Bill Kenworthy wrote:
LXC containers ??

Maybe.

I just feel like that's more heavy weight than I want.

I'm functionally running a series of ip commands to configure networking
in a special way.


You can add commands to your existing network configuration that will be run when an interface comes up. For example, in /etc/conf.d/net,

  ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"

(taken from the example file that ships with OpenRC).

Reply via email to