"Linux - Network" library fails at step 3.2.78 due to Japanese language command outputDescription"Linux - Network" library fails at step 3.2.78 due to Japanese language command outputError example:JAVASCRIPT_CODE_FAILURE: TypeError: Cannot read property "1" from undefined (ad_hoc:EvalClosure-Split destination and mask for IPv6--1512789862; line 13). JAVASCRIPT_CODE_FAILURE: TypeError: Cannot read property "1" from undefined (ad_hoc:EvalClosure-Split destination and mask for IPv6--1512789862; line 13)Steps to Reproduce Run Linux pattern discovery towards a Japanese language environment Linux serverWorkaroundIn the 'Linux server' Pattern, navigate to the discovery identification section and proceed to 3. Linux - identity -> 3.2. Linux -Network Here are the modifications:Modification 1: Pattern step 3.2.53. Get the routes and gateway for IPv4 change field: set command detailsOld value: "route -n"New Value: "LC_ALL=C route -n"Modification 2:Pattern step 3.2.54. Get the routes and gateway for IPv6 change field: set command detailsOld value: "route -6n"New Value: "LC_ALL=C route -6n"Related Problem: PRB1717166