contiv / ofnet

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

Add support for Nicira Openflow extension #111

Closed wenyingd closed 2 years ago

wenyingd commented 5 years ago
  1. Support NX extension of actions: resubmit, output to NX register working as FgraphElem. resubmit is also working as FlowAction, for OVS supports one flow entry has multiple resubmit actions, but Flow model in ofnet has only one nextElem.
  2. Add support for NX extenstions. Extended actions include: load, move, conjunction, ct, and extended match include regX[m.n], ct_state, ct_mark, conj_id
  3. Support controller to initiate connections to OFSwitch with Unix Domain Socket.
  4. Enhance OFSwitch to support dump Openflow entries using MultipartRequest. This feature could help check flow realize status.