diff options
author | Jason Fesler <jfesler@gigo.com> | 2015-03-10 08:13:40 -0700 |
---|---|---|
committer | Jason Fesler <jfesler@gigo.com> | 2015-03-10 08:13:40 -0700 |
commit | b705374ef9fd9795760e195f35ec30e59a53028b (patch) | |
tree | fd8c395e8758a2eef63adf3501052c4900ccd829 | |
parent | 0e227b62add2a7dbb39db931ac9d845c7fb27737 (diff) | |
download | mtu1280d-b705374ef9fd9795760e195f35ec30e59a53028b.tar.gz mtu1280d-b705374ef9fd9795760e195f35ec30e59a53028b.zip |
Fix "-"
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ large packets destined to the desired IP to the netfilter queue. Example rules: ``` -iptables -t mangle -A PREROUTING -d 2001:db1::1280/128 -j -NFQUEUE --queue-num 1280 +iptables -t mangle -A PREROUTING -d 2001:db1::1280/128 -j NFQUEUE --queue-num 1280 ``` mtu1280d will, when it sees a packet > 1280 bytes long, |