X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=iproute%2Fsetroute.sh;h=b47b854dd0d78f22e6fa6ec9f4c0e15fc15979ab;hb=b9ae53a95b312d5a987461ac4966bcbb88e3c5b0;hp=59102fa52401414504dcf1c5d107e0ae4896c7eb;hpb=84d82932ad5d20fba956d85c903705ff2f2c6a7a;p=lab.git diff --git a/iproute/setroute.sh b/iproute/setroute.sh index 59102fa..b47b854 100755 --- a/iproute/setroute.sh +++ b/iproute/setroute.sh @@ -7,10 +7,10 @@ set -x ## INTERFACES(5) # IFACE physical name of the interface being processed -# METHOD method of the interface (e.g., static) -# MODE start if run from ifup, stop if run from ifdown -# PHASE as per MODE, but with finer granularity, distinguishing the pre- -# up, post-up, pre-down and post-down phases. +# METHOD method of the interface (e.g., static) +# MODE start if run from ifup, stop if run from ifdown +# PHASE as per MODE, but with finer granularity, distinguishing the pre- +# up, post-up, pre-down and post-down phases. # optional arugument to set default gateway manually GATEWAY=$1