ovsdb-js:ovsdb 协议的 node.js 实现

时间:2024-06-24 04:10:09
【文件属性】:

文件名称:ovsdb-js:ovsdb 协议的 node.js 实现

文件大小:50KB

文件格式:ZIP

更新时间:2024-06-24 04:10:09

JavaScript

设置OVS 克隆 git repo git clone http://github.com/flowgrammable/ovsdb-js 将目录更改为 ovsdb-js cd ovsdb-js 启动 Vagrant 环境vagrant up SSH 进入 Vagrant 环境vagrant ssh 安装 npm 依赖 `` cd /vagrant && npm install ``` 告诉 openvswitch 监听端口sudo ovs-vsctl set-manager ptcp:6640 单元测试 grunt


【文件预览】:
ovsdb-js-master
----Vagrantfile(3KB)
----index.js(232B)
----package.json(1KB)
----ofp()
--------connection.js(803B)
--------ofp10.js(3KB)
--------ofp.js(1KB)
--------server.js(758B)
----test()
--------primitives.js(5KB)
--------operations.js(75B)
----LICENSE(11KB)
----Gruntfile.js(863B)
----examples()
--------config.js(49B)
--------ovsdb-cli.js(1KB)
--------notifications.js(2KB)
----.gitignore(15B)
----lib()
--------table.js(2KB)
--------primitives.js(7KB)
--------ovsdb.js(7KB)
--------ovs.js(1KB)
--------schemas()
--------ovsdb-util.js(632B)
--------schema.js(704B)
--------operations.js(6KB)
--------column.js(1KB)
--------debug()
--------stats.js(857B)
--------test_ops.js(585B)
--------db.js(2KB)
----README.md(459B)
----util()
--------ovs_run-2.3.1(382B)
--------ovs_install-2.3.1(627B)
--------bootstrap.sh(611B)
--------nodejs_install(172B)

网友评论