8 lines
122 B
Bash
8 lines
122 B
Bash
#!/bin/bash
|
|
|
|
# Fake an ifup/ifdown event
|
|
export IFACE=eth0
|
|
|
|
if-down.d/static-routes || true
|
|
if-up.d/static-routes || true
|