constant bug fix

This commit is contained in:
Sibi Chakravarthy 2017-07-18 15:37:33 -07:00 committed by Vish (Ishaya) Abrams
parent a56439f1e4
commit aeeae373ad

View File

@ -79,8 +79,8 @@ const (
CTA_TUPLE_ORIG = 1 CTA_TUPLE_ORIG = 1
CTA_TUPLE_REPLY = 2 CTA_TUPLE_REPLY = 2
CTA_STATUS = 3 CTA_STATUS = 3
CTA_TIMEOUT = 8 CTA_TIMEOUT = 7
CTA_MARK = 9 CTA_MARK = 8
CTA_PROTOINFO = 4 CTA_PROTOINFO = 4
) )