~ubuntu-branches/ubuntu/trusty/openvpn/trusty-security

« back to all changes in this revision

Viewing changes to tun.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-05-05 03:06:19 UTC
  • mfrom: (10.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100505030619-cwre0snhgx1mql53
Tags: 2.1.0-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  + debian/openvpn.init.d:
    - Do not use start-stop-daemon and use </dev/null to avoid blocking boot
    - Show per-VPN result messages
    - Add "--script-security 2" by default for backwards compatablitiy
   + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc() 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1605
1605
          strerror(errno));
1606
1606
      }
1607
1607
 
 
1608
#ifdef IFF_MULTICAST /* openbsd 4.x doesn't have this */
1608
1609
      info.flags |= IFF_MULTICAST;
 
1610
#endif
1609
1611
 
1610
1612
      if (ioctl (tt->fd, TUNSIFINFO, &info) < 0) {
1611
1613
        msg (M_WARN | M_ERRNO, "Can't set interface info: %s",