# File lib/simp/cli/config/items/data/cli_network_dhcp.rb, line 18 def validate( x ) return ['dhcp', 'static' ].include?( x.to_s.downcase ) end