Bug 43777 - extended-docs/windows-nt-4.2.xml should show iptables used with "--wait" parameter
extended-docs/windows-nt-4.2.xml should show iptables used with "--wait" para...
Status: NEW
Product: UCS extended documentation
Classification: Unclassified
Component: Services for Windows
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: Docu maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-09 17:42 CET by Janek Walkenhorst
Modified: 2017-03-09 17:42 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
walkenhorst: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janek Walkenhorst univentionstaff 2017-03-09 17:42:02 CET
--- a/doc/extended-docs/windows-nt-4.2.xml
+++ b/doc/extended-docs/windows-nt-4.2.xml
@@ -409,7 +409,7 @@
                </para>
 
                <programlisting language="sh">
-echo "iptables -I INPUT 1 -p udp --sport 137 -j ACCEPT" \
+echo "iptables --wait -I INPUT 1 -p udp --sport 137 -j ACCEPT" \
     &gt;&gt; /etc/security/packetfilter.d/50_local.sh
 /etc/init.d/univention-firewall restart
                </programlisting>