Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Does "ifconfig tsec0 create" command work: (2 Items)
   
Does "ifconfig tsec0 create" command work  
Hi,

We have mpc85xx card load with QNX 6.4.1 version. We have mounted a packet-filter on tsec0 interface.  In pf module "
PFIL_IFNET_DETACH" event will be caught to remove the pfil hooks added. To generate  "PFIL_IFNET_DETACH" event the "
ifconfig tsec0 destroy" command is executed.

After that we wanted to mount the packet-filter again without restarting the card. When we tried "ifconfig tseco create"
 command to create tsec0 interface it is failing with the following error.

ifconfig: SIOCIFCREATE: Invalid argument

Please let us know if we miss anything here to create tsec0 interface.

Regards,
Ramakrishna
Re: Does "ifconfig tsec0 create" command work  
On Thu, Mar 31, 2011 at 09:46:20AM -0400, Rama Krishna wrote:
> Hi,
> 
> We have mpc85xx card load with QNX 6.4.1 version. We have mounted a
> packet-filter on tsec0 interface.  In pf module "PFIL_IFNET_DETACH"
> event will be caught to remove the pfil hooks added. To generate
> "PFIL_IFNET_DETACH" event the "ifconfig tsec0 destroy" command is
> executed.
> 
> After that we wanted to mount the packet-filter again without restarting
> the card. When we tried "ifconfig tseco create" command to create tsec0
> interface it is failing with the following error.
> 
> ifconfig: SIOCIFCREATE: Invalid argument
> 
> Please let us know if we miss anything here to create tsec0 interface.
> 

# mount -T io-pkt /lib/dll/devnp-mpc85xx.so

You can only 'ifconfig create' types listed in 'ifconfig -C'.

Regards,

-seanb