Hi can anyone assist me with the corerct syntax for the terminal command:
/ip route print where active dynamic connect
currently I have the following code:
$API->write('/ip/route/print', false);
$API->write('?active', false);
$API->write('/dynamic', false);
$API->write('/connect');
- Is it correct ?
- Is “pref-src” the correct array name for that field?
Many thanks for a ny assistance.