Project

General

Profile

Actions

Feature #22185

open

Configure MTU for interfaces directly in web UI instead of in templates

Added by Ondřej Pražák over 6 years ago. Updated about 6 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Network
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Description of problem:

Instead of having all of our users add

%pre
/usr/sbin/ip link set dev eth0 mtu 9000
/usr/sbin/ip link set dev eth0 down
/usr/sbin/ip link set dev eth0 up
%end
%post
echo "MTU=9000" >> /etc/sysconfig/network-scripts/ifcfg-eth*
%end

to their kickstarts to enable jumbo frames (and making sure they have the correct NIC set), couldn't we have a MTU field in the Primary Interface area in the hosts form?

No data to display

Actions

Also available in: Atom PDF