(CommandList
  children: [
    (SimpleCommand
      words: [{(echo)} {(DQ ("IPV6INIT=yes"))}]
      redirects: [(Redir op_id:Redir_DGreat fd:-1 arg_word:{($ VSub_Number "$1")} spids:[151])]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ("NM_CONTROLLED=no"))}]
      redirects: [(Redir op_id:Redir_DGreat fd:-1 arg_word:{($ VSub_Number "$1")} spids:[161])]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ("PEERDNS=yes"))}]
      redirects: [(Redir op_id:Redir_DGreat fd:-1 arg_word:{($ VSub_Number "$1")} spids:[171])]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ("ONBOOT=yes"))}]
      redirects: [(Redir op_id:Redir_DGreat fd:-1 arg_word:{($ VSub_Number "$1")} spids:[181])]
    )
    (C {(cp)} {($ VSub_Number "$1")} {(/etc/sysconfig/network-scripts/)})
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:interface)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: 
                  (CommandList
                    children: [
                      (Pipeline
                        children: [
                          (C {(echo)} {($ VSub_Number "$1")})
                          (C {(awk)} {(-F)} {(-)} {(SQ <"{ print $2 }">)})
                        ]
                        negated: False
                      )
                    ]
                  )
                left_token: <Left_CommandSub "$(">
                spids: [196 212]
              )
            }
          spids: [195]
        )
      ]
      spids: [195]
    )
    (SimpleCommand
      words: [{(/sbin/ifdown)} {($ VSub_Name "$interface")}]
      redirects: [(Redir op_id:Redir_Great fd:2 arg_word:{(/dev/null)} spids:[219])]
    )
    (SimpleCommand
      words: [{(/sbin/ifup)} {($ VSub_Name "$interface")}]
      redirects: [(Redir op_id:Redir_Great fd:2 arg_word:{(/dev/null)} spids:[226])]
    )
  ]
)