In /logs/firmware/unblob_extracted/firmware_extract/DIR-600_fw_revb5_214b01_ALL_de_20130122/dir600b_v2.14_d1mg.bin_extract/1179788-3612812.squashfs_v4_le_extract/etc/scripts/V6IN4-TUNNEL.php line 7:
/**********************************************************/
^-- SC1127 (error): Was this intended as a comment? Use # in sh.


In /logs/firmware/unblob_extracted/firmware_extract/DIR-600_fw_revb5_214b01_ALL_de_20130122/dir600b_v2.14_d1mg.bin_extract/1179788-3612812.squashfs_v4_le_extract/etc/scripts/V6IN4-TUNNEL.php line 9:
function add_tunnel($mode, $type, $devnam, $inf, $remote, $local, $mtu)
                    ^-- SC1065 (error): Trying to declare parameters? Don't. Use () and refer to params as $1, $2..


In /logs/firmware/unblob_extracted/firmware_extract/DIR-600_fw_revb5_214b01_ALL_de_20130122/dir600b_v2.14_d1mg.bin_extract/1179788-3612812.squashfs_v4_le_extract/etc/scripts/V6IN4-TUNNEL.php line 10:
{
^-- SC1009 (info): The mentioned syntax error was in this brace group.


In /logs/firmware/unblob_extracted/firmware_extract/DIR-600_fw_revb5_214b01_ALL_de_20130122/dir600b_v2.14_d1mg.bin_extract/1179788-3612812.squashfs_v4_le_extract/etc/scripts/V6IN4-TUNNEL.php line 11:
	/* Prepare the remote/local commands. */
        ^-- SC1127 (error): Was this intended as a comment? Use # in sh.


In /logs/firmware/unblob_extracted/firmware_extract/DIR-600_fw_revb5_214b01_ALL_de_20130122/dir600b_v2.14_d1mg.bin_extract/1179788-3612812.squashfs_v4_le_extract/etc/scripts/V6IN4-TUNNEL.php line 12:
	if ($remote!="") $rcmd = " remote ".$remote
        ^-- SC1073 (error): Couldn't parse this if expression. Fix to allow more checks.
                         ^-- SC1050 (error): Expected 'then'.
                         ^-- SC1072 (error): Expected 'then'. Fix any mentioned problems and try again.
                         ^---^ SC1141 (error): Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?

For more information:
  https://www.shellcheck.net/wiki/SC1050 -- Expected 'then'.
  https://www.shellcheck.net/wiki/SC1065 -- Trying to declare parameters? Don...
  https://www.shellcheck.net/wiki/SC1127 -- Was this intended as a comment? U...

[*] Source file V6IN4-TUNNEL.php