You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[filter-fdb] Call Filter FDB Main From Within Test Code #1051 (#1086)
* [filter-fdb] Call Filter FDB Main From Within Test Code (#1051)
Code coverage requires that python code be run with the same process.
Current test code was invoking filter fdb via shell which launches
new process and so coverage is not available. This PR calls
the main method from within test code.
signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
* [filter-fdb] Fix Filter FDB With IPv6 Present in Config DB (#1059)
Filter fdb was wiping out IPv4 entries when both IPv4 and IPv6
are associated with VLan interface. The reason is IPv6 network
was overwriting IPv4 network. This pr add support to filter
both IPv4 and IPv6 addresses
signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
0 commit comments