0

i want to remove interface port bridge from php api

$api = new RouterosAPI();
if ($api->connect($iprouter, $username, $password)) {
$api->comm('/interface/bridge/port/set', array(
'interface' => 'Wlan1',
'disabled' => 'yes'
));
$api->disconnect();
}else{}

interface on the port bridge with the name Wlan1, still not deleted

ohmyv33nus
  • 21
  • 2

0 Answers0