We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85918e commit 02ce756Copy full SHA for 02ce756
cvl/cvl_when_test.go
@@ -46,7 +46,7 @@ func TestValidateEditConfig_When_Exp_In_Choice_Negative(t *testing.T) {
46
"PACKET_ACTION": "FORWARD",
47
"IP_TYPE": "IPV6",
48
"SRC_IP": "10.1.1.1/32", //Invalid field due to IP_TYPE
49
- "DST_IP": "10.1.1.2/32", //Also invalid
+ "DST_IPV6": "2620:1234::1/64",
50
"L4_SRC_PORT": "1909",
51
"IP_PROTOCOL": "103",
52
"L4_DST_PORT_RANGE": "9000-12000",
0 commit comments