Skip to content

Instantly share code, notes, and snippets.

@major
Created November 7, 2014 21:41
Show Gist options
  • Select an option

  • Save major/3e69045fa4c86c6fe2d2 to your computer and use it in GitHub Desktop.

Select an option

Save major/3e69045fa4c86c6fe2d2 to your computer and use it in GitHub Desktop.
OVS master and Linux 3.17
--- datapath.c 2014-11-06 03:36:35.000000000 +0000
+++ datapath.c 2014-11-06 18:03:12.955385967 +0000
@@ -2148,7 +2148,7 @@
BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb));
- pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
+ pr_info("Open vSwitch switching datapath %s\n",
VERSION);
err = action_fifos_init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment