diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-06-01 00:24:12 +0800 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-06-02 09:11:20 +0000 |
commit | ccd4a6588c6f486f7616286b054a5ac123f5c502 (patch) | |
tree | 9f6baf68163ebe6fe1c3494665b0bf10f0ca34bd /src/plugins/gtpu/gtpu.api | |
parent | 7a27274a6137f8952c18c78f039774e5cbb44c71 (diff) |
Add l3 routing for GTP-U decap
Change-Id: Ic3c8cd58cb2b02622299cf74c9efcabd2ef2b513
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/gtpu/gtpu.api')
-rw-r--r-- | src/plugins/gtpu/gtpu.api | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/gtpu/gtpu.api b/src/plugins/gtpu/gtpu.api index b11670b3dc4..55ba03904d4 100644 --- a/src/plugins/gtpu/gtpu.api +++ b/src/plugins/gtpu/gtpu.api @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017 Intel and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -13,7 +13,7 @@ * limitations under the License. */ -/** \brief /** \brief Set or delete an GTPU tunnel +/** \brief Set or delete an GTPU tunnel @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param is_add - add address if non-zero, else delete @@ -63,7 +63,7 @@ define gtpu_tunnel_dump u32 sw_if_index; }; -/** \brief /** \brief dump details of an GTPU tunnel +/** \brief dump details of an GTPU tunnel @param context - sender context, to match reply w/ request @param sw_if_index - software index of the interface @param is_ipv6 - src_address and dst_address is ipv6 or not |