Skip to content

Latest commit

 

History

History
68 lines (68 loc) · 2.78 KB

c2c_networking_stub_contents_table.md

File metadata and controls

68 lines (68 loc) · 2.78 KB
Container-to-Container Networking Opsfiles Description

    
- type: replace
  path: /instance_groups/name=diego-cell/jobs/name=vxlan_policy_agent/properties/iptables_logging?
  value: true
    
    
The default value for iptables_logging is false.

(Optional) Change the value to true to enable logging for Container-to-Container policy iptables rules.

    
- type: replace
  path: /instance_groups/name=diego-cell/jobs/name=cni/properties/iptables_logging?
  value: true
    
    
The default value for iptables_logging is false.

(Optional) Change the value to true to enable logging for Application Security Group (ASG) iptables rules.

    
- type: replace
  path: /instance_groups/name=diego-cell/jobs/name=silk-controller/properties/network?
  value: REPLACE-WITH-OVERLAY-NETWORK-CIDR
  
    
(Optional) Enter an IP range for the overlay network. The CIDR must specify an RFC 1918 range. If you do not set a custom range, the deployment uses 10.255.0.0/16.

See App Instance Communication for more information.

    
- type: replace
  path: /instance_groups/name=diego-cell/jobs/name=cni/properties/mtu?
  value: REPLACE-WITH-MTU
  
    
(Optional) You can manually configure the Maximum Transmission Unit (MTU) value to support additional encapsulation overhead.