session: allow custom config of segment baseva
Type: improvement Change-Id: If9ea09d652c228004492cf47854a7f6c1f8b3bc2 Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
committed by
Dave Barach
parent
148c7b7687
commit
aae177e002
@ -1905,6 +1905,8 @@ session_config_fn (vlib_main_t * vm, unformat_input_t * input)
|
||||
;
|
||||
else if (unformat (input, "enable"))
|
||||
smm->session_enable_asap = 1;
|
||||
else if (unformat (input, "segment-baseva 0x%lx", &smm->session_baseva))
|
||||
;
|
||||
else if (unformat (input, "use-app-socket-api"))
|
||||
appns_sapi_enable ();
|
||||
else
|
||||
|
Reference in New Issue
Block a user