diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-20 13:05:38 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-20 13:05:38 +0000 |
commit | 30c1b51e4794b0c0d048e4bf52bafa0bc8ec5f8c (patch) | |
tree | f64879397f05bf8c7db31ecfa5176d4b751638e6 /usr/local | |
parent | dbdd08afe135e5eb6e2a29f9d6cdd494d449fd41 (diff) | |
download | pfsense-30c1b51e4794b0c0d048e4bf52bafa0bc8ec5f8c.zip pfsense-30c1b51e4794b0c0d048e4bf52bafa0bc8ec5f8c.tar.gz |
Add a note that interfaces part of a lagg(4) will not be shown(allowed to be assigned.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces_assign.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index bd42ff1..ba8fc9b 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -405,6 +405,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed")) <li><span class="vexpl">change the IP address of your computer</span></li> <li><span class="vexpl">renew its DHCP lease</span></li> <li><span class="vexpl">access the webConfigurator with the new IP address</span></li> + <li><span class="vexpl">interfaces that are configured as members of a lagg(4) interface will not be shown.</span></li> </ul></td> </tr> </table> |