mruby netlink class
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/matsumoto-r/mruby-netlink.git'
end
n = Netlink.new "eth1"
n.down
sleep 5
n.up
n.close
under the MIT License: