On Thu, Nov 02, 2006 at 12:43:22PM +0100, Luca Corti wrote:
> Hello,
> 
> Is there a native way to configure interface groups in hostname.if
> instead of doing manually
> 
> ifconfig if ... group mygroup
> 
> or calling ifconfig from the hostname.if file like this
> 
> ...
> !ifconfig if group mygroup
> 
> ?
> 
> This is not documented in hostname.if(5).
> 

it is documented...the "options" part of hostname.if(5) are ifconfig(8)
options, as noted in the man page. so you could do:

        inet 10.0.0.1 255.255.255.0 10.0.0.255 group bob

jmc

Reply via email to