~ubuntu-branches/ubuntu/lucid/iptables/lucid

« back to all changes in this revision

Viewing changes to include/linux/netfilter_ipv4/ipt_TOS.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen, Iain Lane, Soren Hansen
  • Date: 2008-11-15 01:27:37 UTC
  • mfrom: (5.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115012737-o3kdn2z1o9ercq10
Tags: 1.4.1.1-4ubuntu1
[ Iain Lane ]
* Merge from debian unstable (LP: #294220), remaining changes:
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.

[ Soren Hansen ]
* Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
  the howtos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _IPT_TOS_H_target
 
2
#define _IPT_TOS_H_target
 
3
 
 
4
#ifndef IPTOS_NORMALSVC
 
5
#define IPTOS_NORMALSVC 0
 
6
#endif
 
7
 
 
8
struct ipt_tos_target_info {
 
9
        u_int8_t tos;
 
10
};
 
11
 
 
12
#endif /*_IPT_TOS_H_target*/