[augeas-devel] [Augeas] #157: Iptables --tcp-flags FIN, SYN, RST, ACK SYN requires a space

Augeas trac at fedorahosted.org
Fri Apr 15 22:53:20 UTC 2011


#157: Iptables --tcp-flags FIN,SYN,RST,ACK SYN requires a space
-----------------------+----------------------------------------------------
  Reporter:  tsantore  |       Owner:  lutter
      Type:  defect    |      Status:  closed
  Priority:  trivial   |   Milestone:  next  
 Component:  Augeas    |     Version:  0.7.0 
Resolution:  fixed     |    Keywords:        
-----------------------+----------------------------------------------------
Changes (by lutter):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed with commit b140acd5

 The tree for " --tcp-flags SYN,RST,ACK,FIN SYN" is
 {{{
   { "tcp-flags"
     { "mask" = "SYN" }
     { "mask" = "RST" }
     { "mask" = "ACK" }
     { "mask" = "FIN" }
     { "set" = "SYN" } }
 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/157#comment:1>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list