dhcpd/dhcpd.patch

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

     1 Index: common/bpf.c
     2 --- common/bpf.c.orig	2009-11-20 02:48:59.000000000 +0100
     3 +++ common/bpf.c	2010-11-27 09:53:47.000000000 +0100
     4 @@ -580,6 +580,9 @@
     5  	 */
     6          switch (sa->sdl_type) {
     7                  case IFT_ETHER:
     8 +#ifdef IFT_L2VLAN
     9 +                case IFT_L2VLAN:
    10 +#endif
    11                          hw->hlen = sa->sdl_alen + 1;
    12                          hw->hbuf[0] = HTYPE_ETHER;
    13                          memcpy(&hw->hbuf[1], LLADDR(sa), sa->sdl_alen);

mercurial