diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-29 16:11:09 -0400 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-10-30 09:08:11 +0000 |
commit | 97c998c2813d7cea4a067a0b8ff246cad4924bf3 (patch) | |
tree | d29a68839f287fa8975e05f17bb3c096ee51e352 /src/vnet/devices/pipe/pipe.api | |
parent | 3ae52627125a4c97bff91d43adad9bbaed42a6f5 (diff) |
docs: devices-- add FEATURES.yaml
Type: docs
Change-Id: I039ba9ad5385452b202366fba0b367506a21ea4f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/devices/pipe/pipe.api')
-rw-r--r-- | src/vnet/devices/pipe/pipe.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/devices/pipe/pipe.api b/src/vnet/devices/pipe/pipe.api index 2dc72a6ab66..457bc74075a 100644 --- a/src/vnet/devices/pipe/pipe.api +++ b/src/vnet/devices/pipe/pipe.api @@ -23,7 +23,7 @@ option version = "1.0.1"; import "vnet/interface_types.api"; -/** \brief Initialize a new pipe interface with the given paramters +/** \brief Initialize a new pipe interface with the given parameters @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param is_specified - if non-0, a specific user_instance is being requested @@ -55,7 +55,7 @@ define pipe_create_reply /** \brief Delete pipe interface @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param sw_if_index - interface index of existing pipe interface + @param sw_if_index - interface index of existing parent pipe interface */ autoreply define pipe_delete { |