# set interfaces openvpn vtun0 server client bar ip 10.35.0.10
# commit
[ interfaces openvpn vtun0 ]
Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/lib/perl5/NetAddr/IP/Lite.pm line 1040.
[[interfaces openvpn vtun0]] failed
Commit failedDescription
Description
Details
Details
- Version
- 1.1.8-rc1
Event Timeline
Comment Actions
The issue was with variable scoping, the variable for server subnet that was supposed to be global was instead updated in the local scope.