Skip to content

Commit

Permalink
Merge pull request #20 from byxorna/patch-1
Browse files Browse the repository at this point in the history
Move installation=any before frequency
  • Loading branch information
zgiles authored Feb 19, 2022
2 parents f667586 + 398d524 commit 01d8a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SXTsq5AC/sxtsq5ac-wds-ospf-solo.rsc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=\
wpa-pre-shared-key=nycmeshnet wpa2-pre-shared-key=nycmeshnet

/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country="united states3" disabled=no distance=dynamic antenna-gain=0 frequency=5180 installation=any mode=wds-slave security-profile=nycmeshnet wireless-protocol=802.11 wps-mode=disabled ssid="nycmesh-wds" radio-name=("nycmesh-" . $nodenumber . "-sxt") wds-default-bridge=wds wds-mode=dynamic-mesh comment="This interface is WDS Station Mode"
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country="united states3" disabled=no distance=dynamic antenna-gain=0 installation=any frequency=5180 mode=wds-slave security-profile=nycmeshnet wireless-protocol=802.11 wps-mode=disabled ssid="nycmesh-wds" radio-name=("nycmesh-" . $nodenumber . "-sxt") wds-default-bridge=wds wds-mode=dynamic-mesh comment="This interface is WDS Station Mode"

/interface wireless connect-list
add allow-signal-out-of-range=3s interface=wlan1 security-profile=nycmeshnet signal-range=-75..120
Expand Down

0 comments on commit 01d8a92

Please sign in to comment.