~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to test/ipv6_add.c

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-s2mijwddl8nwseue
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                return 1;
56
56
        }
57
57
        
58
 
        ret = ip6_addr_add(ifname, addr, 64, NULL);
 
58
        ret = lxc_ip6_addr_add(ifname, addr, 64, NULL);
59
59
        if (ret) {
60
60
                fprintf(stderr, "failed to set %s: %s\n", 
61
61
                        ifname, strerror(-ret));