mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
9 lines
275 B
Plaintext
Executable File
9 lines
275 B
Plaintext
Executable File
config iface 'gre'
|
|
option action 'ifup'
|
|
option enabled '0'
|
|
list command 'sleep 5'
|
|
list command 'ip route add 10.10.1.1 dev $DEVICE'
|
|
list command 'ip route add 192.168.13.1 dev $DEVICE'
|
|
option description 'GRE: +routes via $DEVICE after 5s'
|
|
option interface 'gre_tun2'
|