|
Description
|
When using hostname.qfe(x)
qfe0:
192.168.1.100 netmask 255.255.255.0 broadcast + group test up
qfe1:
standby group test up
Then reboot...it will create.
qfe0
qfe0:1
qfe1
This can be reproduced in Solaris10.
1.modify files
filename: hostname.qfe0
add: 192.168.1.100 netmask 255.255.255.0 broadcast + group test up
filename: hostname.qfe1
add : standby group test up
2.reboot
3.After reboot,run ifconfig -a
-----------------------------------------------------------------------
qfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.1.100 netmask ffffff00 broadcast 192.168.1.255
groupname test
ether 8:0:20:b8:27:38
qfe0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
qfe1: flags=69000842<BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 0 index 4
inet 0.0.0.0 netmask 0
groupname test
ether 8:0:20:b8:27:39
-----------------------------------------------------------------------
qfe0:1 is up.
The issue also was found when used ge and hme NIC
-----------------------------------------------------------------------
ge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.1.105 netmask ffffff00 broadcast 192.168.1.255
groupname test
ether 8:0:20:b2:23:78
ge0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
hme0: flags=69000842<BROADCAST,RUNNING,MULTICAST,IPv4,NOFAILOVER,
STANDBY,INACTIVE> mtu 0 index 3
inet 0.0.0.0 netmask 0
groupname test
ether 8:0:20:c4:99:68
-----------------------------------------------------------------------
Although the issue happen,it will NOT influence system.
Because all code relation to this issue will be gone after
the IPMP Rearchitecture is complete.It might be best for
us just to leave it.
|