From e7579ac9c300dd8dc99a88bb5453ff995f7571ed Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 31 Jan 2018 15:38:48 +0100 Subject: 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 (cherry picked from commit 33980cbf88a02a511c13d727eb6dc44d2155f571) --- .../user_guide/bgp_in_honeycomb_user_guide.adoc | 36 +--------------------- .../src/main/asciidoc/user_guide/user_guide.adoc | 2 +- 2 files changed, 2 insertions(+), 36 deletions(-) (limited to 'release-notes') 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]. -- cgit 1.2.3-korg