Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 116964f5b3200013d65de1cdcf762bc7dd8540f7 Author: Martin Hundebøll martin@hundeboll.net Date: Thu Jan 12 15:54:13 2012 +0000
doc: attachments/vde2-2.3.2_frame_size.patch
116964f5b3200013d65de1cdcf762bc7dd8540f7 attachments/vde2-2.3.2_frame_size.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/attachments/vde2-2.3.2_frame_size.patch b/attachments/vde2-2.3.2_frame_size.patch new file mode 100644 index 00000000..9cb84811 --- /dev/null +++ b/attachments/vde2-2.3.2_frame_size.patch @@ -0,0 +1,12 @@ +diff -urp vde2-2.3.2-orig/src/vde_switch/port.h vde2-2.3.2/src/vde_switch/port.h +--- vde2-2.3.2-orig/src/vde_switch/port.h 2011-11-23 17:41:17.000000000 +0100 ++++ vde2-2.3.2/src/vde_switch/port.h 2012-01-12 15:35:18.496223524 +0100 +@@ -20,7 +20,7 @@ struct ethheader { + + struct packet { + struct ethheader header; +- unsigned char data[1504]; /*including trailer, IF ANY */ ++ unsigned char data[1600]; /*including trailer, IF ANY */ + }; + + struct bipacket {