From 2b8e5ff180de4c2b0f11bc41ec5ba05a9f3eb6cb Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Tue, 3 Jun 2014 10:40:44 -0700 Subject: [PATCH] Add dual stack option to the set of flags possible. --- src/XrdOuc/XrdOucErrInfo.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/XrdOuc/XrdOucErrInfo.hh b/src/XrdOuc/XrdOucErrInfo.hh index 660aa505afd..4ee2885eeae 100644 --- a/src/XrdOuc/XrdOucErrInfo.hh +++ b/src/XrdOuc/XrdOucErrInfo.hh @@ -62,7 +62,9 @@ static const int uUrlOK = 0x40000000; //! ucap: Supports url redirects static const int uMProt = 0x20000000; //! ucap: Supports multiple protocols static const int uReadR = 0x10000000; //! ucap: Supports read redirects static const int uIPv4 = 0x08000000; //! ucap: Supports only IPv4 info -static const int uPrip = 0x04000000; //! ucap: Client is on a private net +static const int uIPv64 = 0x04000000; //! ucap: Supports IPv6|IPv4 info and +static const int uPrip = 0x02000000; //! ucap: Client is on a private net + //! uIPv4 says IPv4 is prefered inline void clear(const char *usr=0, int uc=0) {code=0; ucap = uc; message[0]='\0';