0.0
No commit activity in last 3 years
No release in over 3 years
Provide a executable client and a series of APIs of Power V firewall of Lenovo. You can use the client to interact with the firewall, and you can also program with the APIs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.5.2
>= 0
~> 2.3.0

Runtime

 Project Readme

lenovo-powervfw¶ ↑

Provide a executable client and a series of APIs of Power V firewall of Lenovo. You can use the client to interact with the firewall, and you can also program with the APIs.

FEATURES/PROBLEMS:¶ ↑

  • feature

    Connect to the Power V firewall through ssh.

  • feature

    Add packet filter rules which type is deny.

SYNOPSIS:¶ ↑

require 'lenovo-powervfw'

client = Lenovo::PowerVFw.new('host', 'user', 'password')
client.add_rule('sample', {:sa => 'any', :sport => 'any', :log => 'on'})
client.close

REQUIREMENTS:¶ ↑

INSTALL:¶ ↑

sudo gem install lenovo-powervfw

Copyright © 2009-2011 Oldumy. See LICENSE for details.