Problem

The text_output node processor was using 'output' as its output port name, which conflicts with the reserved port name system and caused issues with unified port configuration.

Root Cause

'output' is a reserved name in the FlowDrop port system, and using it directly caused conflicts with the framework's internal handling.

Solution

Renamed the output port from 'output' to 'text' to avoid the reserved name conflict while maintaining clear semantics.

Impact

  • text_output node now works correctly with unified ports
  • No more conflicts with reserved port names

Comments

joevagyok created an issue. See original summary.

gxleano’s picture

I have contributed (not only by code, but discussion, presentation, testing or anything related).

d34dman’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.