X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fnetflow.c;h=50ab80a69e0e8388231cd2e619e809d9a500b985;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=3d913af2c609fc23d032e8305ddf7f12a4c0405f;hpb=90a249dc93ccabd398b64092121b07e5af2d8c2d;p=sliver-openvswitch.git diff --git a/ofproto/netflow.c b/ofproto/netflow.c index 3d913af2c..50ab80a69 100644 --- a/ofproto/netflow.c +++ b/ofproto/netflow.c @@ -94,8 +94,8 @@ struct netflow { uint8_t engine_id; /* Value of engine_id to use. */ long long int boot_time; /* Time when netflow_create() was called. */ struct collectors *collectors; /* NetFlow collectors. */ - bool add_id_to_iface; /* Put the 7 least signficiant bits of - * 'engine_id' into the most signficant + bool add_id_to_iface; /* Put the 7 least signficiant bits of + * 'engine_id' into the most signficant * bits of the interface fields. */ uint32_t netflow_cnt; /* Flow sequence number for NetFlow. */ struct ofpbuf packet; /* NetFlow packet being accumulated. */