#224: ipt_match keys in iptables.aug can contain digits
----------------------+-----------------------------------------------------
Reporter: raphink | Owner: lutter
Type: defect | Status: reopened
Priority: minor | Milestone: next
Component: Augeas | Version: devel
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Changes (by domcleal):
* status: closed => reopened
* resolution: fixed =>
Comment:
A syntax error in the lens test was introduced here:
{{{
diff --git a/lenses/tests/test_iptables.aug
b/lenses/tests/test_iptables.aug
index 19a5250..ff08d7c 100644
--- a/lenses/tests/test_iptables.aug
+++ b/lenses/tests/test_iptables.aug
@@ -220,5 +220,5 @@ test ipt_match get " --tcp-flags SYN,RST,ACK,FIN SYN"
=
{ "set" = "SYN" } }
(* Bug #224 *)
-test ipt_match get " --icmpv6-type neighbor-solicitation" = ?
+test ipt_match get " --icmpv6-type neighbor-solicitation" =
{ "icmpv6-type" = "neighbor-solicitation" }
}}}
--
Ticket URL: <https://fedorahosted.org/augeas/ticket/224#comment:2>
Augeas <http://augeas.net/>
a configuration API
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel