Modifications to Split Stack Config
Setup params needed for dGSM
This commit is contained in:
parent
1176683f7c
commit
f14e2c7a04
6 changed files with 38 additions and 3 deletions
10
modules/rhizo_base/files/check_mdns_route
Normal file
10
modules/rhizo_base/files/check_mdns_route
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
/sbin/ip route show 239.192.23.42 | grep rhizomatica > /dev/null
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
/sbin/ip route add 239.192.23.42 dev rhizomatica
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
exit 0
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue