Squashed commit of the following:
commit
ead1d556cd197942ebb231975522bdd657bcc4c3
Author: Serhii Lysenko <selysenk@cisco.com>
Date: Wed Jun 24 09:53:13 2020 -0400
stream_ip: use lowercase fragmentation policy names for verbose output
static const char* const frag_policy_names[] =
{
"no policy",
- "FIRST",
- "LINUX",
- "BSD",
- "BSD_RIGHT",
- "LAST",
- "WINDOWS",
- "SOLARIS"
+ "first",
+ "linux",
+ "bsd",
+ "bsd_right",
+ "last",
+ "windows",
+ "solaris"
};
static inline void EventAnomIpOpts(FragEngine*)