Skip to content

Commit 917050c

Browse files
committed
Fixing a sp for ult exit connect type
1 parent 1626b00 commit 917050c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cat/jchf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (kc *KTranslate) flowToJCHF(ctx context.Context, dst *kt.JCHF, src *Flow, c
251251
dst.CustomStr[name] = ic.NETWORK_CLASS_INT_TO_NAME[v]
252252
case "src_network_bndry", "dst_network_bndry", "ult_exit_network_bndry":
253253
dst.CustomStr[name] = ic.NameFromNBInt(int(v))
254-
case "src_connect_type", "dst_connect_type", "utl_exit_connect_type":
254+
case "src_connect_type", "dst_connect_type", "ult_exit_connect_type":
255255
dst.CustomStr[name] = ic.NameFromCTInt(int(v))
256256
case "dst_rpki":
257257
if v > ic.RPKI_MAX_NUM || v == ic.RPKI_INVALID {

0 commit comments

Comments
 (0)