Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lf_create_wanpath.py: LAN-1963 - added port verification logic #70

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

claplante-candela
Copy link
Collaborator

Check that reserved ports (ie 4001 and 4002) are not used as mgr. Request alternative if attempted.

Verified with:
./lf_create_wanpath.py --mgr 192.168.101.189 --mgr_port 4001
--wp_name test_wp-B --wl_endp test_wl-B
--log_level debug --debug

./lf_create_wanpath.py --mgr 192.168.101.189 --mgr_port 4002
--wp_name test_wp-B --wl_endp test_wl-B
--log_level debug --debug

Check that reserved ports (ie 4001 and 4002) are not used as mgr.
Request alternative if attempted.

Verified with:
./lf_create_wanpath.py --mgr 192.168.101.189 --mgr_port 4001\
                       --wp_name test_wp-B --wl_endp test_wl-B\
                       --log_level debug --debug

./lf_create_wanpath.py --mgr 192.168.101.189 --mgr_port 4002\
                       --wp_name test_wp-B --wl_endp test_wl-B\
                       --log_level debug --debug

Signed-off-by: Cameron LaPlante <[email protected]>
@a-gavin a-gavin merged commit 6c3fb2f into greearb:master Jan 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants