patch-ip_iptunnel_c 591 B

1234567891011121314151617
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- iproute2-2.6.26.orig/ip/iptunnel.c 2008-07-25 22:46:07.000000000 +0200
  3. +++ iproute2-2.6.26/ip/iptunnel.c 2008-10-09 17:08:43.000000000 +0200
  4. @@ -478,13 +478,6 @@ int do_iptunnel(int argc, char **argv)
  5. break;
  6. case AF_INET:
  7. break;
  8. - /*
  9. - * This is silly enough but we have no easy way to make it
  10. - * protocol-independent because of unarranged structure between
  11. - * IPv4 and IPv6.
  12. - */
  13. - case AF_INET6:
  14. - return do_ip6tunnel(argc, argv);
  15. default:
  16. fprintf(stderr, "Unsupported family:%d\n", preferred_family);
  17. exit(-1);