diff options
author | Dave Barach <dave@barachs.net> | 2017-01-14 10:30:50 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2017-01-14 10:36:37 -0500 |
commit | 2feaffcb4af8e311b56328015bcfd82f5b15626c (patch) | |
tree | 59cdebbb5c0a4d3c41b8bea8c69a2328b97182f6 /src/vnet/api_errno.h | |
parent | 878c609889dcdc58538d40d8b3f662320f88573d (diff) |
Provision linux stack ip4 and ip6 addresses for tap interfaces
To simplify system configuration. Converted existing code to use an
argument structure, instead of [one or two too many] discrete
parameters.
Change-Id: I3eddfa74eeed918c1b04a6285fba494651594332
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet/api_errno.h')
-rw-r--r-- | src/vnet/api_errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 65e3e59121e..7166da6716c 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -35,7 +35,7 @@ _(SYSCALL_ERROR_6, -16, "System call error #6") \ _(SYSCALL_ERROR_7, -17, "System call error #7") \ _(SYSCALL_ERROR_8, -18, "System call error #8") \ _(SYSCALL_ERROR_9, -19, "System call error #9") \ -_(SYSCALL_ERROR_10, -20, "System call error #9") \ +_(SYSCALL_ERROR_10, -20, "System call error #10") \ _(FEATURE_DISABLED, -30, "Feature disabled by configuration") \ _(INVALID_REGISTRATION, -31, "Invalid registration") \ _(NEXT_HOP_NOT_IN_FIB, -50, "Next hop not in FIB") \ |