Skip to content

Commit

Permalink
Specify infra interface when starting ot-br-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Feb 1, 2023
1 parent 2461998 commit c32be54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def CommandFactory(args):

def ServerMain(args):
extraOptions = {
"otbr-agent": ShellCommand(["otbr-agent", "-I", "wpan0", "spinel+hdlc+uart:///dev/ttyUSB0"])
"otbr-agent": ShellCommand(["otbr-agent", "-I", "wpan0", "-B", "eth0", "spinel+hdlc+uart:///dev/ttyUSB0"])
}

with Listener(SERVER_ADDRESS) as listener:
Expand Down

0 comments on commit c32be54

Please sign in to comment.