summaryrefslogtreecommitdiffstats
path: root/release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc
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 15:45:58 +0100
commit33980cbf88a02a511c13d727eb6dc44d2155f571 (patch)
tree907f50d9d21a09e3ff8c34a7e679c29333acaec1 /release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc
parent74d447efebe9adc904d477b68d37ca709112ab4c (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>
Diffstat (limited to 'release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc')
-rw-r--r--release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc36
1 files changed, 1 insertions, 35 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