public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH] fwd: Fix misspelling
@ 2025-10-24  5:48 David Gibson
  2025-10-28  0:09 ` Stefano Brivio
  0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2025-10-24  5:48 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

Mea culpa.

Fixes: 1daf6f461522 ("conf, fwd: Make ephemeral port logic more flexible")

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 fwd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fwd.c b/fwd.c
index 250cf564..31b61421 100644
--- a/fwd.c
+++ b/fwd.c
@@ -27,7 +27,7 @@
 #include "lineread.h"
 #include "flow_table.h"
 
-/* Empheral port range: values from RFC 6335 */
+/* Ephemeral port range: values from RFC 6335 */
 static in_port_t fwd_ephemeral_min = (1 << 15) + (1 << 14);
 static in_port_t fwd_ephemeral_max = NUM_PORTS - 1;
 
-- 
2.51.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fwd: Fix misspelling
  2025-10-24  5:48 [PATCH] fwd: Fix misspelling David Gibson
@ 2025-10-28  0:09 ` Stefano Brivio
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Brivio @ 2025-10-28  0:09 UTC (permalink / raw)
  To: David Gibson; +Cc: passt-dev

On Fri, 24 Oct 2025 16:48:33 +1100
David Gibson <david@gibson.dropbear.id.au> wrote:

> Mea culpa.
> 
> Fixes: 1daf6f461522 ("conf, fwd: Make ephemeral port logic more flexible")
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

Applied.

-- 
Stefano


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-28  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24  5:48 [PATCH] fwd: Fix misspelling David Gibson
2025-10-28  0:09 ` Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).