~ubuntu-branches/ubuntu/raring/iproute/raring-proposed

« back to all changes in this revision

Viewing changes to tc/m_xt.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-22 14:10:07 UTC
  • mfrom: (1.1.15) (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120522141007-uuwicj2cx2x71vfb
Tags: 20120319-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark iproute as Multi-Arch: foreign.
  - Add cross-building support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
        return 0;
351
351
}
352
352
 
353
 
struct action_util ipt_action_util = {
354
 
        .id = "ipt",
 
353
struct action_util xt_action_util = {
 
354
        .id = "xt",
355
355
        .parse_aopt = parse_ipt,
356
356
        .print_aopt = print_ipt,
357
357
};