OSDN Git Service

Make netd listen for and notify RDNSS options.
[android-x86/system-netd.git] / ResponseCode.h
index 12cb53f..574f026 100644 (file)
@@ -74,5 +74,6 @@ public:
     static const int ServiceGetAddrInfoSuccess      = 612;
     static const int InterfaceClassActivity         = 613;
     static const int InterfaceAddressChange         = 614;
+    static const int InterfaceDnsInfo               = 615;
 };
 #endif