mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 11:25:11 +00:00
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
|