NSX-T Data Center REST API

AutoRejectIPOptionsGatewayFirewallConfig (type)

{
  "description": "Config to auto reject network packets having IP options on all Tier0 or Tier1 gateways. By default auto reject is is disabled for all Tier0 or Tier1 gateways.", 
  "id": "AutoRejectIPOptionsGatewayFirewallConfig", 
  "module_id": "PolicySystemConfig", 
  "nsx_feature": "FirewallNDCPPFeatureEnhancement", 
  "properties": {
    "auto_reject_ip_options_gateway_firewall": {
      "description": "This flag, if set to true, auto rejects network packets having IP options header  populated before gateway firewall classification on all Tier0 or Tier1 gateways in compliance with NDcPP certification. By default flag is set to false.", 
      "required": true, 
      "title": "Auto Reject Packets with IP Options", 
      "type": "boolean"
    }
  }, 
  "title": "Auto Reject IP Options Packets", 
  "type": "object"
}