From 3ec09e9243dceb78e7548725281b0da8eddf72b1 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 24 Feb 2020 13:32:30 +0000 Subject: ip: ip_address_t uses ip46_address_t Type: improvement type re-use. Signed-off-by: Neale Ranns Change-Id: Ic2a2e6babf9ae66a1e53aec53a6cd157e1893dc8 --- src/vnet/api_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/api_errno.h') diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 9e261d73763..eb25f05a853 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -80,7 +80,7 @@ _(SR_POLICY_NAME_NOT_PRESENT, -84, "Segment routing policy name required") \ _(NOT_RUNNING_AS_ROOT, -85, "Not running as root") \ _(ALREADY_CONNECTED, -86, "Connection to the data plane already exists") \ _(UNSUPPORTED_JNI_VERSION, -87, "Unsupported JNI version") \ -_(FAILED_TO_ATTACH_TO_JAVA_THREAD, -88, "Failed to attach to Java thread") \ +_(IP_PREFIX_INVALID, -88, "IP prefix invalid (masked bits set in address") \ _(INVALID_WORKER, -89, "Invalid worker thread") \ _(LISP_DISABLED, -90, "LISP is disabled") \ _(CLASSIFY_TABLE_NOT_FOUND, -91, "Classify table not found") \ -- cgit 1.2.3-korg