mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 19:56:49 +02:00
Bump up the LISP LCAF version from draft 20 to draft 22
Change-Id: If946ac5bd6159b050838d577cbea7795e15d5693
This commit is contained in:
parent
334ad69bb8
commit
d6483ccf6f
@ -30,8 +30,8 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
/**
|
||||
* Application data type LCAF address class.
|
||||
* <p>
|
||||
* Application data type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-27
|
||||
* Application data type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-27
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
@ -32,8 +32,8 @@ import static com.google.common.base.Preconditions.checkArgument;
|
||||
/**
|
||||
* List type LCAF address class.
|
||||
* <p>
|
||||
* List type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-22
|
||||
* List type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-22
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
@ -30,8 +30,8 @@ import static com.google.common.base.MoreObjects.toStringHelper;
|
||||
/**
|
||||
* Network Address Translation (NAT) address class.
|
||||
* <p>
|
||||
* Instance ID type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-12
|
||||
* Instance ID type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-12
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
@ -29,8 +29,8 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
/**
|
||||
* Instance ID type LCAF address class.
|
||||
* <p>
|
||||
* Instance ID type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-7
|
||||
* Instance ID type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-7
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
@ -30,8 +30,8 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
/**
|
||||
* Source/Dest key type LCAF address class.
|
||||
* <p>
|
||||
* Source destination key type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-19
|
||||
* Source destination key type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-19
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
@ -32,8 +32,8 @@ import static org.onosproject.lisp.msg.types.LispLcafAddress.COMMON_HEADER_SIZE;
|
||||
/**
|
||||
* Traffic Engineering (TE) type LCAF address class.
|
||||
* <p>
|
||||
* Traffic Engineering type is defined in draft-ietf-lisp-lcaf-20
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-20#page-16
|
||||
* Traffic Engineering type is defined in draft-ietf-lisp-lcaf-22
|
||||
* https://tools.ietf.org/html/draft-ietf-lisp-lcaf-22#page-16
|
||||
*
|
||||
* <pre>
|
||||
* {@literal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user