Add TODO to Segment Routing REST API
Change-Id: If22f314889519e899fcc48a1112b5c21dce4bb0c
diff --git a/BUCK b/BUCK
index 5e7a9d9..ae72b22 100644
--- a/BUCK
+++ b/BUCK
@@ -26,6 +26,12 @@
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
+ # TODO Uncomment here when policy/tunnel are supported
+ #web_context = '/onos/segmentrouting',
+ #api_title = 'Segment Routing',
+ #api_version = '1.0',
+ #api_description = 'REST API for Segment Routing',
+ #api_package = 'org.onosproject.segmentrouting',
)
onos_app (