[hipl-dev] [Branch ~hipl-core/hipl/opp-removal] Rev 5283: remove reference to system-based opportunistic mode

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 07 Jan 2011 13:57:35 -0000

------------------------------------------------------------
revno: 5283
committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
branch nick: opp-removal
timestamp: Fri 2011-01-07 14:55:36 +0100
message:
  remove reference to system-based opportunistic mode
modified:
  firewall/firewall.c


--
lp:~hipl-core/hipl/opp-removal
https://code.launchpad.net/~hipl-core/hipl/opp-removal

Your team HIPL core team is subscribed to branch lp:~hipl-core/hipl/opp-removal.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/opp-removal/+edit-subscription
=== modified file 'firewall/firewall.c'
--- firewall/firewall.c 2011-01-07 10:50:09 +0000
+++ firewall/firewall.c 2011-01-07 13:55:36 +0000
@@ -193,7 +193,6 @@
     printf("      -I = as -i, also allow fallback to kernel ipsec when exiting 
hipfw\n");
     printf("      -e = use esp protection extension (also sets -i)\n");
     printf("      -l = activate lsi support\n");
-    printf("      -o = system-based opportunistic mode\n\n");
     printf("      -p = run with lowered priviledges. iptables rules will not 
be flushed on exit\n");
     printf("      -h = print this help\n");
 #ifdef CONFIG_HIP_MIDAUTH
@@ -1916,7 +1915,7 @@
 
     hip_set_logdebug(LOGDEBUG_ALL);
 
-    while ((ch = getopt(argc, argv, "aAbcdef:FhHiIklmopvV")) != -1) {
+    while ((ch = getopt(argc, argv, "aAbcdef:FhHiIklmpvV")) != -1) {
         switch (ch) {
         case 'A':
             accept_hip_esp_traffic_by_default = 1;

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/opp-removal] Rev 5283: remove reference to system-based opportunistic mode - noreply