Remove incorrect route target information
[docs.git] / docs / user-guide / sxp-user-guide.rst
index 832acaf9e0b1032086bdd97bf5018bea8d216ae7..ea2ce60ed85c9be80e9049260492e33814c34ab5 100644 (file)
@@ -1,15 +1,17 @@
+.. _sxp-user-guide:
+
 SXP User Guide
 ==============
 
 Overview
 --------
 
-SXP (Source-Group Tag eXchange Protocol) project is an effort to enhance
+SXP (Scalable-Group Tag eXchange Protocol) project is an effort to enhance
 OpenDaylight platform with IP-SGT (IP Address to Source Group Tag)
 bindings that can be learned from connected SXP-aware network nodes. The
 current implementation supports SXP protocol version 4 according to the
 Smith, Kandula - SXP `IETF
-draft <https://tools.ietf.org/html/draft-smith-kandula-sxp-04>`__ and
+draft <https://tools.ietf.org/html/draft-smith-kandula-sxp-05>`__ and
 grouping of peers and creating filters based on ACL/Prefix-list syntax
 for filtering outbound and inbound IP-SGT bindings. All protocol legacy
 versions 1-3 are supported as well. Additionally, version 4 adds
@@ -376,6 +378,19 @@ status):
      <domain-name>global</domain-name>
     </input>
 
+-  Add Route Adds route to leader Node. PUT
+   http://127.0.0.1:8181/restconf/config/sxp-cluster-route:sxp-cluster-route/
+
+::
+
+    <sxp-cluster-route xmlns="urn:opendaylight:sxp:cluster:route">
+        <routing-definition>
+            <ip-address>80.12.43.2</ip-address>
+            <interface>eth1:0</interface>
+            <netmask>255.255.255.0</netmask>
+        </routing-definition>
+    </sxp-cluster-route>
+
 Use cases for SXP
 ~~~~~~~~~~~~~~~~~
 
@@ -426,7 +441,7 @@ soon as possible; a very efficient and effective method of propagation
 can be performed using OpenDaylight as a centralized point for relaying
 the information.
 
-OpenDayLight can create filters for exporting and receiving IP-SGT
+OpenDaylight can create filters for exporting and receiving IP-SGT
 bindings used on specific peer groups, thus can provide more complex
 maintaining of policy groups.