Created
November 7, 2014 21:41
-
-
Save major/3e69045fa4c86c6fe2d2 to your computer and use it in GitHub Desktop.
OVS master and Linux 3.17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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