~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to datapath/linux/compat/exthdrs_core.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        *nexthdrp = nexthdr;
46
46
        return start;
47
47
}
 
48
EXPORT_SYMBOL_GPL(rpl_ipv6_skip_exthdr);
48
49
#endif /* Kernel version < 3.3 */
49
50
 
50
51
#ifndef HAVE_IP6_FH_F_SKIP_RH
169
170
        *offset = start;
170
171
        return nexthdr;
171
172
}
 
173
EXPORT_SYMBOL_GPL(rpl_ipv6_find_hdr);
172
174
 
173
175
#endif