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
56
# File 'src/lib/y2network/clients/routing.rb', line 52

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

Instance Method Details

#mainObject



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

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