yyang13 / ovs_nsh_patches

21 stars 16 forks source link

Matching fields with GRE+NSH #7

Open pradeepks opened 7 years ago

pradeepks commented 7 years ago

I have packet structure with following format

eth | OuterIP |GRE | NSH | Inner IP packet

Few Questions:

1) Currently I can match till GRE, But for NSH matching the diff is not upstreamed yet Does this support GRE+NSH or it just supports VXLAN+NSH

2) Does OVS Flow supports raw data[Eth+OuterIP+GRE+NSH+InnerIP] packet match. atleast from my reading ovs-ofctl, ovs-fields documentation I did not find such a thing.