Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370793 | Differences between
and this patch

Collapse All | Expand All

(-)iproute2-2.6.37/tc/m_xt.c (-2 / +2 lines)
Lines 343-350 print_ipt(struct action_util *au,FILE * Link Here
343
	return 0;
343
	return 0;
344
}
344
}
345
345
346
struct action_util ipt_action_util = {
346
struct action_util xt_action_util = {
347
        .id = "ipt",
347
        .id = "xt",
348
        .parse_aopt = parse_ipt,
348
        .parse_aopt = parse_ipt,
349
        .print_aopt = print_ipt,
349
        .print_aopt = print_ipt,
350
};
350
};

Return to bug 370793