|
@@ -17,7 +17,7 @@ |
|
|
block discarded – undo |
|
17
|
17
|
public const IP_LOCALHOST = '0.0.0.0'; |
|
18
|
18
|
public const IP_CALCULATE_NETWORK_IP = 'calculate'; |
|
19
|
19
|
public const IP_CALCULATE_CMD = 'ip route get 8.8.8.8 | ' |
|
20
|
|
- . 'awk \'{ for (nn=1;nn<=NF;nn++) if ($nn~"src") print $(nn+1) }\' '; |
|
|
20
|
+ . 'awk \'{ for (nn=1;nn<=NF;nn++) if ($nn~"src") print $(nn+1) }\' '; |
|
21
|
21
|
public const DEFAULT_IP = self::IP_LOCALHOST; |
|
22
|
22
|
|
|
23
|
23
|
public const KEY_PORT = 'MockServer_Port'; |
Please login to merge, or discard this patch.