Set MTU value for ipv6 interfaces

Hi,

I am trying to set mtu value for ipv6 interfaces. I know how to set it for ipv4 interfaces

ifconfig net1 mtu 1240

Do I need to add any iptype for the above command ?

Note:
OS:Solaris 10

TIA

Have you considered dladm ?

# dladm set-linkprop -p mtu=1240  net1

Hi,

Actually dladm can't be used from non global zone. Still didn't get any luck

TIA

Set it on the global zone then.?