Package: ifupdown
Version: 0.6.8+nmu1

With the following snippet in /etc/network/interfaces

iface he-ipv6 inet6 v4tunnel
  endpoint 216.xx.xx.xx
  local 87.xx.xx.xxx
  address 2001:470:xxxx:xxxx::2
  netmask 64
  gateway 2001:470:xxxx:xxxx::1
  ttl 255
  mtu 1382

the command "ifup he-ipv6" will bring up the interface with an MTU of
1422 (as shown by "ip link show"). Setting it manually with "up ip l set
he-ipv6 mtu 1382" works, however.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to