op-packages/hotplug-generator/files/hotplug.config
github-actions[bot] b86d032e91 🤞 Sync 2026-04-23 06:19:46
2026-04-23 06:19:46 +08:00

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'