Skip to content
Snippets Groups Projects
Commit 7f3193a6 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Default to port 1812 for radius authentication when doing 802.1x

SVN-Revision: 11890
parent 077e9a7e
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ enable_broadcom() { ...@@ -202,7 +202,7 @@ enable_broadcom() {
*) auth=2; wsec=2;; *) auth=2; wsec=2;;
esac esac
eval "${vif}_key=\"\$key\"" eval "${vif}_key=\"\$key\""
nasopts="-r \"\$${vif}_key\" -h $server -p $port" nasopts="-r \"\$${vif}_key\" -h $server -p ${port:-1812}"
;; ;;
esac esac
append vif_do_up "wsec $wsec" "$N" append vif_do_up "wsec $wsec" "$N"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment