Tagged by CORD Jenkins version-tag job: 2846, for Gerrit patchset: 16010
[VOL-2176] Adding -no-auth and -no-dhcp option in BBSim CLI

Change-Id: I3d0f7adb26c1df0d42f67b9b8fbc782754491c31
10 files changed
tree: e14cac2e17c6c15c000abb63829f511f8db25670
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. Dockerfile.builder.dockerignore
  5. LICENSE.md
  6. Makefile
  7. README.md
  8. VERSION
  9. api/
  10. build/
  11. cmd/
  12. configs/
  13. docs/
  14. examples/
  15. go.mod
  16. go.sum
  17. internal/
  18. tests/
  19. tools/
  20. vendor/
README.md

BroadBand Simular (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

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.