X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FNDPOptions.cc;h=80d75c6e70d5b8b8edb2f0eb88f45be3ca4bd819;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=a76d41e6e487357671a27b13d2addbfc0ae16a12;hpb=b559d8e50f059a49d0ac98aba08b4480a3da5b22;p=senf.git diff --git a/senf/Packets/DefaultBundle/NDPOptions.cc b/senf/Packets/DefaultBundle/NDPOptions.cc index a76d41e..80d75c6 100644 --- a/senf/Packets/DefaultBundle/NDPOptions.cc +++ b/senf/Packets/DefaultBundle/NDPOptions.cc @@ -27,13 +27,10 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// - -namespace { - SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPSourceLLAddressTLVParser ); - SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPTargetLLAddressTLVParser ); - SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPPrefixInformationTLVParser ); - SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPMTUTLVParser ); -} +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPSourceLLAddressTLVParser ); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPTargetLLAddressTLVParser ); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPPrefixInformationTLVParser ); +SENF_PACKET_TLV_REGISTRY_REGISTER( senf::NDPMTUTLVParser ); prefix_ void senf::NDPSourceLLAddressTLVParser::dump(std::ostream & os) const {