PROBLEM: (QAR 51119, MCPMB54FF) (Patch ID: ASE130-017) ******* This patch fixes a problem in /var/opt/ASE130/ase/sbin/nfs_ifconfig that corrupts the memory resident routing table and subsequent netstat output (netstat -r) during ASE service failover. This can be observed by running netstat -r after such a service failover. An example of this corrupt output might look like: (/) root@belgarion# netstat -r Routing tables Destination Gateway Flags Refs Use Interface Netmasks: Inet 255.255.0.0 Inet 255.255.255.0 (16) 0000 ffff 00ff 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Route Tree for Protocol Family 2: default r2-violet UG 0 0 tu0 default (13)157f 18 0 4b00 U 1 0 tu0 10.1.1 mcbelgarion U 18 338326 mc0 unx-net r2-violet UG 0 0 tu0 red-yellow-net r2-violet UG 1 1275 tu0 The sequence of steps used to recreate the problem above is: ping useg-ase-srv..1 ifconfig tu0 alias useg-ase-srv1 netmask 255.255.255.0 ping useg-ase-srv1 ifconfig tu0 -alias useg-ase-srv1 netmask 255.255.255.0 ping useg-ase-srv1 netstat -r