Skip to content
Commit e1043a4b authored by Mohammed Gamal's avatar Mohammed Gamal Committed by Boris Ostrovsky
Browse files

xen-netfront, xen-netback: Use correct minimum MTU values



RFC791 specifies the minimum MTU to be 68, while xen-net{front|back}
drivers use a minimum value of 0.

When set MTU to 0~67 with xen_net{front|back} driver, the network
will become unreachable immediately, the guest can no longer be pinged.

xen_net{front|back} should not allow the user to set this value which causes
network problems.

Reported-by: default avatarChen Shi <cheshi@redhat.com>
Signed-off-by: default avatarMohammed Gamal <mgamal@redhat.com>
Acked-by: default avatarWei Liu <wei.liu2@citrix.com>
Reviewed-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
parent eac779aa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment