From: Sean Hefty Date: Fri, 2 Jul 2010 18:56:10 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6e3b42f5cf5618d7ad950c68b19d0737e4ecae8c;p=~shefty%2Fibacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 5cb5258..5213b3f 100644 --- 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 index 0000000..4fe3fd6 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,35 @@ +Bottom: 8f832c4b995dc35d3fb1a25f84cf8609e7bbda3c +Top: cdc3cb57930cb5206ed76a1147721686da398779 +Author: Sean Hefty +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. + # acm - Use ACM multicast protocol. + +-route_prot acm ++route_prot sa + + # server_port: + # TCP port number that the server listens on. +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");