Thank you.
I did a test adding the following line to /etc/sysconfig/rc.local
:
/sbin/ip link set mtu 1450 dev gree0
And it seems to work.
Not sure if it should be ip
or ifconfig
, or another command. Or if the command structure is OK. All documentation I find is for Debian or RedHat.