Re: [PATCH] netfilter: ebtables: Use print_mac instead of own function
Patrick McHardy <[email protected]> Wed, 15 Jul 2009 17:13:00 +0200
| Newsgroups | gmane.linux.network,gmane.linux.network.bridge.ebtables.devel,gmane.comp.security.firewalls.netfilter.devel |
|---|---|
| Message-ID | <[email protected]> |
Tobias Klauser wrote: > ebt_log uses its own implementation of print_mac to print MAC addresses. > This patch converts it to use print_mac from linux/if_ether.h You can do this even simpler by using %pM as format string. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html