~ubuntu-branches/ubuntu/raring/ebtables/raring

« back to all changes in this revision

Viewing changes to extensions/ebt_ip.c

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-06-28 20:01:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628200125-kc5hc1b5w8o9cjqr
Tags: 2.0.9.1-1
* New upstream release:
  * New modules for ip6 and nflog.
* Bump Standards version to 3.8.2:
  * Catch postrm errors.
  * Specify GPL version and cleanup copyright file.
* Bump debhelper level to 7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
 
328
328
static struct ebt_u_match ip_match =
329
329
{
330
 
        .name           = EBT_IP_MATCH,
 
330
        .name           = "ip",
331
331
        .size           = sizeof(struct ebt_ip_info),
332
332
        .help           = print_help,
333
333
        .init           = init,