FB7.0 - ifconfig clone error - SIOCIFCREATE2: Invalid argument

2008-07-02 Thread Ross
Hi there, I've been playing with a new FB7.0 setup (using the standard iso distribution), and trying to create some vlans by doing cloning via the rc.conf cloned_interfaces command - but that fails. (I'm using bce interfaces on a HP bl760c blade, if that makes any difference) Doing manual

Re: FB7.0 - ifconfig clone error - SIOCIFCREATE2: Invalid argument

2008-07-02 Thread Ross
R My digging further shows that a patch was committed to R src/sys/net/if_clone.c (rev 1.11) which adds a new argument for R parameter data to the if_clone_create() function. Ignore my further digging (I blame the holidays), I was looking at if_clone_createif - not if_clone_create, which has a

Re: FB7.0 - ifconfig clone error - SIOCIFCREATE2: Invalid argument

2008-07-02 Thread Vince Hoffman
Ross wrote: Hi there, I've been playing with a new FB7.0 setup (using the standard iso distribution), and trying to create some vlans by doing cloning via the rc.conf cloned_interfaces command - but that fails. (I'm using bce interfaces on a HP bl760c blade, if that makes any difference)

Re[2]: FB7.0 - ifconfig clone error - SIOCIFCREATE2: Invalid argument

2008-07-02 Thread Ross
VH what command are you using exactly? it certainly works here. The standard ones! Which has gotten me confused greatly. Using yours as an example: -= [EMAIL PROTECTED] ~]# ifconfig bce0.5 create ifconfig: SIOCIFCREATE2: Invalid argument [EMAIL PROTECTED] ~]# and playing a bit: [EMAIL

Re[2]: FB7.0 - ifconfig clone error - SIOCIFCREATE2: Invalid argument

2008-07-02 Thread Ross
Doing manual testing of ifconfig xyz0 create causes the error ifconfig: SIOCIFCREATE2: Invalid argument error to come up and the interface then doesn't get created. VH what command are you using exactly? it certainly works here. After enough tinkering around, I've found the issue. Looks