Skip to content

Commit

Permalink
remote/exporter: always start ser2net with tcp
Browse files Browse the repository at this point in the history
The ser2net configuration requires the tcp argument for versions >4.6.0,
since it is supported by all versions supporting the YAML configuration
starting with 4.2.0, always supply the tcp argument.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Jun 21, 2024
1 parent cad0362 commit 931feb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labgrid/remote/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _start(self, start_params):
"-d",
"-n",
"-Y",
f"connection: &con01# accepter: telnet(rfc2217,mode=server),{self.port}",
f"connection: &con01# accepter: telnet(rfc2217,mode=server),tcp,{self.port}",
"-Y",
f' connector: serialdev(nouucplock=true),{start_params["path"]},{self.local.speed}n81,local', # pylint: disable=line-too-long
"-Y",
Expand Down

0 comments on commit 931feb6

Please sign in to comment.