diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-03-12 17:06:35 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-03-24 09:33:43 +0000 |
commit | a0d8705217e6f480d103e16d00fa63289019848f (patch) | |
tree | a4fe7308e6fca569c072be46a93c023f85a928d2 /resources/libraries/python/IPUtil.py | |
parent | 306b111608228b43039c1968ddfaa81bd2927b33 (diff) |
CSIT-1597 API cleanup: srv6
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/25647
- update vpp stable to version 20.05-rc0~398
Change-Id: I5ebc84a702264b0b37e3886b48ec0713d174f880
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/IPUtil.py')
-rw-r--r-- | resources/libraries/python/IPUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/IPUtil.py b/resources/libraries/python/IPUtil.py index e91cd7df82..946f2f7b72 100644 --- a/resources/libraries/python/IPUtil.py +++ b/resources/libraries/python/IPUtil.py @@ -512,7 +512,7 @@ class IPUtil: """Create prefix object. :param ip_addr: IPv4 or IPv6 address. - :para, addr_len: Length of IP address. + :param addr_len: Length of IP address. :type ip_addr: IPv4Address or IPv6Address :type addr_len: int :returns: Prefix object. |