solo-io / bumblebee

Get eBPF programs running from the cloud to the kernel in 1 line of bash
Apache License 2.0
1.26k stars 78 forks source link

Default 'bee.c' if nothing is selected #60

Closed Akasurde closed 2 years ago

Akasurde commented 2 years ago

select 'bee.c' as default filename while bee init

Fixes: #50

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

solo-build-bot[bot] commented 2 years ago

Waiting for approval from someone in the solo-io org to start testing.

lgadban commented 2 years ago

Thanks for the PR!

Some initial feedback, we had some changes in main to this code actually, can you merge or rebase with master and get any conflicts fixed?

Also, we were having some discussions internally regarding the default name, we wanted to go with bee.c (instead of probe.c). Can you change the default name to that?