Seb,

Unfortunately, there is no /etc/dladm/datalink.conf in Solaris10. 

Once aggregation is created, ifconfig command can not plumb the interface 
again. Also, this link aggregation setup is saved somewhere and can get re-used 
across reboots. 

I can remove the aggregation by using dladm command. Then ifconfig command can 
load my driver.

Tom

bash-3.00# dladm show-aggr
key: 1 (0x0001) policy: L4      address: 0:c0:dd:10:23:d0 (auto)
           device       address                 speed           duplex  link    
state
           qlge0        0:c0:dd:10:23:d0          10000 Mbps    full    down    
standby
bash-3.00# dladm delete-aggr 1
bash-3.00# dladm show-aggr
bash-3.00# ifconfig qlge0 plumb 192.168.43.50 up
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
bge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 172.17.140.183 netmask fffffe00 broadcast 172.17.141.255
        ether 0:14:4f:7a:b2:20
qlge0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
        inet 192.168.43.50 netmask ffffff00 broadcast 192.168.43.255
        ether 0:c0:dd:10:23:d0
-- 
This message posted from opensolaris.org
_______________________________________________
driver-discuss mailing list
driver-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to