]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Generalise inplace callback (de)registration
authorRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 6 Apr 2017 13:13:06 +0000 (13:13 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 6 Apr 2017 13:13:06 +0000 (13:13 +0000)
commita2bc93547f754aec9c1da354812e8f62e91f0670
tree3e55412da0c58022a42814a67b38412b9fca4f16
parentbdac428d791520cdbf95462af6f0c749fc6c730a
- Generalise inplace callback (de)registration
- (de)register inplace callbacks for module id
- No unbound-control set_option for ECS options
- Deprecated client-subnet-opcode config option
- Introduced client-subnet-always-forward config option
- Changed max-client-subnet-ipv6 default to 56 (as in RFC)
- Removed extern ECS config options
- module_restart_next now calls clear on all following modules
- Also create ECS module qstate on module_event_pass event

git-svn-id: file:///svn/unbound/trunk@4092 be551aaa-1e26-0410-a405-d3ace91eadb9
27 files changed:
daemon/daemon.c
doc/Changelog
doc/unbound.conf.5.in
edns-subnet/edns-subnet.c
edns-subnet/edns-subnet.h
edns-subnet/subnetmod.c
edns-subnet/subnetmod.h
libunbound/libunbound.c
services/mesh.c
testdata/subnet_cached.crpl
testdata/subnet_derived.crpl
testdata/subnet_format_ip4.crpl
testdata/subnet_nondefault_opc.crpl [deleted file]
testdata/subnet_val_positive.crpl
testdata/subnet_val_positive_client.crpl
testdata/subnet_without_validator.crpl
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/data/msgreply.c
util/fptr_wlist.c
util/module.c
util/module.h