Follow

-- コンフィグから情報取得
rtn, str = rt.command("show config | grep -w 'ip route default gateway tunnel 5 gateway pp 2 filter 1'")

-- 目的の文字列が入っていなかった場合TUNNELルーティング
if not (str) then
rt.command("ip route default gateway tunnel 5 gateway pp 2 filter 1")
rt.command("save")
else -- 目的の文字列が入っていた場合、pp 2へのルーティングを実施
rt.command("ip route default gateway pp 2")
rt.command("save")
end

lua書きづらい。
最近のコードになれるとダルさ半端ない。

Sign in to participate in the conversation
7144.party

7144民向け