<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Could something likes this be added ?<br>
      <br>
      --- dnsmasq.orig    2015-04-24 12:14:51.453093251 +0200<br>
      +++ dnsmasq    2015-04-24 12:15:15.121092827 +0200<br>
      @@ -416,6 +416,10 @@<br>
           xappend
      "--dhcp-range=$networkid,$START,$END,$NETMASK,$leasetime${options:+
      $options}"<br>
       <br>
           dhcp_option_add "$cfg" "$networkid"<br>
      +<br>
      +    config_get relay "$cfg" relay<br>
      +    network_get_ipaddr interface_ip "$networkid"<br>
      +    xappend "--dhcp-relay=$interface_ip,$relay"<br>
       }<br>
       <br>
       dhcp_option_add() {<br>
      <br>
      Perry<br>
      <br>
      On 23-04-15 23:20, Kevin Darbyshire-Bryant wrote:<br>
    </div>
    <blockquote cite="mid:55396229.9020000@darbyshire-bryant.me.uk"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 23/04/2015 21:55, <a
          moz-do-not-send="true" class="moz-txt-link-abbreviated"
          href="mailto:openwrt-devel@couprie.net">openwrt-devel@couprie.net</a>
        wrote:<br>
      </div>
      <blockquote cite="mid:55395C5D.5030409@couprie.net" type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=windows-1252">
        Hi,<br>
        <br>
        I need the dnsmasq --dhcp-relay option, how do i add this option
        to the dnsmasq script ?<br>
        <br>
        Perry</blockquote>
      <br>
      You could edit '/etc/dnsmasq.conf' and add your option/s directly
      to it.  Does that achieve your aim?<br>
      <br>
      Kevin<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
openwrt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>