Skip to content

Commit

Permalink
Merge pull request #40 from fabric-testbed/knit-bug-fix
Browse files Browse the repository at this point in the history
remove nat64 settings
  • Loading branch information
ywsong2 authored Sep 20, 2023
2 parents 2a8b8a1 + 1106b5d commit f91d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mflib/data_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setup_docker_app(self, node_name):
Runs the 3 commands needed to set up the docker-compose app
"""
self.install_docker()
self.setup_nat64(node_name)
#self.setup_nat64(node_name)
self.clone_repository()

def install_docker(self):
Expand Down

0 comments on commit f91d11c

Please sign in to comment.