Bump up the LISP LCAF version from draft 20 to draft 22

Change-Id: If946ac5bd6159b050838d577cbea7795e15d5693
This commit is contained in:
Jian Li 2016-12-12 02:26:13 +09:00
parent 334ad69bb8
commit d6483ccf6f
6 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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