summaryrefslogtreecommitdiffstats
path: root/release-notes
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-31 15:38:48 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-31 16:11:01 +0000
commite7579ac9c300dd8dc99a88bb5453ff995f7571ed (patch)
tree90fe63e1bb8a619096e2b2f86d52b0a6ab2789ee /release-notes
parent7f93ac8c5231775acb2f7c09af5d8496271557ca (diff)
Update BGP INET examples
- removes LU examples - moves postman collection to inet dir - updates BGP user guide Change-Id: I5844508bcd1898a9aec9b2d07fb66fb1cdf62098 Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit 33980cbf88a02a511c13d727eb6dc44d2155f571)
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc36
-rw-r--r--release-notes/src/main/asciidoc/user_guide/user_guide.adoc2
2 files changed, 2 insertions, 36 deletions
diff --git a/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc
index 4b5931caa..b89a03184 100644
--- a/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc
+++ b/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc
@@ -77,14 +77,6 @@ BGP server configuration can be verified using RESTCONF/NETCONF. We
"attributes": {
"uptodate": true
}
- },
- {
- "afi": "bgp-types:ipv4-address-family",
- "safi": "bgp-labeled-unicast:labeled-unicast-subsequent-address-family",
- "bgp-labeled-unicast:labeled-unicast-routes": {},
- "attributes": {
- "uptodate": true
- }
}
]
}
@@ -352,11 +344,6 @@ Following configuration sample show a way to configure the Application Peer:
"afi-safi-name": "openconfig-bgp-types:IPV4-UNICAST",
"receive": true,
"send-max": 0
- },
- {
- "afi-safi-name": "openconfig-bgp-types:IPV4-LABELLED-UNICAST",
- "receive": true,
- "send-max": 0
}
]
}
@@ -387,14 +374,6 @@ The Application Peer presence can be verified via REST:
"attributes": {
"uptodate": false
}
- },
- {
- "afi": "bgp-types:ipv4-address-family",
- "safi": "bgp-labeled-unicast:labeled-unicast-subsequent-address-family",
- "bgp-labeled-unicast:labeled-unicast-routes": {},
- "attributes": {
- "uptodate": false
- }
}
]
},
@@ -408,14 +387,6 @@ The Application Peer presence can be verified via REST:
"attributes": {
"uptodate": false
}
- },
- {
- "afi": "bgp-types:ipv4-address-family",
- "safi": "bgp-labeled-unicast:labeled-unicast-subsequent-address-family",
- "bgp-labeled-unicast:labeled-unicast-routes": {},
- "attributes": {
- "uptodate": false
- }
}
]
}
@@ -722,11 +693,6 @@ Also the same route should appeared in Loc-RIB now:
}
]
}
- },
- {
- "afi": "bgp-types:ipv4-address-family",
- "safi": "bgp-labeled-unicast:labeled-unicast-subsequent-address-family",
- "bgp-labeled-unicast:labeled-unicast-routes": {}
}
]
}
@@ -840,4 +806,4 @@ In order to remove persisted configuration, simply rm -rf /var/lib/honeycomb bef
== Postman collection with examples
-All the request examples can be found {project-git-web}/bgp/bgp_postman_collection?h={project-branch}[BGP postman collection]. \ No newline at end of file
+All the request examples can be found {project-git-web}/bgp/inet/bgp_inet_postman_collection.json?h={project-branch}[BGP postman collection]. \ No newline at end of file
diff --git a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
index 928882de8..268851747 100644
--- a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
+++ b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
@@ -85,4 +85,4 @@ collection]
** {project-git-web}/vpp-classifier/vpp_classifier_postman_collection.json?h={project-branch}[VPP classifier postman collection]
** {project-git-web}/vpp-classifier/policer_postman_collection.json?h={project-branch}[Policer postman collection]
* BGP plugin
-** {project-git-web}/bgp/bgp_postman_collection.json?h={project-branch}[BGP postman collection].
+** {project-git-web}/bgp/inet/bgp_inet_postman_collection.json?h={project-branch}[BGP postman collection].