yast/yast-network

View on GitHub
src/lib/y2network/connection_config/ethernet.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "y2network/connection_config/base"

module Y2Network
  module ConnectionConfig
    # Configuration for ethernet connections
    class Ethernet < Base
    end
  end
end