aboutsummaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/uci-defaults/12_network-generate-ula
Commit message (Collapse)AuthorAge
* base-files: reduce IPv6 ULA prefix generation to a single callPaul Donald2024-04-18
| | | | | | | | | | | Reduce calls and pipes and read from urandom once directly with hexdump for the necessary 5 bytes of random data to build the 48 bit ULA Prefix. Fewer calls and forks; finish quicker; less memory used. Tested on: 23.05.3 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
* base-files: remove shebang from uci-defaults filesAdrian Schmutzler2019-11-13
| | | | | | | | | uci-defaults are sourced and non-executable, so they do not require a shebang. While at it, apply consistent naming scheme. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* base-files: remove a 'not found' error message during system bootSteven Barth2014-10-03
| | | | | | | | | | | During boot, a not found message is displayed for systems which do not have uci 'network.globals.ula_prefix' defined in /etc/config/network. The error message itself is not used and can be ignored. Signed-off-by: Michel Stam <m.stam@fugro.nl> SVN-Revision: 42755
* base-files: use less entropy when generating ULAsSteven Barth2013-06-06
| | | | SVN-Revision: 36865
* base-files: use numerically prefixed uci-defaults namesJo-Philipp Wich2013-01-18
SVN-Revision: 35218