An open API service indexing awesome lists of open source software.

https://github.com/gruyaume/eupf-snap

Snap for eUPF, a 5G user plane function based on eBPF.
https://github.com/gruyaume/eupf-snap

5g snap ubuntu

Last synced: about 1 year ago
JSON representation

Snap for eUPF, a 5G user plane function based on eBPF.

Awesome Lists containing this project

README

          

# eUPF Snap

[eUPF](https://github.com/edgecomllc/eupf) is 5G User Plane Function (UPF) based on eBPF.

The snap for eUPF is the simplest way to get operate eUPF on Linux systems.

## Usage

```bash
sudo snap install eupf
sudo snap connect eupf:network-control
sudo snap connect eupf:process-control
sudo snap connect eupf:sys-fs-bpf-upf-pipeline
sudo snap connect eupf:system-observe
```

Edit the configuration file at `/var/snap/eupf/common/config.yaml`

Start the service:

```shell
sudo snap start eupf
```