View | Details | Raw Unified | Return to bug 210882 | Differences between
and this patch

Collapse All | Expand All

(-)sbin/ipfw/dummynet.c (+1 lines)
Lines 612-617 Link Here
612
	    }
612
	    }
613
	    list_flow(&bp, (struct dn_flow *)oid);
613
	    list_flow(&bp, (struct dn_flow *)oid);
614
	    printf("%s\n", bp.buf);
614
	    printf("%s\n", bp.buf);
615
	    bp_flush(&bp);
615
	    break;
616
	    break;
616
617
617
	case DN_LINK: {
618
	case DN_LINK: {

Return to bug 210882