~james-page/ubuntu/raring/openvswitch/lts-raring-backport-dkms

« back to all changes in this revision

Viewing changes to vswitchd/ovs-brcompatd.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-07 16:00:53 UTC
  • mfrom: (5.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20120807160053-nj4pgmkn6bp8t4md
Tags: 1.4.2+git20120612-9ubuntu1
* Merge from Debian unstable; remaining changes:
  - d/control: Disable openvswitch-datapath-dkms package.
* Dropped changes:
  - d/patches/kernel_3.5_support.patch: Superceded by 
    bug-684057-ovs-ctl-Add-support-for-newer-module-name.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
    uint32_t seq;
457
457
    int error;
458
458
 
459
 
    /* Parse the command received from brcompat. */
 
459
    /* Parse the command received from brcompat_mod. */
460
460
    error = parse_command(buffer, &seq, &linux_name, NULL, &count, &skip);
461
461
    if (error) {
462
462
        return error;