Commit d231fa16 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

DataPlane-in-a-box:

- Updated TFS descriptors
parent 9b65d30a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
            "service_config": {"config_rules": [
                {"action": "CONFIGACTION_SET", "custom": {
                    "resource_key": "/device[dc1]/endpoint[eth1]/settings",
                    "resource_value": {"ipv4_address": "192.168.1.10", "ipv4_prefix": 24, "sub_interface_index": 0}
                    "resource_value": {"address_ip": "192.168.1.10", "address_prefix": 24, "index": 0}
                }},
                {"action": "CONFIGACTION_SET", "custom": {
                    "resource_key": "/device[dc2]/endpoint[eth1]/settings",
                    "resource_value": {"ipv4_address": "192.168.2.10", "ipv4_prefix": 24, "sub_interface_index": 0}
                    "resource_value": {"address_ip": "192.168.2.10", "address_prefix": 24, "index": 0}
                }}
            ]}
        }