]> granicus.if.org Git - pdns/commitdiff
Merge pull request #4988 from rgacogne/rec-incoming-ecs
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 21 Feb 2017 14:37:23 +0000 (15:37 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 14:37:23 +0000 (15:37 +0100)
rec: Add `use-incoming-edns-subnet` to process and pass along ECS

1  2 
docs/markdown/recursor/settings.md
pdns/lua-recursor4.cc
pdns/pdns_recursor.cc

Simple merge
index dfe1ba1f44ee3adc811bf0838cc9613dd12103b7,7316173e4c21b871634706be9bfe5a329b3d88da..0749e30b7a8ea9ac4e807204593d5b8247788d60
  #include "dnsparser.hh"
  #include "syncres.hh"
  #include "namespaces.hh"
- #include "rec_channel.hh" 
+ #include "rec_channel.hh"
+ #include "ednsoptions.hh"
  #include "ednssubnet.hh"
  #include "filterpo.hh"
 +#include "rec-snmp.hh"
  #include <unordered_set>
  
  #if !defined(HAVE_LUA)
Simple merge