|
|
@@ -45,14 +45,15 @@
|
|
|
|
|
|
<p>
|
|
|
<label for="hostname">action</label><br>
|
|
|
- <input type="checkbox" name="action" id="action" value="accept"> accept
|
|
|
- <input type="checkbox" name="action" id="action" value="drop"> drop
|
|
|
+ <input type="radio" name="action" id="action" value="accept"> accept
|
|
|
+ <input type="radio" name="action" id="action" value="drop"> drop
|
|
|
+ <input type="radio" name="action" id="action" value="reject"> reject
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
<label for="hostname">protocol</label><br>
|
|
|
- <input type="checkbox" name="protocol" id="protocol" value="tcp"> tcp
|
|
|
- <input type="checkbox" name="protocol" id="protocol" value="udp"> udp
|
|
|
+ <input type="radio" name="protocol" id="protocol" value="tcp"> tcp
|
|
|
+ <input type="radio" name="protocol" id="protocol" value="udp"> udp
|
|
|
</p>
|
|
|
|
|
|
<p>
|