~ubuntu-branches/ubuntu/quantal/iproute/quantal

« back to all changes in this revision

Viewing changes to include/linux/rtnetlink.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2011-11-23 22:15:38 UTC
  • mfrom: (1.1.14) (23.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111123221538-vle47e8mp5375ruq
Tags: 20111117-1
* Imported Upstream version 3.1.0 (aka snapshot 20111117)
* Update download location in debian/copyright
  - tarballs now available from kernel.org
* Drop debian/patches/xt-v6.diff, fixed upstream.
* Refresh patches: debian/patches/moo.diff and txtdocs.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
#define RTNLGRP_PHONET_IFADDR   RTNLGRP_PHONET_IFADDR
584
584
        RTNLGRP_PHONET_ROUTE,
585
585
#define RTNLGRP_PHONET_ROUTE    RTNLGRP_PHONET_ROUTE
 
586
        RTNLGRP_DCB,
 
587
#define RTNLGRP_DCB             RTNLGRP_DCB
586
588
        __RTNLGRP_MAX
587
589
};
588
590
#define RTNLGRP_MAX     (__RTNLGRP_MAX - 1)