X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=htmlandlogs.c;h=3820ae462297c5a5059e84c07fabd8c7e3632ff7;hp=39a4286abd51192fbcfda7e3542588be5d66627d;hb=64b2d1255780905c78973df33145c93ee5613c9c;hpb=f71cfa3b3f9d842ff69cc94e8c546583f61ad19e diff --git a/htmlandlogs.c b/htmlandlogs.c index 39a4286..3820ae4 100644 --- a/htmlandlogs.c +++ b/htmlandlogs.c @@ -232,8 +232,8 @@ $(\'#pktsup_\'+n).show();\ for_each(sharedip, ips) if(eq(ip->name, sharedip->sharing) && sharedip->v6) /* IPv6 only */ { - fprintf(f, "
%s/64\n", - log_url, sharedip->addr, sharedip->addr); + fprintf(f, "
%s/%d\n", + log_url, sharedip->addr, sharedip->addr, sharedip->mask); popup_button++; }