Fix discrepancy in config files and `bee printconfig` command
⚠️ Requests for support in an issue-format will be closed immediately. For support questions, we welcome you to our Discord.
Task
The configuration files found in https://github.com/ethersphere/bee/tree/master/packaging such as https://github.com/ethersphere/bee/blob/master/packaging/bee.yaml are either incomplete or contain deprecated / disabled options.
In /packaging
It appears that the neighborhood-suggester, target-neighborhood, and allow-private-cidrs options are all missing.
Fix:
The total set of available and non deprecated options should be reviewed and made to be the same for all bee config files from /packaging and the same set of options should print out when using the bee printconfig command.
Acceptance criteria
Once all the config files in /packaging contain all available and non deprecated options and when bee printconfig outputs those same options