patch-lib_interface_c 371 B

12345678910111213
  1. --- net-tools-1.60.orig/lib/interface.c 2001-02-10 20:31:15.000000000 +0100
  2. +++ net-tools-1.60/lib/interface.c 2011-11-15 11:18:11.955750067 +0100
  3. @@ -663,8 +663,10 @@ void ife_print_long(struct interface *pt
  4. hf = ptr->type;
  5. +#if 0
  6. if (hf == ARPHRD_CSLIP || hf == ARPHRD_CSLIP6)
  7. can_compress = 1;
  8. +#endif
  9. hw = get_hwntype(hf);
  10. if (hw == NULL)