diff options
Diffstat (limited to 'net-mgmt/send/files/patch-sendd-snd_proto.h')
-rw-r--r-- | net-mgmt/send/files/patch-sendd-snd_proto.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/send/files/patch-sendd-snd_proto.h b/net-mgmt/send/files/patch-sendd-snd_proto.h new file mode 100644 index 000000000000..81952ee068bf --- /dev/null +++ b/net-mgmt/send/files/patch-sendd-snd_proto.h @@ -0,0 +1,18 @@ +--- sendd/snd_proto.h.orig 2019-02-27 16:25:45 UTC ++++ sendd/snd_proto.h +@@ -41,11 +41,15 @@ + #define ND_OPT_CGA 11 + #define ND_OPT_SIG 12 + #define ND_OPT_TIMESTAMP 13 ++#ifndef ND_OPT_NONCE + #define ND_OPT_NONCE 14 ++#endif + #define ND_OPT_TRUST_ANCHOR 15 + #define ND_OPT_CERTIFICATE 16 + ++#ifndef ND_OPT_MAX + #define ND_OPT_MAX ND_OPT_CERTIFICATE ++#endif + + #define NDISC_OPT_SPACE(len) (((len)+2+7)&~7) + |