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.
- Host: GitHub
- URL: https://github.com/gruyaume/eupf-snap
- Owner: gruyaume
- License: apache-2.0
- Created: 2024-05-27T17:01:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T07:54:14.000Z (about 1 year ago)
- Last Synced: 2025-05-14T09:51:36.250Z (about 1 year ago)
- Topics: 5g, snap, ubuntu
- Language: Shell
- Homepage: https://snapcraft.io/eupf
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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
```