commit | 0ddf9b877621ba01105fd7740f0990a95a5328ce | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Fri Apr 27 15:54:42 2018 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed May 09 19:17:47 2018 +0200 |
tree | 06e771d9381506fd798731d0f7a5ab9eeff95dbb | |
parent | 847b3e7e43a11b8d1ba4df78bb5f226df561c606 [diff] [blame] |
Moving Source from connect point to HostId in MulticastHandling Change-Id: Ie8f678e150b7ee388680b8d8f27df0bce60ec01f
diff --git a/apps/mcast/web/src/main/resources/definitions/McastSourcesAdd.json b/apps/mcast/web/src/main/resources/definitions/McastSourcesAdd.json index 72910a9..d45ed19 100644 --- a/apps/mcast/web/src/main/resources/definitions/McastSourcesAdd.json +++ b/apps/mcast/web/src/main/resources/definitions/McastSourcesAdd.json
@@ -13,10 +13,10 @@ }, "items": { "type": "string", - "example": "of:0000000000000206/8", - "description": "A source connect point for the route" + "example": "00:CC:00:00:00:02/None", + "description": "A host source for the route" }, - "description": "Source connect points for the route" + "description": "Host source for the route" } } } \ No newline at end of file