diff options
author | Pablo Camarillo <pcamaril@cisco.com> | 2019-12-18 17:13:13 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-03-12 08:31:42 +0000 |
commit | 79bfd272546dd436a4d12f0ac98571194965dab0 (patch) | |
tree | 2610496dd4a94cf3c0d4a3da1b1e7cc5855d7c71 /src/vnet/srv6/sr.api | |
parent | f2833e42c1e3721ce06b0f510447d8a6dd3e5eb4 (diff) |
sr: SRv6 uN behavior
Implements the uN behavior
Type: feature
Change-Id: Icb5efc560e09052cd183b468772cf7f799f81194
Signed-off-by: pcamaril <pcamaril@cisco.com>
Diffstat (limited to 'src/vnet/srv6/sr.api')
-rw-r--r-- | src/vnet/srv6/sr.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/srv6/sr.api b/src/vnet/srv6/sr.api index 1d696b0c897..543f3fd7d00 100644 --- a/src/vnet/srv6/sr.api +++ b/src/vnet/srv6/sr.api @@ -14,7 +14,7 @@ * limitations under the License. */ -option version = "1.2.0"; +option version = "1.2.1"; /** \brief SRv6 SID */ |