kamoj
Very Senior Member
After checking Voxel's github page for his R7800 build, I noticed he changed Traffic Meter's max numerical value from 6 digits to 9. Unfortunately, it would appear that the Traffic Meter binary itself—or something else—is responsible for accepting the values; anything greater than 999999 results in an error dialog of "Invalid numeric value for Monthly limit".
You can patch this yourself. Just login with eg telnet and issue this one-liner command:
Code:
sed -i "s#^exit 0#sed -i 's/\>999999\)/\>999999999\)/g' /www/traffic.js \&\nexit 0#" /etc/rc.local
Then just reboot and the fix will be inserted every time you start the router.