mgmt: Fix issue with readvertisement commands always returning error code
NFD RIB commands in NLSR were previously always returning 406 errors due
to not having correct default return values for optional post-processing.
This does not appear to impede functionality but does cause incorrect
behavior on the NFD side and is blocking other changes.
Also fixes an issue where NLSR was not sending correctly formatted responses
back to commands from NFD which was raising errors.
Refs #5358
Change-Id: Iffe6a2416a6d7eafa44e17c821bf903c12ecb104
diff --git a/README-dev.md b/README-dev.md
index 00d84c3..fdd60dd 100644
--- a/README-dev.md
+++ b/README-dev.md
@@ -34,7 +34,7 @@
## Recommendations
NLSR code is subject to the code style defined
-[here](https://redmine.named-data.net/projects/nfd/wiki/CodeStyle).
+[here](https://docs.named-data.net/ndn-cxx/current/code-style.html).
NLSR Developer's guide can be found
[here](https://github.com/named-data/NLSR/blob/developers-guide/NLSR-Developers-Guide.pdf).