- public void sequential_command (
string
cmdline, out string
cmdout, out string
cmderr, out int
exit_status)
Launch a process and block this tasklet till it ends. Makes sure that
a previous call (from any other tasklet) has been completed. Returns exit status, stdout and stderr.
- public
string
iproute (string
args) throws IPROUTECommandError
An iproute wrapper
- public void iproute_exp (
string
args)
An iproute without exceptions
- public
string
iptables (string
args) throws IPTABLESCommandError
An iptables wrapper
- public void iptables_exp (
string
args)
An iptables without exceptions
- public
bool
check_ping (string
ipstr)
Check reachability of an IP