git: NETGRAPH: Simplify ng_ether_input_orphan().

Nuno Antunes nant at crater.dragonflybsd.org
Tue Jan 10 06:11:46 PST 2012


commit 79b751508d4ea96fbca17bccc1aada87f5f8f80f
Author: Nuno Antunes <nuno.antunes at gmail.com>
Date:   Tue Sep 7 18:48:42 2010 +0100

    NETGRAPH: Simplify ng_ether_input_orphan().
    
    * Restore ethernet header on mbuf before passing it to
      ng_ether_input_orphan(), instead of doing it later. This improves
      API consistency between legacy netgraph and netgraph7.
    
    Taken-from: FreeBSD

Summary of changes:
 sys/net/if_ethersubr.c        |    8 +++++-
 sys/netgraph/ether/ng_ether.c |   59 ++++------------------------------------
 2 files changed, 13 insertions(+), 54 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79b751508d4ea96fbca17bccc1aada87f5f8f80f


-- 
DragonFly BSD source repository





More information about the Commits mailing list