-
-
branches/rel_apv_10_7_3/usr/src/sys/click/app/slb/slb_wrapper.c (Diff revision 1) Please add intendation is whole code change
-
branches/rel_apv_10_7_3/usr/src/sys/click/app/slb/slb_wrapper.c (Diff revision 1) This can cause buffer overflow please add a check or use read syscall will len
-
branches/rel_apv_10_7_3/usr/src/sys/click/app/slb/slb_wrapper.c (Diff revision 1) The comparition here is case sensitive. please use strcasecmp
TWSD-1087 : SLB: Confirmation overlay is not seen when trying to delete the virtual service in the CLI
Review Request #1426 — Created March 9, 2026 and updated
| Information | |
|---|---|
| johnson_medidi | |
| APV10 | |
| rel_apv_10_7_3 | |
| TWSD-1087 | |
| Reviewers | |
| mmiriam, pradeep, tanya | |
Added a confirmation prompt before executing the command 'no slb virtual http <name>'.
This prevents accidental deletion of SLB virtual servers.The system now asks the user to confirm the deletion
by entering 'yes' or 'no'.If the user enters 'yes', the virtual server will be deleted.
If the user enters 'no', the deletion will be cancelled.
Created SLB virtual servers VS_6 and VS_7.
Executed:no slb virtual http "VS_6"
Verified confirmation prompt appears:
Are you sure to perform the deletion 'VS_6'? (yes/no):Entered 'no' and confirmed deletion was cancelled.
Executed the command again and entered 'yes'.
Verified that VS_6 was deleted successfully.
Executed:show slb virtual all
Confirmed only VS_7 exists.
| Description | From | Last Updated |
|---|---|---|
|
Please add intendation is whole code change |
|
|
|
This can cause buffer overflow please add a check or use read syscall will len |
|
|
|
The comparition here is case sensitive. please use strcasecmp |
|
|
|
still intend in not correct |
|
|
|
lets use "challange_user" for this change. |
|
-
-
branches/rel_apv_10_7_3/usr/src/sys/click/app/slb/slb_wrapper.c (Diff revision 2) still intend in not correct
-
-
branches/rel_apv_10_7_3/usr/src/sys/click/app/slb/slb_wrapper.c (Diff revision 3) lets use "challange_user" for this change.
