~ubuntu-branches/ubuntu/oneiric/openvpn/oneiric

« back to all changes in this revision

Viewing changes to forward.h

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2008-10-07 16:30:44 UTC
  • mfrom: (1.1.11 upstream) (10.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081007163044-ixx04wg588z1972e
Tags: 2.1~rc11-1ubuntu1
* Merge with Debian (LP: #279655), remaining diffs:
  - debian/openvpn.init.d: Added 'status' action to init script, show
    per-VPN result messages and add "--script-security 2" by default for
    backwards compatibility
  - debian/control: Added lsb-base>=3.2-14 depend to allow status_of_proc()
* Fixes regression when calling commands with arguments (LP: #277447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
#define PIPV4_PASSTOS         (1<<0)
76
76
#define PIPV4_MSSFIX          (1<<1)
77
77
#define PIPV4_OUTGOING        (1<<2)
 
78
#define PIPV4_EXTRACT_DHCP_ROUTER (1<<3)
78
79
 
79
80
void process_ipv4_header (struct context *c, unsigned int flags, struct buffer *buf);
80
81