Bugzilla – Attachment 74277 Details for
Bug 157737
System doesn't accept MTU setting with NM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
NM mtu hook
ifcfg-mtu-hook (text/plain), 225 bytes, created by
Juergen Orschiedt
on 2006-03-21 18:16:31 UTC
(
hide
)
Description:
NM mtu hook
Filename:
MIME Type:
Creator:
Juergen Orschiedt
Created:
2006-03-21 18:16:31 UTC
Size:
225 bytes
patch
obsolete
>#!/bin/bash ># ># hook to set proper MTU from ifcfg-xxx configuration ># >CONFIG=$1 >INTERFACE=$2 >MTU= >cd /etc/sysconfig/network >test -r ifcfg-$CONFIG && . ifcfg-$CONFIG >if [ -n "$MTU" ] ; then > ip link set $INTERFACE mtu $MTU >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 157737
:
72657
|
72658
|
72768
|
72770
|
73098
|
73099
| 74277