~ubuntu-branches/debian/sid/lldpd/sid

« back to all changes in this revision

Viewing changes to src/daemon/lldp-tlv.h

  • Committer: Package Import Robot
  • Author(s): Vincent Bernat
  • Date: 2014-07-26 10:19:24 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20140726101924-v6jtds7xures4txm
Tags: 0.7.10-1
* New upstream version.
   + Update symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define LLDP_TLV_ORG_DOT1       {0x00, 0x80, 0xc2}
37
37
#define LLDP_TLV_ORG_DOT3       {0x00, 0x12, 0x0f}
38
38
#define LLDP_TLV_ORG_MED        {0x00, 0x12, 0xbb}
 
39
#define LLDP_TLV_ORG_DCBX       {0x00, 0x1b, 0x21}
39
40
 
40
41
#define LLDP_TLV_DOT1_PVID      1
41
42
#define LLDP_TLV_DOT1_PPVID     2