Project

General

Profile

« Previous | Next » 

Revision 1098cb94

Added by Viktor Gurov over 3 years ago

IGMP Proxy service improvements. Fixes #12609

View differences:

src/usr/local/www/services_igmpproxy_edit.php
155 155
$iflist = get_configured_interface_with_descr();
156 156

  
157 157
foreach ($iflist as $ifnam => $ifdescr) {
158
	$optionlist[$ifnam] = $ifdescr;
158
	if (!empty($config['interfaces'][$ifnam]['ipaddr'])) {
159
		$optionlist[$ifnam] = $ifdescr;
160
	}
159 161
}
160 162

  
161 163
$section->addInput(new Form_Select(

Also available in: Unified diff