Correct definition of ports for SMB used by the shaper wizard. Fixes #7434

This commit is contained in:
jim-p 2017-03-27 13:05:50 -04:00
parent 0034bbc15a
commit f15da5f3bb

View File

@ -676,7 +676,7 @@ $othersplist = array();
$othersplist['smb'] = array();
/* Microsoft SMB and friends */
$othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both');
$othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both');
$othersplist['smb'][] = array('SMB2', 'tcp', '137', '139', 'both');
$othersplist['snmp'] = array();
/* Simple network management protocol */