X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=blobdiff_plain;f=root-context%2Finit%2Fsliceip.init;fp=root-context%2Finit%2Fsliceip.init;h=648523b008aae372cd568456354409bb0e1b4836;hp=0000000000000000000000000000000000000000;hb=6715f1303c2bd3601fdc1d635b2c23d06a096292;hpb=df194146ab022e576b930479eb5f1a0124a67e20 diff --git a/root-context/init/sliceip.init b/root-context/init/sliceip.init new file mode 100755 index 0000000..648523b --- /dev/null +++ b/root-context/init/sliceip.init @@ -0,0 +1,10 @@ +#!/bin/bash +# required at boot-time for smooth operation of the umts-related scripts +# chkconfig: 2345 99 01 + +function start () { sed -i -e '/slcip/ d' /etc/iproute2/rt_tables ; } + +case $1 in + start) start;; + *) ;; +esac