BUG-2453 Replace enums in initial configs with proper value 42/20142/2
authorMaros Marsalek <mmarsale@cisco.com>
Tue, 12 May 2015 14:55:33 +0000 (16:55 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Mon, 25 May 2015 08:39:22 +0000 (10:39 +0200)
Proper value means value defined in yang, not in generated binding classes.

Change-Id: I1f9175a4d472b92c4795d8200e60e9ca6c0ad447
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
bgp/controller-config/src/main/resources/initial/41-bgp-example.xml

index 34af29e585cdcc6ccb93b0b9c01030008fbdc26c..a2ef56e5a101c96383189d7815696b82263381a5 100644 (file)
                      "md5-channel-factory" attribute set and then add a "password" attribute here.
                      Note that the peer has to have the same password configured, otherwise the
                      connection will not be established.
-                     If peer role is not present, default value "Ibgp" will be used (allowed values are also "Ebgp" and
-                     "RrClient").
+                     If peer role is not present, default value "ibgp" will be used (allowed values are also "ebgp" and
+                     "rr-client").
                 <module>
                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer</type>
                     <name>example-bgp-peer</name>
                     <host>192.0.2.1</host>
                     <holdtimer>180</holdtimer>
-                    <peer-role>Ibgp</peer-role>
+                    <peer-role>ibgp</peer-role>
                     <rib>
                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
                         <name>example-bgp-rib</name>