I am implementing a redundant LAN pseudo-driver.
I had to hack a /netinet/if_ether.c file so that arpinput will update
arp cache.
I tried to use SIOCGIFGENERIC ioctl, but vlan seems to be use the same
command.
The problem is that ifconfig use that generic command and core dumps. I
think that
ifconfig should asks vlan status only from the vlan interfaces.
If I can't use SIOCGIFGENERIC, I have to define a new ioctl command.
Are /sys/sockio.h and /net/if.c the correct files to new command?
All hints are helpfull?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message