From c5e4867195412b0a36b7f6fd4024b8f3223bf630 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 16 Feb 2009 21:22:23 +0000 Subject: Support editing MTU value (#45394). --- lib/network/connection.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index 3a36741..65d8cb0 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -240,6 +240,8 @@ sub get_control_settings { { text => N("Allow users to manage the connection"), val => \$self->{control}{userctl}, type => "bool" }, { text => N("Start the connection at boot"), val => \$self->{control}{onboot}, type => "bool" }, { label => N("Metric"), val => \$self->{control}{metric}, advanced => 1 }, + { label => N("MTU"), val => \$self->{control}{mtu}, advanced => 1, + help => N("Maximum size of network message (MTU). If unsure, left blank.") }, ]; } -- cgit v1.2.1