lxc-config/hooks/evenet-routes

6 lines
169 B
Plaintext
Raw Normal View History

2015-01-28 21:22:30 +00:00
#!/bin/bash
/usr/bin/ip route add 172.16.0.0/12 via 172.16.75.1 proto static metric 100
/usr/bin/ip route add 10.0.0.0/8 via 172.16.75.1 proto static metric 100
exit 0