[BACK]Return to mroute6.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/mroute6.c between version 1.21 and 1.22

version 1.21, 2016/08/27 04:13:43 version 1.22, 2016/12/22 11:04:44
Line 107 
Line 107 
         case 0:          case 0:
                 printf("no IPv6 multicast routing compiled into this system\n");                  printf("no IPv6 multicast routing compiled into this system\n");
                 return;                  return;
         case IPPROTO_PIM:  
                 break;  
         default:          default:
                 printf("IPv6 multicast routing protocol %u, unknown\n",                  printf("IPv6 multicast routing protocol %u, unknown\n",
                     mrtproto);                      mrtproto);
Line 212 
Line 210 
         case 0:          case 0:
                 printf("no IPv6 multicast routing compiled into this system\n");                  printf("no IPv6 multicast routing compiled into this system\n");
                 return;                  return;
         case IPPROTO_PIM:  
                 break;  
         default:          default:
                 printf("IPv6 multicast routing protocol %u, unknown\n",                  printf("IPv6 multicast routing protocol %u, unknown\n",
                     mrt6proto);                      mrt6proto);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22