@@ -19,6 +19,7 @@ The following platforms are supported and known to work:
19
19
* Debian (6.0 and later)
20
20
* RedHat (5.8 and later)
21
21
* CentOS (5.8 and later)
22
+ * Ubuntu (10.04 and later)
22
23
23
24
Other platforms that support ` iptables ` and the ` iptables-restore ` script
24
25
are likely to work as well; if you use one, please let me know so that I can
@@ -185,6 +186,14 @@ This would generate a file `/etc/iptables-rules` with the contents:
185
186
COMMIT
186
187
# Completed
187
188
# This file generated by Chef. Changes will be overwritten.
189
+ :PREROUTING ACCEPT [0:0]
190
+ :INPUT ACCEPT [0:0]
191
+ :FORWARD ACCEPT [0:0]
192
+ :OUTPUT ACCEPT [0:0]
193
+ :POSTROUTING ACCEPT [0:0]
194
+ COMMIT
195
+ # Completed
196
+ # This file generated by Chef. Changes will be overwritten.
188
197
*filter
189
198
:INPUT DROP [0:0]
190
199
:FORWARD ACCEPT [0:0]
@@ -200,6 +209,12 @@ This would generate a file `/etc/iptables-rules` with the contents:
200
209
-A http --proto tcp --dport 443 --jump ACCEPT
201
210
COMMIT
202
211
# Completed
212
+ # This file generated by Chef. Changes will be overwritten.
213
+ *raw
214
+ :PREROUTING ACCEPT [0:0]
215
+ :OUTPUT ACCEPT [0:0]
216
+ COMMIT
217
+ # Completed
203
218
204
219
Which results in the following iptables configuration:
205
220
@@ -248,8 +263,11 @@ Which results in the following iptables configuration:
248
263
Changes
249
264
=======
250
265
266
+ * 0.6.0 (March 19, 2014)
267
+ * Add support for the raw table (#33 - Ray Ruvinskiy)
268
+ * Add : delete semantics to iptables rules (#34 - Michael Parrott)
251
269
* 0.5.2 (March 19, 2014)
252
- * Fix #21 , error parsing node[ 'kernel'] [ 'release' ] (#30 - Michael Parrott)
270
+ * Fix #21 , error parsing node\ [ 'kernel'\]\ [ 'release'\ ] (#30 - Michael Parrott)
253
271
* 0.5.1 (March 18, 2014)
254
272
* Update README example so Chef doesn't warn duplicate resources (#32 - Michael Parrott)
255
273
* 0.5.0 (March 18, 2014)
0 commit comments