summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-25 21:42:00 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-25 21:42:00 -0500
commitb309b88216b9fe461fe31ea0471e10fdd4b15e53 (patch)
treeb3c2405c00f8d785133087c95d8889848963d977 /doc
parentcc6e33885f4caf25e9e87638bb994c68573eab8b (diff)
downloadnetconfapk-b309b88216b9fe461fe31ea0471e10fdd4b15e53.tar.gz
netconfapk-b309b88216b9fe461fe31ea0471e10fdd4b15e53.tar.bz2
netconfapk-b309b88216b9fe461fe31ea0471e10fdd4b15e53.tar.xz
netconfapk-b309b88216b9fe461fe31ea0471e10fdd4b15e53.zip
Add base routing module and TBDs to roadmap
Diffstat (limited to 'doc')
-rw-r--r--doc/roadmap.rst23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/roadmap.rst b/doc/roadmap.rst
index 3eadbb4..8bed427 100644
--- a/doc/roadmap.rst
+++ b/doc/roadmap.rst
@@ -294,4 +294,25 @@ See `ietf-nat module`_.
See `ietf-network-instance module`_.
-.. _`ietf-network-instance module`: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/ietf-network-instance%402019-01-21.yang
+.. _`ietf-network-instance module`: https://github.com/YangModels/yang/raw/master/standard/ietf/RFC/ietf-network-instance%402019-01-21.yang
+
+
+
+[ ] Routing module (base)
+-------------------------
+
+See `ietf-routing module`_.
+
+.. _`ietf-routing module`: https://github.com/YangModels/yang/raw/master/standard/ietf/RFC/ietf-routing%402018-03-13.yang
+
+
+Outstanding TBDs
+````````````````
+* How do we determine when a RIB entry was modified?
+
+* Per kernel docs, the Linux kernel supports 242 user-defined RIBs in addition
+ to default and main. Do we want to expose that (feature ``multiple-ribs``)?
+
+Resolved TBDs
+`````````````
+* None.