In get gnmi path if a ip with mask has to be sent in url it do not accept and fails. Need some wrapper which will allow "/" as a part of url
Fixes:
created new function get_gnmi_path_decoded to accept encoded values in url
eg. : openconfig-interfaces:interfaces/interface[name=Vlan1]/openconfig-if-ethernet:ethernet/ipv4/ipv4-address[address=237.84.2.178%2f24]
above url has encoded ip new function get_gnmi_path_decoded will decode and create gnmi path.
added test case is added in orca_nw_lib to test new function
Fixes #81
Issue:
In get gnmi path if a ip with mask has to be sent in url it do not accept and fails. Need some wrapper which will allow "/" as a part of url
Fixes:
created new function
get_gnmi_path_decoded
to accept encoded values in url eg. : openconfig-interfaces:interfaces/interface[name=Vlan1]/openconfig-if-ethernet:ethernet/ipv4/ipv4-address[address=237.84.2.178%2f24] above url has encoded ip new functionget_gnmi_path_decoded
will decode and create gnmi path.added test case is added in orca_nw_lib to test new function