[Bug 227450] [patch] Should not all packets processed by gif_output be deleted, when an running instance of if_gif(4) is member of an instance of if_bridge(4)?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 11 21:57:53 UTC 2018


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

            Bug ID: 227450
           Summary: [patch] Should not all packets processed by gif_output
                    be deleted, when an running instance of if_gif(4) is
                    member of an instance of if_bridge(4)?
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: henning.matyschok at outlook.com

Created attachment 192442
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192442&action=edit
Patch for if_gif(4).

First, I want to apologize for my bad English, because I'm not a native
speaker.

Should not all packets processed by gif_output be deleted, when an running
instance of if_gif(4) is member of an instance of if_bridge(4)?

This question opened to me as I tried to understand the internal structure of
gif_transmit in the context of encapsulating Ethernet frames as service data
units of EtherIP prtocol. 

If I understood correctly, then gif_transmit would be called by bridge_enqueue
at runtime, if an instance of if_gif(4) is member interface of if_bridge(4)?

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


More information about the freebsd-bugs mailing list