This removes the uses of NIP6_FMT and NIP6_SEQFMT in net

IPV6 uses 2 different formats, colon separated and contiguous.
The contiguous form is used in seq_print

        "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
        "%04x%04x%04x%04x%04x%04x%04x%04x"      
         
IPV6 use:

        DECLARE_IPV6_BUF(ipv6buf);
        const struct in6_addr *addr;
        print_ipv6(ipv6buf, addr);
and
        print_ipv6_nofmt(ipv6buf, addr);

Signed-off-by:  Joe Perches <[EMAIL PROTECTED]>

please pull from:
git pull http://repo.or.cz/r/linux-2.6/trivial-mods.git print_ipv6

stats for print_ipv6:

--

 include/linux/ipv6.h                           |    4 ++
 include/net/netfilter/nf_conntrack_tuple.h     |   17 +++++++---
 include/net/sctp/sctp.h                        |    7 +++-
 net/core/utils.c                               |   32 +++++++++++++++++
 net/ipv4/netfilter/nf_nat_pptp.c               |    1 +
 net/ipv6/addrconf.c                            |    6 ++--
 net/ipv6/ah6.c                                 |    5 ++-
 net/ipv6/anycast.c                             |    5 ++-
 net/ipv6/esp6.c                                |    5 ++-
 net/ipv6/exthdrs.c                             |    4 ++-
 net/ipv6/icmp.c                                |    7 +++-
 net/ipv6/ip6_flowlabel.c                       |    5 ++-
 net/ipv6/ipcomp6.c                             |    5 ++-
 net/ipv6/mcast.c                               |   13 ++++---
 net/ipv6/ndisc.c                               |    5 ++-
 net/ipv6/netfilter/ip6t_LOG.c                  |    4 ++-
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c |    8 +++--
 net/ipv6/route.c                               |   13 ++++---
 net/ipv6/tcp_ipv6.c                            |   26 ++++++++-------
 net/netfilter/nf_conntrack_core.c              |    1 +
 net/netfilter/nf_conntrack_ftp.c               |   12 ++++---
 net/netfilter/nf_conntrack_h323_main.c         |   14 ++++---
 net/netfilter/nf_conntrack_proto_gre.c         |    1 +
 net/netfilter/xt_hashlimit.c                   |   10 +++--
 net/sctp/ipv6.c                                |   43 ++++++++++++++---------
 net/sctp/sm_statefuns.c                        |    6 ++--
 net/sunrpc/svcsock.c                           |    5 ++-
 net/xfrm/xfrm_policy.c                         |   18 ++++------
 net/xfrm/xfrm_state.c                          |   17 +++------
 29 files changed, 188 insertions(+), 111 deletions(-)


-
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

Reply via email to