Hi,
Just downloaded the latest LTS for OVS and OVN.
Built and installed OVS:
[root@sca15-rain06 ovn]# ovs-vsctl -V
ovs-vsctl (Open vSwitch) 3.3.4
DB Schema 8.5.1
Trying to build OVN pointing to this OVS source and I get a compiler error:
lib/actions.c: In function 'encode_SAMPLE':
lib/actions.c:4626:7: error: 'struct ofpact_sample' has no member named
'obs_domain_imm'
os->obs_domain_imm =
^
lib/actions.c:4630:11: error: 'struct ofpact_sample' has no member named
'obs_point_imm'
os->obs_point_imm = ep->lflow_uuid.parts[0];
^
lib/actions.c:4632:11: error: 'struct ofpact_sample' has no member named
'obs_point_src'
os->obs_point_src = expr_resolve_field(&sample->obs_point_id_src);
^
lib/actions.c:4634:11: error: 'struct ofpact_sample' has no member named
'obs_point_imm'
os->obs_point_imm = sample->obs_point_id;
^
make[1]: *** [lib/actions.lo] Error 1
make[1]: Leaving directory `/root/ovn'
make: *** [install] Error 2
Brendan
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss