<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
Hello everyone, I am currently working on the addition of two new fields to ovs: I already followed the guideline in the FAQs adding my new field to
<b>lib/flow. h </b>and <b>lib/meta-flow. h </b>also adding support for <b>nx_put_raw()
</b>in <b>lib/nx-match.c</b>.</div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
Whenever I try to add a new flow after compiling the modified version it seems that the switch knows about the new field (no errors are thrown), but when dumping the flows it appears that it has been ignored not displaying in the flow. </div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
<br>
</div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
What am I missing? </div>
</body>
</html>