]> granicus.if.org Git - pdns/commitdiff
netmask src rule did not show itself correctly in dnsdist output
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 5 Dec 2015 21:22:32 +0000 (22:22 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 5 Dec 2015 21:22:32 +0000 (22:22 +0100)
pdns/dnsrulactions.hh

index a12668d9470beeb0246f5d8ebed829e94b280d00..c9a4b7538776bba78a5cf441010b7bc053cd3255 100644 (file)
@@ -75,7 +75,7 @@ public:
 
   string toString() const override
   {
-    return d_nmg.toString();
+    return "Src: "+d_nmg.toString();
   }
 private:
   NetmaskGroup d_nmg;