summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-rip__packets.hh
blob: 718191748df6b205c2302e8667f7666a3ca36b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- rip/packets.hh.orig	2012-01-11 17:56:10 UTC
+++ rip/packets.hh
@@ -586,6 +586,7 @@ private:
     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
 };