1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/xorp/files/patch-rip__packets.hh
Antoine Brodin 54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00

11 lines
376 B
C++

--- ./rip/packets.hh.orig 2011-03-16 21:16:12.000000000 +0000
+++ ./rip/packets.hh 2014-02-26 21:17:13.000000000 +0000
@@ -586,6 +586,7 @@
const uint8_t* _key_id; // Key number used
const uint8_t* _auth_bytes; // Auth data length at end of packet
const uint8_t* _seqno; // Monotonically increasing seqno
+public:
const uint8_t* _mbz; // Must-be-zero
};