/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-4.18.0-MTU.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-4.18.0-MTU.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Jan 9 22:23:26 2008 UTC (16 years, 5 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-base-4_18_0-89_el5_sme, e-smith-base-4_18_0-90_el5_sme, e-smith-base-4_18_0-100_el5_sme, e-smith-base-4_18_0-104_el5_sme, e-smith-base-4_18_0-87_el5_sme, e-smith-base-4_18_0-92_el5_sme, e-smith-base-4_18_0-103_el5_sme, e-smith-base-4_18_0-99_el5_sme, e-smith-base-4_18_0-88_el5_sme, e-smith-base-4_18_0-94_el5_sme, e-smith-base-4_18_0-101_el5_sme, e-smith-base-4_18_0-98_el5_sme, e-smith-base-4_18_0-102_el5_sme
Updates

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/ExternalInterface/10MTU mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/ExternalInterface/10MTU
2 --- e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/ExternalInterface/10MTU 1970-01-01 10:00:00.000000000 +1000
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/ExternalInterface/10MTU 2008-01-09 20:15:54.000000000 +1100
4 @@ -0,0 +1 @@
5 +1400
6 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/InternalInterface/10MTU mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/InternalInterface/10MTU
7 --- e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/InternalInterface/10MTU 1970-01-01 10:00:00.000000000 +1000
8 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/db/configuration/defaults/InternalInterface/10MTU 2008-01-09 20:15:54.000000000 +1100
9 @@ -0,0 +1 @@
10 +1400
11 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-ethX/10MTU mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-ethX/10MTU
12 --- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-ethX/10MTU 1970-01-01 10:00:00.000000000 +1000
13 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-ethX/10MTU 2008-01-09 20:10:51.000000000 +1100
14 @@ -0,0 +1,17 @@
15 +{
16 + my $mtu = undef;
17 + $OUT = '';
18 +
19 + if ($is_internal)
20 + {
21 + $mtu = $InternalInterface{MTU};
22 + }
23 + if ($is_external)
24 + {
25 + $mtu = $ExternalInterface{MTU};
26 + }
27 + if ($mtu)
28 + {
29 + $OUT .= "MTU=$mtu";
30 + }
31 +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed