{
    "cniVersion": "0.3.1",
    "name": "chained-ptp-bandwidth",
    "plugins": [
        {
            "type": "ptp",
            "ipMasq": true,
            "mtu": 512,
            "ipam": {
                "type": "host-local",
                "subnet": "10.9.2.0/24",
                "dataDir": "/tmp/chained-ptp-bandwidth-test"
            }
        },
        {
            "type": "bandwidth",
            "runtimeConfig": {
                "bandWidth": {
                    "ingressRate": 800,
                    "ingressBurst": 200,
                    "egressRate": 800,
                    "egressBurst": 200
                }
            }
        }
    ]
}
