Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vyatta-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vyatta-utils

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Vyatta utils

仮想ルータVyattaのユーティリティ

現在ある機能

  • コンフィグファイルをコマンドライン形式へのコンバート

インストール手順

githubから

$ git clone git://github.com/tumf/vyatta-utils.git
$ cd vyatta-utils
$ bundle install

RubyGemsから

$ gem install vyatta-utils

config->command 変換

Vyattaのconfigをコマンドライン形式に変換する。

$ vyatta-config2command 変換したいコンフィグファイル -o 出力先コマンドファイル

入力先ファイルの指定を省略した場合は標準入力から入力する。 出力先ファイルの指定を省略した場合は標準出力に出力する。

config解析用のパーサ生成

lib/vyatta-utils/config.yを修正したときには以下のコマンドでパーサを更新する。

$ racc lib/vyatta-utils/config.y -o lib/vyatta-utils/config_parser.rb

FAQs

Package last updated on 20 Jan 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc