This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ For example, consider a chain used to log
159
159
We can then jump to this chain from other simple_iptables_rule chains, but an automatic jump to
160
160
this chain won't be added.
161
161
162
+ By default, the name of the ` simple_iptables_resource ` is also used for an ` iptables ` comment.
163
+ This default can be overridden by explicitly specifying a ` comment ` attribute.
164
+
162
165
163
166
` simple_iptables_policy ` Resource
164
167
---------------------------------
@@ -385,6 +388,12 @@ Which results in the following iptables configuration:
385
388
386
389
Changes
387
390
=======
391
+ * 0.7.1 (Feburary 5, 2015)
392
+ * Allow setting comment for rule (#57 - TheMeier)
393
+ * Load rules on reboot on RHEL 7 and later (#58 - TheMeier)
394
+ * Use the ` simple_iptables_rule ` resource name as the comment by default (#63 - dblessing)
395
+ * Fix bug allowing duplicate entries (#60 - roman-yepishev-enoc)
396
+ * Add ChefSpec matchers (#64 - dblessing)
388
397
* 0.7.0 (September 6, 2014)
389
398
* Add ip6tables (IPv6) support (#56 - chantra)
390
399
* Add ` :none ` to one of the values that the attribute ` direction ` can be set to.
Original file line number Diff line number Diff line change 29
29
},
30
30
"recipes" : {
31
31
},
32
- "version" : " 0.7.0 "
32
+ "version" : " 0.7.1 "
33
33
}
Original file line number Diff line number Diff line change 3
3
license "BSD"
4
4
description "Simple LWRP and recipe for managing iptables rules"
5
5
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6
- version "0.7.0 "
6
+ version "0.7.1 "
7
7
name "simple_iptables"
8
8
9
9
supports "debian" , ">= 6.0"
You can’t perform that action at this time.
0 commit comments