(CommandList
  children: [
    (SimpleCommand
      words: [{(echo)} {(DQ ('IPV6INIT=yes'))}]
      redirects: [(Redir op:<Redir_DGreat '>>'> fd:16777215 arg_word:{($ VSub_Number '$1')})]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ('NM_CONTROLLED=no'))}]
      redirects: [(Redir op:<Redir_DGreat '>>'> fd:16777215 arg_word:{($ VSub_Number '$1')})]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ('PEERDNS=yes'))}]
      redirects: [(Redir op:<Redir_DGreat '>>'> fd:16777215 arg_word:{($ VSub_Number '$1')})]
    )
    (SimpleCommand
      words: [{(echo)} {(DQ ('ONBOOT=yes'))}]
      redirects: [(Redir op:<Redir_DGreat '>>'> fd:16777215 arg_word:{($ VSub_Number '$1')})]
    )
    (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: F
                      )
                    ]
                  )
                left_token: <Left_CommandSub '$('>
                spids: [196 212]
              )
            }
          spids: [195]
        )
      ]
      spids: [195]
    )
    (SimpleCommand
      words: [{(/sbin/ifdown)} {($ VSub_Name '$interface')}]
      redirects: [(Redir op:<Redir_Great '2>'> fd:2 arg_word:{(/dev/null)})]
    )
    (SimpleCommand
      words: [{(/sbin/ifup)} {($ VSub_Name '$interface')}]
      redirects: [(Redir op:<Redir_Great '2>'> fd:2 arg_word:{(/dev/null)})]
    )
  ]
)