]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/mroute.c
network_cmds-115.tar.gz
[apple/network_cmds.git] / netstat.tproj / mroute.c
index 03e47cc3c86e9b900ac1fe6297f8335278590608..a2d22f93246984bce898fbbc92cc3faef3717e3d 100644 (file)
@@ -100,7 +100,7 @@ mroutepr(mfcaddr, vifaddr)
        vifi_t maxvif = 0;
 
        if (mfcaddr == 0 || vifaddr == 0) {
-               printf("No multicast routing compiled into this system.\n");
+               printf("No IPv4 multicast routing compiled into this system.\n");
                return;
        }
 
@@ -141,7 +141,7 @@ mroutepr(mfcaddr, vifaddr)
                        kread((u_long)m, (char *)&mfc, sizeof mfc);
 
                        if (!banner_printed) {
-                               printf("\nMulticast Forwarding Cache\n"
+                               printf("\nIPv4 Multicast Forwarding Cache\n"
                                       " Origin          Group            "
                                       " Packets In-Vif  Out-Vifs:Ttls\n");
                                banner_printed = 1;
@@ -175,12 +175,12 @@ mrt_stats(mstaddr)
        struct mrtstat mrtstat;
 
        if (mstaddr == 0) {
-               printf("No multicast routing compiled into this system.\n");
+               printf("No IPv4 multicast routing compiled into this system.\n");
                return;
        }
 
        kread(mstaddr, (char *)&mrtstat, sizeof(mrtstat));
-       printf("multicast forwarding:\n");
+       printf("IPv4 multicast forwarding:\n");
        printf(" %10lu multicast forwarding cache lookup%s\n",
          mrtstat.mrts_mfc_lookups, plural(mrtstat.mrts_mfc_lookups));
        printf(" %10lu multicast forwarding cache miss%s\n",