X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fwireguard%2Fwireguard_send.h;h=9575b84b6590ad32ad3ac7f58c3c7f14c26399a2;hb=3be9164f80ebb1929488bbe2ee4da1d35f42c1a2;hp=4ea1f6effea56e3cdfc8adc4d4b6dca6e8bda7d1;hpb=cf527882e2fe49eda108cd63af175431222beebe;p=vpp.git diff --git a/src/plugins/wireguard/wireguard_send.h b/src/plugins/wireguard/wireguard_send.h old mode 100755 new mode 100644 index 4ea1f6effea..9575b84b659 --- a/src/plugins/wireguard/wireguard_send.h +++ b/src/plugins/wireguard/wireguard_send.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco 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: @@ -20,6 +21,7 @@ bool wg_send_keepalive (vlib_main_t * vm, wg_peer_t * peer); bool wg_send_handshake (vlib_main_t * vm, wg_peer_t * peer, bool is_retry); +void wg_send_handshake_from_mt (u32 peer_index, bool is_retry); bool wg_send_handshake_response (vlib_main_t * vm, wg_peer_t * peer); always_inline void