[pisa-src] r1757 - trunk/libpisa/tunnel.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2009 10:39:57 +0100

Author: biurrun
Date: Tue Nov 24 10:39:57 2009
New Revision: 1757

Log:
Remove unused PISA_TUNIF_DEFAULT_* #defines.

Modified:
   trunk/libpisa/tunnel.h

Modified: trunk/libpisa/tunnel.h
==============================================================================
--- trunk/libpisa/tunnel.h      Tue Nov 24 10:39:24 2009        (r1756)
+++ trunk/libpisa/tunnel.h      Tue Nov 24 10:39:57 2009        (r1757)
@@ -19,9 +19,6 @@
 #include "util.h"
 #include "packet.h"
 
-#define PISA_TUNIF_DEFAULT_NETWORK     "172.16.1.0"
-#define PISA_TUNIF_DEFAULT_NETMASK     "255.255.255.0"
-
 int pisa_tunnel_open_tundev(char* devname, size_t len);
 void pisa_tunnel_configure_main(const char* devname, const struct in_addr 
*ipv4, const struct in_addr *netmask, int mtu);
 void pisa_tunnel_remove_firewall_rules(const char *devname);

Other related posts:

  • » [pisa-src] r1757 - trunk/libpisa/tunnel.h - Diego Biurrun