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

« back to all changes in this revision

Viewing changes to extensions/ebt_802_3.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:
130
130
 
131
131
static struct ebt_u_match _802_3_match = 
132
132
{
133
 
        .name           = EBT_802_3_MATCH,
 
133
        .name           = "802_3",
134
134
        .size           = sizeof(struct ebt_802_3_info),
135
135
        .help           = print_help,
136
136
        .init           = init,