[Bug 248199] [patch] net-mgmt/flowd perl interface does not allow reading from pipe

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 23 08:28:33 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248199

            Bug ID: 248199
           Summary: [patch] net-mgmt/flowd perl interface does not allow
                    reading from pipe
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh at freebsd.org
          Reporter: freebsd at oldach.net
             Flags: maintainer-feedback?(bofh at freebsd.org)
          Assignee: bofh at freebsd.org

Created attachment 216692
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216692&action=edit
Trivial fix to the issue

For example, this won't work currently:

my $handle = Flowd->new("bzcat flowd.bz2|");

The reason being that the perl module forces readonly mode on open. Good idea
in theory, however in practice this breaks some use cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list