Tentative commit by Ed

This commit is contained in:
ekh
2013-05-09 04:44:26 +00:00
parent 2089221a1d
commit 14643101c0
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -110,7 +110,10 @@ void handler_who_has(
}
#ifdef DEPRECATED /* was for BAC_ROUTING - delete in 2/2012 if still unused */
#ifdef BAC_ROUTING /* was for BAC_ROUTING - delete in 2/2012 if still unused */
/* EKH: I restored this to BAC_ROUTING (from DEPRECATED) because I found that the server demo with the built-in
virtual Router did not insert the SADRs of the virtual devices on the virtual network without it */
/** Handler for Who-Has requests in the virtual routing setup,
* with broadcast I-Have response.
* Will respond if the device Object ID matches, and we have
+5 -1
View File
@@ -113,7 +113,11 @@ void handler_who_is_unicast(
}
#ifdef DEPRECATED /* was for BAC_ROUTING - delete in 2/2012 if still unused */
#ifdef BAC_ROUTING /* was for BAC_ROUTING - delete in 2/2012 if still unused */
/* EKH: I restored this to BAC_ROUTING (from DEPRECATED) because I found that the server demo with the built-in
virtual Router did not insert the SADRs of the virtual devices on the virtual network without it */
/** Local function to check Who-Is requests against our Device IDs.
* Will check the gateway (root Device) and all virtual routed
* Devices against the range and respond for each that matches.