Closed brugger1 closed 1 day ago
I forgot to run regenerate networks.json after adding a host profile for crossroads. This pull request addresses that.
networks.json
I ran python3 dump_dir_to_networks_json.py and inspected the changes.
python3 dump_dir_to_networks_json.py
Description
I forgot to run regenerate
networks.json
after adding a host profile for crossroads. This pull request addresses that.Type of change
How Has This Been Tested?
I ran
python3 dump_dir_to_networks_json.py
and inspected the changes.Reminders:
Checklist:
[ ] I have commented my code where applicable.[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.