X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FClassify.py;fp=resources%2Flibraries%2Fpython%2FClassify.py;h=dd3c78f44996b5b4713ea8fab580804f46d64652;hp=9a73f29ba61e8c092e680f788e260c2800a2430e;hb=b758131f3cca4047c31d74fe772168b59a56baf1;hpb=b61c774897a6cce09bd597af6124831e8aea5e8c diff --git a/resources/libraries/python/Classify.py b/resources/libraries/python/Classify.py index 9a73f29ba6..dd3c78f449 100644 --- a/resources/libraries/python/Classify.py +++ b/resources/libraries/python/Classify.py @@ -258,15 +258,15 @@ class Classify: :param advance: For add, advance value for session. (Default value = 0) :param action: 0: No action (by default) metadata is not used. 1: Classified IP packets will be looked up from the specified ipv4 - fib table (configured by metadata as VRF id). - Only valid for L3 input ACL node + fib table (configured by metadata as VRF id). + Only valid for L3 input ACL node 2: Classified IP packets will be looked up from the specified ipv6 - fib table (configured by metadata as VRF id). - Only valid for L3 input ACL node + fib table (configured by metadata as VRF id). + Only valid for L3 input ACL node 3: Classified packet will be steered to source routing policy of - given index (in metadata). - This is only valid for IPv6 packets redirected to a source - routing node. + given index (in metadata). + This is only valid for IPv6 packets redirected to a source + routing node. :param metadata: Valid only if action != 0. VRF id if action is 1 or 2. SR policy index if action is 3. (Default value = 0) :type node: dict @@ -453,15 +453,15 @@ class Classify: :param opaque_index: opaque_index of new session. (Default value = ~0) :param action: 0: No action (by default) metadata is not used. 1: Classified IP packets will be looked up from the specified ipv4 - fib table (configured by metadata as VRF id). - Only valid for L3 input ACL node + fib table (configured by metadata as VRF id). + Only valid for L3 input ACL node 2: Classified IP packets will be looked up from the specified ipv6 - fib table (configured by metadata as VRF id). - Only valid for L3 input ACL node + fib table (configured by metadata as VRF id). + Only valid for L3 input ACL node 3: Classified packet will be steered to source routing policy of - given index (in metadata). - This is only valid for IPv6 packets redirected to a source - routing node. + given index (in metadata). + This is only valid for IPv6 packets redirected to a source + routing node. :param metadata: Valid only if action != 0. VRF id if action is 1 or 2. SR policy index if action is 3. (Default value = 0) :type node: dict