[augeas-devel] [Augeas] #224: ipt_match keys in iptables.aug can contain digits

Augeas trac at fedorahosted.org
Sun Nov 6 11:18:16 UTC 2011


#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




More information about the augeas-devel mailing list