diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-09-19 13:09:55 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-09-19 13:09:55 +0000 |
commit | e6928da9178cfb76acd844636b4aa53c65a3a1f7 (patch) | |
tree | c8a8c41dd9ff70e4e025d6c0585e09ee1436d64f /test-scripts | |
parent | test scripts (diff) |
restart snmpd after anytun restart (may fix statistic problems)
Diffstat (limited to 'test-scripts')
-rwxr-xr-x | test-scripts/bin/anytun-svn-run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-scripts/bin/anytun-svn-run b/test-scripts/bin/anytun-svn-run index cf12181..077936b 100755 --- a/test-scripts/bin/anytun-svn-run +++ b/test-scripts/bin/anytun-svn-run @@ -7,4 +7,6 @@ sleep 5 sleep 5 ip route add 77.87.241.0/24 via 77.87.240.3 dev anytun0 ip link set anytun0 mtu 1400 +sleep 3 +/etc/init.d/snmpd restart exit 0 |