Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41755
b: refs/heads/master
c: c6b1677
h: refs/heads/master
i:
  41753: dd1e90e
  41751: 9f0bcbe
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Dec 3, 2006
1 parent 762b72b commit 8dcada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fade4bf8eed3db2fd1306968da4d51bc611aca3
refs/heads/master: c6b1677a54330b72d961270c9a66bb99c62c4a8e
4 changes: 2 additions & 2 deletions trunk/include/net/cipso_ipv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
#define CIPSO_V4_MAP_PASS 2

/* limits */
#define CIPSO_V4_MAX_REM_LVLS 256
#define CIPSO_V4_MAX_REM_LVLS 255
#define CIPSO_V4_INV_LVL 0x80000000
#define CIPSO_V4_MAX_LOC_LVLS (CIPSO_V4_INV_LVL - 1)
#define CIPSO_V4_MAX_REM_CATS 65536
#define CIPSO_V4_MAX_REM_CATS 65534
#define CIPSO_V4_INV_CAT 0x80000000
#define CIPSO_V4_MAX_LOC_CATS (CIPSO_V4_INV_CAT - 1)

Expand Down

0 comments on commit 8dcada5

Please sign in to comment.