commit | 2fbb9eadeda2ae8a77ac53346b53f2d0a72f3e74 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Fri Jun 19 14:46:54 2020 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Fri Jun 19 15:06:35 2020 -0700 |
tree | 97f870766115bbfc64db6a2b3d24f0386f402b7d | |
parent | 566ccc4b0e571eeba73e308aa9170373f2b4306b [diff] |
Only match on ...State.Host not the namespace Matching on the ...State.Host namespace includes matching on sub-interfaces such as ...State.Host.Foo. We don't need that here, so just match on the exact interface. Tested: Confirmed that PropertiesChanged events on sub-interfaces no longer match. Change-Id: I9ea0d145bb16551adc59ba105726ee1535f8c4bf Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>