Linuxでは、次のECMPパスを作成しています。
[root@compute2 ~]# ip route add 30.1.1.1/32 nexthop via 10.1.1.10 weight 1 nexthop via 20.1.1.10 weight 1
[root@compute2 vagrant]# ip route show 30.1.1.1
30.1.1.1
nexthop via 10.1.1.10 dev eth2 weight 1
nexthop via 20.1.1.10 dev eth3 weight 1
再起動時にも設定できるように永久に作成するにはどうすればよいですか?