Bug-3780: Fixed BGP user guide 15/24215/1
authorMilos Fabian <milfabia@cisco.com>
Tue, 14 Jul 2015 12:59:55 +0000 (14:59 +0200)
committerColin Dixon <colin@colindixon.com>
Thu, 16 Jul 2015 21:24:05 +0000 (21:24 +0000)
BGP peer RESTCONF example was refering to wrong rib service type

Change-Id: If00d8898f25db8e3abf39a12f2eb0cbad2ba6017
Signed-off-by: Milos Fabian <milfabia@cisco.com>
(cherry picked from commit 0c205c51f5ac7193b65c3c2f32e111339456baa0)

manuals/user-guide/src/main/asciidoc/bgpcep/odl-bgpcep-bgp-all-user.adoc

index 0dd4df7e1e762bba1c8dfa19a6f3a6e33aa45008..4eda7274a3043e5c55fb575493535177c64b2d61 100644 (file)
@@ -67,7 +67,7 @@ uncomment the module containing bgp-peer.
  <holdtimer>180</holdtimer>
  <peer-role>ibgp</peer-role>
  <rib>
-  <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
+  <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:rib-instance</type>
   <name>example-bgp-rib</name>
  </rib>
  ...
@@ -342,7 +342,7 @@ and *peer-role* (if necessary).
  <holdtimer xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">180</holdtimer>
  <peer-role xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">ibgp</peer-role>
  <rib xmlns"urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
-  <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">x:rib</type>
+  <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">x:rib-instance</type>
   <name>example-bgp-rib</name>
  </rib>
  <peer-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">