diff options
author | Ruslan Babayev <ruslan@babayev.com> | 2021-05-31 20:23:57 -0700 |
---|---|---|
committer | Ruslan Babayev <ruslan@babayev.com> | 2021-05-31 20:23:57 -0700 |
commit | 90f7008dc05a7911e8f341f77dbf5250fe895997 (patch) | |
tree | 0a279bb479d4d2d13bcd17b908046c868dd894f1 /src/plugins/nat/nat44-ed/nat44_ed.h | |
parent | 64d20e76b9108c9158b2b538cd2312d740f48103 (diff) |
nat: fix broken nat44-ed cli
snat_set_frame_queue_nelts has been replaced with
nat44_ed_set_frame_queue_nelts.
Type: fix
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
Change-Id: I8d970be71376fdbb2bfd383d4d5824a8def93bb3
Diffstat (limited to 'src/plugins/nat/nat44-ed/nat44_ed.h')
-rw-r--r-- | src/plugins/nat/nat44-ed/nat44_ed.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/nat/nat44-ed/nat44_ed.h b/src/plugins/nat/nat44-ed/nat44_ed.h index 91b3645254e..bbd5a148ed2 100644 --- a/src/plugins/nat/nat44-ed/nat44_ed.h +++ b/src/plugins/nat/nat44-ed/nat44_ed.h @@ -954,15 +954,6 @@ clib_error_t *nat44_api_hookup (vlib_main_t * vm); int snat_set_workers (uword * bitmap); /** - * @brief Set NAT plugin number of frame queue elements - * - * @param frame_queue_nelts number of worker handoff frame queue elements - * - * @return 0 on success, non-zero value otherwise - */ -int snat_set_frame_queue_nelts (u32 frame_queue_nelts); - -/** * @brief Enable/disable NAT44 feature on the interface * * @param sw_if_index software index of the interface |