Skip to content

Commit fbe4b2c

Browse files
services cleanup
1 parent 6a92864 commit fbe4b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sled-agent/src/services.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,6 @@ impl ServiceManager {
28662866
"astring",
28672867
&format!("{}", DENDRITE_PORT),
28682868
);
2869-
28702869
if let Some(i) = info {
28712870
tfport_config = tfport_config
28722871
.add_property(
@@ -2955,6 +2954,7 @@ impl ServiceManager {
29552954

29562955
if is_gimlet
29572956
|| asic == &DendriteAsic::SoftNpuPropolisDevice
2957+
|| asic == &DendriteAsic::TofinoAsic
29582958
{
29592959
tfport_config = tfport_config.add_property(
29602960
"pkt_source",

0 commit comments

Comments
 (0)