contiv / ofnet

Ofnet is openflow networking library
Other
76 stars 73 forks source link

Support Nicira Openflow extensions #109

Open wenyingd opened 5 years ago

wenyingd commented 5 years ago

Hi,

I found that current flow matchfield and actions only support parts of standard Openflow messages. Do you have a plan to support Nicira extensions in flow entries?

I also found that controller only supports listen on TCP connections. Will it support Unix Domain Socket in the future?

jojimt commented 5 years ago

Will be happy to look at a PR. Can you please list the extensions that you need support for?

wenyingd commented 4 years ago

Hi @jojimt , I have created a PR to add logics for OVS extension, could you help reivew? The PR link is https://github.com/contiv/ofnet/pull/111