commit | 3ac5279999fabaf9f0b22144dbb09c28180136ea | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 05 14:21:08 2020 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 05 14:21:12 2020 -0800 |
tree | c05d09d968ab08c5f83a9954c134e03bc7dd5bdf | |
parent | ff9d859daed8e9255f70aa2dc0879f72a815e5fa [diff] |
[VOL-2713] Sending a single DHCP Discovery packet Recent changes in openolt-adapter are sending one flow for each P-Bit, thus BBSim needs to account for only one of them. Change-Id: I8460c95a9045120d61d1347f07775790640deea2
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.