PERFORCE change 126280 for review

Matus Harvan mharvan at FreeBSD.org
Mon Sep 10 11:50:09 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126280

Change 126280 by mharvan at mharvan_bike-planet on 2007/09/10 18:49:38

	update the README based on feedback from Christopher Arnold
		* libevent has to be installed
		* remove the -p option

Affected files ...

.. //depot/projects/soc2007/mharvan-mtund/mtund.src/README#5 edit
.. //depot/projects/soc2007/mharvan-mtund/mtund.src/mtund.c#15 edit

Differences ...

==== //depot/projects/soc2007/mharvan-mtund/mtund.src/README#5 (text+ko) ====

@@ -4,11 +4,12 @@
 
 On a FreeBSD system, a simple make should suffice. Before that, please
 patch your system with patches in ../sys.patches to get additional
-goodies.
+goodies. Note that you also need to install libevent, i.e., pkg_add -r
+libevent.
 
 USAGE
-server: tunneld -s -p port
-client: tunneld -c -p port host
+server: tunneld -s
+client: tunneld -c host
 
 You should set up nat on the tun interfaces. With pf:
 	nat on ral0 from !(ral0) to any -> (ral0)

==== //depot/projects/soc2007/mharvan-mtund/mtund.src/mtund.c#15 (text+ko) ====

@@ -1338,8 +1338,8 @@
 /* 	} */
 /* 	pl = load_plugin("./plugin_tcp.so"); */
 /* 	pl->name = "tcp_1234"; */
-/* 	pl = load_plugin("./plugin_icmp.so"); */
-/* 	pl->name = "icmp"; */
+	pl = load_plugin("./plugin_icmp.so");
+	pl->name = "icmp";
 	pl = load_plugin("./plugin_dns/plugin_dns.so");
 	pl->name = "dns_53";
 


More information about the p4-projects mailing list