# File lib/chef/resource/ifconfig.rb, line 124
      def bootproto(arg=nil)
        set_or_return(
          :bootproto,
          arg,
          :kind_of => String
        )
      end