X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.h;fp=src%2Fvnet%2Fsession%2Fsession.h;h=ebaad5a93a76494ccecf3aa6b5da8db3bf6be2cb;hb=e111bbd121b7c2ca4e2a002fd8ed4ffcea5222ff;hp=4de7bb252f0e3e27fbf7ecb2b88f5e6e32775359;hpb=bc37878ecbad0a3a24801f1ad5af04a209b4c201;p=vpp.git diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index 4de7bb252f0..ebaad5a93a7 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -267,6 +267,10 @@ typedef struct session_main_ u32 local_endpoints_table_memory; u32 local_endpoints_table_buckets; + /** Transport source port allocation range */ + u16 port_allocator_min_src_port; + u16 port_allocator_max_src_port; + /** Preallocate session config parameter */ u32 preallocated_sessions;