/*
- * The following strings may be incorporated into MSGID strings. Updating
- * them therefore may require updating translations and vmsg auditing files.
+ * NOTE: The following strings may be incorporated into MSGID strings.
+ * Updating them therefore may require updating translations and vmsg
+ * auditing files in bora/messages/ to avoid breaking the build.
*/
-#define COPYRIGHT_YEARS "1998-2017"
-#define COPYRIGHT_STRING "Copyright (C) " COPYRIGHT_YEARS " " COMPANY_NAME
-#define RIGHT_RESERVED "All rights reserved."
+#define COPYRIGHT_YEARS "1998-2018" /* See the note above when changing. */
+#define COPYRIGHT_STRING "Copyright (C) " COPYRIGHT_YEARS " " COMPANY_NAME
+#define RIGHT_RESERVED "All rights reserved."
/*
* Use UTF8_COPYRIGHT_STRING_BASE when the COMPANY_NAME must be separated out
#define UPT1_F_RSS 0x0002
#define UPT1_F_RXVLAN 0x0004 /* VLAN tag stripping */
#define UPT1_F_LRO 0x0008
+#define UPT1_F_INNER_LRO 0x0010 /* LRO for Geneve/VXLAN encap packets */
#endif