{ ok, Pid } = eovsdb_client:connect("127.0.0.1:6632", [{ database, <<"Open_vSwitch">>}]).
{ ok, Schema } = eovsdb_client:get_schema(Pid),
{ ok, DBList } = eovsdb_client:list_dbs(Pid),
{ ok, Data } = eovsdb_client:transaction(Pid, [eovsdb_op:select("*", <<"Bridge">>, [])]).
This repository has been archived by the owner on May 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Fast and simple OVSDB client written in Erlang/OTP [unmaintained]
License
shun159/eovsdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fast and simple OVSDB client written in Erlang/OTP [unmaintained]
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published