|
@@ -3367,12 +3367,12 @@ static void if6_seq_stop(struct seq_file *seq, void *v)
|
|
static int if6_seq_show(struct seq_file *seq, void *v)
|
|
static int if6_seq_show(struct seq_file *seq, void *v)
|
|
{
|
|
{
|
|
struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
|
|
struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
|
|
- seq_printf(seq, "%pi6 %02x %02x %02x %03x %8s\n",
|
|
|
|
|
|
+ seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
|
|
&ifp->addr,
|
|
&ifp->addr,
|
|
ifp->idev->dev->ifindex,
|
|
ifp->idev->dev->ifindex,
|
|
ifp->prefix_len,
|
|
ifp->prefix_len,
|
|
ifp->scope,
|
|
ifp->scope,
|
|
- ifp->flags,
|
|
|
|
|
|
+ (u8) ifp->flags,
|
|
ifp->idev->dev->name);
|
|
ifp->idev->dev->name);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|