What's new

nvram variable for VPN policy routed IPs

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Jack Yaz

Part of the Furniture
Am I right in thinking the below is a workaround for the 1000 char limit for routers on the HND platform?

Code:
VPN_IP_LIST=$(nvram get vpn_client1_clientlist)$(nvram get vpn_client1_clientlist1)$(nvram get vpn_client1_clientlist2)$(nvram get vpn_client1_clientlist3)$(nvram get vpn_client1_clientlist4)$(nvram get vpn_client1_clientlist5)
 
Variables that are unrecognized by the firmware are limited to 256 characters. Those are are known are limited to 1000 by Broadcom.

Since that variable was added by me to the firmware, it has the 256 characters limit.
 
Ok thanks. Don't know why that didn't come up when i searched but obviously I was using the wrong terms. Thanks, I'll update my script accordingly.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top