From 08112b1a283fb5ac72ad875b005dc7d634c79e10 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Aug 2022 15:48:18 +0200 Subject: add libnftnl, nftables Change-Id: Idcaa91f331caa8cb249113b45bdcc0ec9a5ce120 --- scripts/obs/lib/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 947b722..7845362 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -83,6 +83,8 @@ projects_other = [ "limesuite", "neocon", "open5gs", + "libnftnl", + "nftables", ] git_url_default = "https://gerrit.osmocom.org" # /project gets appended @@ -93,6 +95,8 @@ git_url_other = { "open5gs": "https://github.com/open5gs/open5gs", "osmo-fl2k": "https://gitea.osmocom.org/sdr/osmo-fl2k", "rtl-sdr": "https://gitea.osmocom.org/sdr/rtl-sdr", + "libnftnl": "https://git.netfilter.org/libnftnl", + "nftables": "https://git.netfilter.org/nftables", } git_branch_default = "master" -- cgit v1.2.3