Steven Luong
e0c4e6e32d
session: session table holding free appns index
...
session table may be shared among multiple appns's.
app ns add id blue secret 1 if tap0
app ns add id red secret 1 if tap0
session table holds the last added app_ns's appns_index.
If the last app_ns is deleted, session table is not free
since there is still an appns which uses the same session
table. In that case, session table is holding the free
app_ns's appns_index and it can cause problem.
The fix is to modify appns_index in session table to hold
a vector of appns_index's instead of just the appns_index
that was last added. When the app ns is deleted, remove the
deleted appns_index from the session table's vector of
appns_index's.
Type: fix
Change-Id: Ied8bc97f185071dc89b9b56656e18efbd2995131
Signed-off-by: Steven Luong <sluong@cisco.com >
2024-11-06 18:13:01 +00:00
..
2024-03-12 19:29:56 +00:00
2024-07-03 14:11:17 +00:00
2024-03-12 19:29:56 +00:00
2024-03-18 16:01:25 +00:00
2024-10-28 09:22:42 +00:00
2024-08-29 03:06:34 -07:00
2024-03-04 09:29:12 +00:00
2024-03-12 19:29:56 +00:00
2023-12-12 14:06:19 +00:00
2024-03-12 19:29:56 +00:00
2024-10-17 13:14:15 +00:00
2024-06-25 10:32:55 +00:00
2024-04-15 23:30:55 +00:00
2024-03-12 19:29:56 +00:00
2024-10-24 12:34:38 +02:00
2024-10-08 23:33:02 +00:00
2024-10-23 18:42:07 +00:00
2024-10-17 11:53:39 +00:00
2024-10-25 09:33:03 +00:00
2024-03-18 16:01:25 +00:00
2024-03-12 19:29:56 +00:00
2024-10-22 09:05:09 +00:00
2024-04-24 12:30:01 +00:00
2024-09-05 15:06:06 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-11-04 18:07:10 +00:00
2024-11-01 22:25:45 +00:00
2024-10-28 16:18:14 +00:00
2024-03-12 19:29:56 +00:00
2024-08-07 12:07:13 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-02-12 09:59:57 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-04-02 02:39:10 +00:00
2024-09-06 14:09:48 +00:00
2024-04-24 14:33:34 +00:00
2024-03-12 19:29:56 +00:00
2024-07-23 15:22:34 +00:00
2024-10-07 16:39:42 +02:00
2024-09-09 14:43:22 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-22 10:15:55 +00:00
2024-05-13 14:57:50 +00:00
2024-05-14 07:15:12 +00:00
2024-07-31 12:24:11 +02:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-08-22 08:00:52 +00:00
2024-03-18 16:01:25 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-07-23 20:37:29 +00:00
2024-09-19 14:32:09 +00:00
2024-10-25 15:50:51 +00:00
2024-03-12 19:29:56 +00:00
2024-10-11 14:06:15 +00:00
2024-05-14 07:53:35 +00:00
2024-10-25 15:50:51 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-03-12 19:29:56 +00:00
2024-04-11 01:06:20 +00:00
2024-03-12 19:29:56 +00:00
2024-09-26 20:44:34 +00:00
2024-09-26 20:44:34 +00:00
2024-09-26 20:44:34 +00:00
2024-03-15 17:48:08 +00:00
2024-11-06 18:13:01 +00:00
2024-05-28 11:56:46 +00:00
2024-04-01 17:59:37 +00:00
2024-03-12 19:29:56 +00:00
2024-03-26 14:25:39 +00:00
2024-03-12 19:29:56 +00:00
2024-05-13 14:57:50 +00:00