File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ spec:
16
16
policy : allow
17
17
priority : 1
18
18
protocol : all
19
- remoteAddress : 10.16.0.13/16
19
+ remoteAddress : 10.16.0.13 # 10.16.0.0 /16 Configure network segment
20
20
remoteType : address
21
21
ingressRules :
22
22
- ipVersion : ipv4
23
23
policy : deny
24
24
priority : 1
25
25
protocol : icmp
26
- remoteAddress : 10.16.0.14/16
26
+ remoteAddress : 10.16.0.14
27
27
remoteType : address
28
28
` ` `
29
29
@@ -122,26 +122,26 @@ spec:
122
122
policy : allow
123
123
priority : 2
124
124
protocol : all
125
- remoteAddress : 10.16.0.13/16
125
+ remoteAddress : 10.16.0.13
126
126
remoteType : address
127
127
- ipVersion : ipv4
128
128
policy : allow
129
129
priority : 1
130
130
protocol : all
131
- remoteAddress : 10.16.0.1/16
131
+ remoteAddress : 10.16.0.1
132
132
remoteType : address
133
133
ingressRules :
134
134
- ipVersion : ipv4
135
135
policy : deny
136
136
priority : 2
137
137
protocol : icmp
138
- remoteAddress : 10.16.0.14/16
138
+ remoteAddress : 10.16.0.14
139
139
remoteType : address
140
140
- ipVersion : ipv4
141
141
policy : allow
142
142
priority : 1
143
143
protocol : icmp
144
- remoteAddress : 10.16.0.1/16
144
+ remoteAddress : 10.16.0.1
145
145
remoteType : address
146
146
` ` `
147
147
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ spec:
16
16
policy : allow
17
17
priority : 1
18
18
protocol : all
19
- remoteAddress : 10.16.0.13/16
19
+ remoteAddress : 10.16.0.13 # 10.16.0.0 /16 配置网段
20
20
remoteType : address
21
21
ingressRules :
22
22
- ipVersion : ipv4
23
23
policy : deny
24
24
priority : 1
25
25
protocol : icmp
26
- remoteAddress : 10.16.0.14/16
26
+ remoteAddress : 10.16.0.14
27
27
remoteType : address
28
28
` ` `
29
29
@@ -122,26 +122,26 @@ spec:
122
122
policy : allow
123
123
priority : 2
124
124
protocol : all
125
- remoteAddress : 10.16.0.13/16
125
+ remoteAddress : 10.16.0.13
126
126
remoteType : address
127
127
- ipVersion : ipv4
128
128
policy : allow
129
129
priority : 1
130
130
protocol : all
131
- remoteAddress : 10.16.0.1/16
131
+ remoteAddress : 10.16.0.1
132
132
remoteType : address
133
133
ingressRules :
134
134
- ipVersion : ipv4
135
135
policy : deny
136
136
priority : 2
137
137
protocol : icmp
138
- remoteAddress : 10.16.0.14/16
138
+ remoteAddress : 10.16.0.14
139
139
remoteType : address
140
140
- ipVersion : ipv4
141
141
policy : allow
142
142
priority : 1
143
143
protocol : icmp
144
- remoteAddress : 10.16.0.1/16
144
+ remoteAddress : 10.16.0.1
145
145
remoteType : address
146
146
` ` `
147
147
You can’t perform that action at this time.
0 commit comments