<div dir="ltr"><div>I'm cleaning up the impair code.</div><div><br></div><div>Internally, the old style #define names are in upper case vis:</div><div>  #define IMPAIR_REPLAY_FORWARD ...<br></div><div>and<br></div><div>  IMPAIR(REPLAY_FORWARD)<br></div><div>while the new ones (that take parameters) are in lower case vis:</div><div>  extern enum send_impairment impair_ike_key_length_attribute</div><div>I've merged the two but preserved the names.</div><div><br></div><div>Should the names be made consistent?<br></div><div><br></div><div><br></div></div>