ORCA UI is a web application that provides a user interface for interacting with ORCA Backend. It is built using React. ORCA UI allows users to view the network topology, manage devices, and do various configurations.
Anycast Address -> json key name “sag_ip_address”, Format should be checked and be like- 10.10.10.10/24, There should be a delete option for this. An empty value can be considered to be a delete operation.
IP Address -> json key name “ip_address”, Format should be checked and be like- 10.10.10.10/24, There should be a delete option for this. An empty value can be considered to be a delete operation.
Note -> IP Address and Anycast Address can not be assigned together, either one of them can be assigned at once. A check should be implemented.
All editable params should be available in add VLAN pop-up.
Test cases in test_vlan.py in orca_backend can be used as a reference.
Remaining params (not mentioned above) editable or non-editable, should remains as it is.
Pull orca_backend and updated dependencies, orca_nw_lib should be at version 1.3.8
VLAN Updates :
Updates ->
VLAN Member Mode update, change following ->
admin_sts -> enabled
Additional Editable Config Options ->
All editable params should be available in add VLAN pop-up. Test cases in test_vlan.py in orca_backend can be used as a reference. Remaining params (not mentioned above) editable or non-editable, should remains as it is.
Pull orca_backend and updated dependencies, orca_nw_lib should be at version 1.3.8