sapling/common
Midhun Somasundaran 6dca23bac0 Add neighbor entry verification tests
Summary: Adding tests to verify that NDP and ARP entry resolution happens correctly on Aggregate ports. Recently we have seen sevs where ARP resolution happens incorrectly on subports

Reviewed By: jasmeetbagga

Differential Revision: D28156706

fbshipit-source-id: 3066620e9ed0d8805cf0d2733ea6fdece47b4254
2021-05-19 09:45:19 -07:00
..
fb303 update copyright headers in some of the common/ stub headers 2019-04-26 14:38:28 -07:00
logging fix oss sandcastle job 2017-12-22 09:21:44 -08:00
network MultiNode test - Add local and remote link event test cases 2021-02-19 08:17:15 -08:00
process Add neighbor entry verification tests 2021-05-19 09:45:19 -07:00
stats Factor our hw_port_stats_fb303 lib 2020-02-03 17:37:05 -08:00
.gitignore watchman: pull in thrift in the oss build for eden support 2019-02-04 21:37:47 -08:00
README.md Add fb303 stubs in common/ to support building in the opensource repo 2017-03-17 17:08:05 -07:00

This directory mostly contains stub implementations of Facebook libraries that are not fully open source yet. These stubs allow the FBOSS code to build while we are still working on fully open sourcing these libraries.

The code in common/stats is the main piece that is not fully open source yet. We are working to eventually make all of this code available in the facebook/folly repository.