(file) Return to CIM_IPsecTunnelAction.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / IPsecPolicy

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.8.0" ), 
 3                   UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4                   Description ( 
 5                      "IPsecTunnelAction is used to specify that a tunnel-mode SA "
 6                      "should be negotiated." ), 
 7                   MappingStrings { "IPSP Policy Model.IETF|IPsecTunnelAction" }]
 8               class CIM_IPsecTunnelAction : CIM_IPsecAction {
 9               
10                     [Description ( 
11                         "DFHandling controls how the Don\'t Fragment bit is "
12                         "managed by the tunnel." ), 
13                      ValueMap { "2", "3", "4" }, 
14                      Values { "Copy from Internal to External IP Header", 
15                         "Set DF Bit in External Header to 1", 
16                         "Set DF Bit in External Header to 0" }, 
17                      MappingStrings { 
18                         "IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling" }, 
19                      ModelCorrespondence { "CIM_IPsecSAEndpoint.DFHandling" }]
20                  uint16 DFHandling;
21               
22 karl  1.1.2.2 
23               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2