Skip to content

Commit

Permalink
Merge pull request #94 from fgont/fix-overlapping-iid-codes
Browse files Browse the repository at this point in the history
Fix overlapping IID codes
  • Loading branch information
fgont authored Oct 16, 2024
2 parents 3dd8433 + 0fb85e1 commit 5cc75c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tools/libipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -582,18 +582,18 @@ struct iface_list {
#define IID_MACDERIVED 1
#define IID_ISATAP 2
#define IID_EMBEDDEDIPV4 4
#define IID_EMBEDDEDIPV4_32 8192
#define IID_EMBEDDEDIPV4_64 64
#define IID_EMBEDDEDPORT 8
#define IID_EMBEDDEDPORTREV 16
#define IID_LOWBYTE 32
#define IID_PATTERN_BYTES 128
#define IID_RANDOM 256
#define IID_TEREDO_RFC4380 512
#define IID_TEREDO_RFC5991 1024
#define IID_TEREDO_UNKNOWN 2048
#define IID_TEREDO 4096
#define IID_UNSPECIFIED 8192
#define IID_EMBEDDEDIPV4_32 8
#define IID_EMBEDDEDIPV4_64 16
#define IID_EMBEDDEDPORT 32
#define IID_EMBEDDEDPORTREV 64
#define IID_LOWBYTE 128
#define IID_PATTERN_BYTES 256
#define IID_RANDOM 512
#define IID_TEREDO_RFC4380 1024
#define IID_TEREDO_RFC5991 2048
#define IID_TEREDO_UNKNOWN 4096
#define IID_TEREDO 8192
#define IID_UNSPECIFIED 32768

/* This struture is employed by decode_ipv6_address */
struct decode6 {
Expand Down

0 comments on commit 5cc75c1

Please sign in to comment.