Skip to content

Commit 45cf2bc

Browse files
committed
NETOBSERV-2055: rename xlatIcmpId to XlatIcmpCode
Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
1 parent 1aaeb6b commit 45cf2bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

controllers/consoleplugin/config/static-frontend-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,11 @@ columns:
576576
default: true
577577
width: 5
578578
feature: packetTranslation
579-
- id: XlatIcmpId
579+
- id: XlatIcmpCode
580580
group: Xlat
581581
name: Xlat icmp code
582-
field: XlatIcmpId
583-
filter: xlat_icmp_id
582+
field: XlatIcmpCode
583+
filter: xlat_icmp_code
584584
default: false
585585
width: 5
586586
feature: packetTranslation
@@ -1009,8 +1009,8 @@ filters:
10091009
- id: xlat_zone_id
10101010
name: Xlat Zone Id
10111011
component: number
1012-
- id: xlat_icmp_id
1013-
name: Xlat Icmp Id
1012+
- id: xlat_icmp_code
1013+
name: Xlat Icmp Code
10141014
component: number
10151015
- id: xlat_src_address
10161016
name: Xlat src address
@@ -1327,7 +1327,7 @@ fields:
13271327
- name: ZoneId
13281328
type: number
13291329
description: packet translation zone id
1330-
- name: XlatIcmpId
1330+
- name: XlatIcmpCode
13311331
type: number
13321332
description: packet translation icmp code
13331333
- name: XlatSrcPort

0 commit comments

Comments
 (0)