|
Add support for official OVS NSH implementation. Changes include:
- New nicira fields: nsh_flags, nsh_ttl
- Different openflow protocol encoding for existing nsh fields, which are now experimenter fields.
- New nicira actions: encap, decap, dec_nsh_ttl
- Add support to existing nicira actions to be able to operate on experimenter fields: reg_load, reg_move, output_reg
- Remove items related to old nsh implementation:
- pop_nsh, push_nsh actions
- tun_gpe_np field
- write support for nsh_mdtype and nsh_np fields.
|