#linux #ip #output #parse #addr #system #command

linux_ip

解析 Linux 系统上 ip addr 的输出

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2016 年 5 月 7 日

#12#addr

11KB
254

Linux::Ip::Addr

Build Status

此工具可解析 Linux ip 工具的输出

它允许从解析输出生成 ip 命令以重新生成。

它支持 Ruby 和 Rust

安装

将此行添加到您的应用程序的 Gemfile 中

gem 'linux-ip-addr'

然后执行

$ bundle

或自行安装

$ gem install linux-ip-addr

用法

TODO: 在此处编写使用说明

贡献

  1. 分叉它 ( https://github.com/[my-github-username]/linux-ip-addr/fork )
  2. 创建您的功能分支 (git checkout -b my-new-feature)
  3. 提交您的更改 (git commit -am 'Add some feature')
  4. 推送到分支 (git push origin my-new-feature)
  5. 创建新的 Pull Request

依赖项

~4MB
~78K SLoC