Class: Y2Network::Clients::Routing

Inherits:
Yast::Client
  • Object
show all
Includes:
Yast::Logger
Defined in:
src/lib/y2network/clients/routing.rb

Overview

Routing client for configuring IP Forwarding and Network Routes

Instance Method Summary collapse

Constructor Details

#initializeRouting

Constructor


52
53
54
55
# File 'src/lib/y2network/clients/routing.rb', line 52

def initialize
  textdomain "network"
  Yast.include self, "network/services/routing.rb"
end

Instance Method Details

#mainObject


57
58
59
# File 'src/lib/y2network/clients/routing.rb', line 57

def main
  log_and_return { CommandLine.Run(cmdline_definition) }
end