Changeset 2585
- Timestamp:
- 08/12/07 02:13:31 (1 year ago)
- Files:
-
- trunk/lib/ncaps-net.c (modified) (1 diff)
- trunk/lib/vserver.h (modified) (1 diff)
- trunk/src/nattribute.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/ncaps-net.c
r2393 r2585 32 32 33 33 static struct Mapping_uint64 const VALUES[] = { 34 #warning Add the 'ncap' values here 35 DECL("", 0) 34 DECL("raw_icmp", VC_NXC_RAW_ICMP), 36 35 }; 37 36 trunk/lib/vserver.h
r2583 r2585 249 249 250 250 251 // the network capabilities 252 #define VC_NXC_RAW_ICMP 0x00000100ull 253 254 251 255 // the vserver specific limits 252 256 #define VC_VLIMIT_NSOCK 16 trunk/src/nattribute.c
r2403 r2585 127 127 { 128 128 // TODO: generalize this 129 caps->ncaps = 0ull;130 caps->cmask = 0ull;129 caps->ncaps = VC_NXC_RAW_ICMP; 130 caps->cmask = VC_NXC_RAW_ICMP; 131 131 132 132 flags->flagword = VC_NXF_HIDE_NETIF;
