Fix typo in bridge setup
This commit is contained in:
parent
dd30fd66b4
commit
26473f9c7e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class NgCtl implements LoggerAwareInterface
|
||||||
|
|
||||||
$this->logger->info(" defining etf for $rg (RG)...");
|
$this->logger->info(" defining etf for $rg (RG)...");
|
||||||
$this->exec(['mkpeer', $rg . ':', 'etf', 'lower', 'downstream']);
|
$this->exec(['mkpeer', $rg . ':', 'etf', 'lower', 'downstream']);
|
||||||
$this->exec(['name', $rg . ':', 'lower', 'laneapfilter']);
|
$this->exec(['name', $rg . ':lower', 'laneapfilter']);
|
||||||
$this->exec([
|
$this->exec([
|
||||||
'connect',
|
'connect',
|
||||||
'laneapfilter:',
|
'laneapfilter:',
|
||||||
|
|
Loading…
Reference in a new issue