adjust clone url for nftables

Change-Id: I5052819a56ec9b856739b6529d49947bf83849e6
This commit is contained in:
Neels Hofmeyr 2022-06-17 16:57:08 +02:00
parent fbd4b5b3e7
commit 179d9519ad
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ def gen_makefile_clone(proj, src, src_proj, url, push_url):
touch $@
'''
if proj in ("libgtpnl", "libnftnl"):
if proj in ("libgtpnl", "libnftnl", "nftables"):
url = "git://git.netfilter.org"
return f'''