diff options
| author | luwenpeng <[email protected]> | 2023-02-21 09:58:31 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-02-22 15:19:06 +0800 |
| commit | 823490bcd1e32c7c3f99f533c7cf8082871c9305 (patch) | |
| tree | 0e84134779942f2c1dab4d8565a1e19270094901 /resource | |
| parent | b1abe96b06b7ea04a964123ac589eaaa400e9529 (diff) | |
TSG-13878 tsg-service-chaining-engine支持fieldstat2
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/sce.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/sce.json b/resource/sce.json index 09731d5..5d27a5c 100644 --- a/resource/sce.json +++ b/resource/sce.json @@ -3,8 +3,8 @@ { "table_name": "SERVICE_FUNCTION_PROFILE", "table_content": [ - "1\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\"}\t{\"method\":\"none\"}\t1", - "2\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\"}\t{\"method\":\"bfd\",\"address\":\"1.2.3.4\",\"port\":\"10000\",\"interval_ms\":100,\"retires\":5}\t1", + "1\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\",\"dest_mac\":\"AA:AA:AA:AA:AA:AA\"}\t{\"method\":\"none\"}\t1", + "2\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"2.2.2.2\",\"dest_mac\":\"BB:BB:BB:BB:BB:BB\"}\t{\"method\":\"bfd\",\"address\":\"1.2.3.4\",\"port\":\"10000\",\"interval_ms\":100,\"retires\":5}\t1", "3\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\"}\t{\"method\":\"in_band_bfd\",\"address\":\"1.2.3.4\",\"port\":\"10000\",\"interval_ms\":100,\"retires\":5}\t1", "4\tdevice_group_a\t1\t{\"method\":\"vxlan_g\",\"dest_ip\":\"1.1.1.1\"}\t{\"method\":\"http\",\"url\":\"http://192.168.100.1:8080/health_check.index\",\"interval_ms\":100,\"retires\":5}\t1", "5\tdevice_group_a\t1\t{\"method\":\"layer2_switch\",\"int_vlan_tag\":10,\"ext_vlan_tag\":5}\t{\"method\":\"none\"}\t1", |
