]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 18:56:10 +0000 (11:56 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 18:56:10 +0000 (11:56 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 5cb5258bad3b77c5d7688f49f81e782a1296e9a5..5213b3f1b541a6ed9d3ef891589c4d362a604b38 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: d1984f7a71d8c71e875f52977639cc8a5fce1d61
-Head: 9616e68e99862edad1566689cedec97550f92b5f
+Previous: 85d498d4756189f641ebf455b0a0b9a99b4973ab
+Head: adfd51c64a3a9739daff232a42bb0b9340710d85
 Applied:
   ofed: 4dd1e98bd219ab47737ef2ff681800c11e4d56cb
   sbin: 17db168e3614d6121f3f4bdd1c4f4bf3a939554a
   sa: 9616e68e99862edad1566689cedec97550f92b5f
+  refresh-temp: adfd51c64a3a9739daff232a42bb0b9340710d85
 Unapplied:
   ibacm-release-1-0-1: 049bc06b1a959ffd0183dd421ce45ca506402d99
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..4fe3fd6
--- /dev/null
@@ -0,0 +1,35 @@
+Bottom: 8f832c4b995dc35d3fb1a25f84cf8609e7bbda3c
+Top:    cdc3cb57930cb5206ed76a1147721686da398779
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-02 11:56:10 -0700
+
+Refresh of sa
+
+---
+
+diff --git a/acm_opts.cfg b/acm_opts.cfg
+index 9e0ff0e..95ac15a 100644
+--- a/acm_opts.cfg
++++ b/acm_opts.cfg
+@@ -41,7 +41,7 @@ addr_prot acm
+ # sa - Query SA for path record data and cache results.\r
+ # acm - Use ACM multicast protocol.\r
\r
+-route_prot acm\r
++route_prot sa\r
\r
+ # server_port:\r
+ # TCP port number that the server listens on.\r
+diff --git a/src/acme.c b/src/acme.c
+index 13b852a..5a5a09a 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -109,7 +109,7 @@ static void gen_opts_temp(FILE *f)
+       fprintf(f, "# sa - Query SA for path record data and cache results.\n");
+       fprintf(f, "# acm - Use ACM multicast protocol.\n");
+       fprintf(f, "\n");
+-      fprintf(f, "route_prot acm\n");
++      fprintf(f, "route_prot sa\n");
+       fprintf(f, "\n");
+       fprintf(f, "# server_port:\n");
+       fprintf(f, "# TCP port number that the server listens on.\n");