rebar.lock: Update after dependency fixes/updates

This contains 32bit compilation fixes for gen_socket and support to set
tundev iface name in gtp_u_kmod.

Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
This commit is contained in:
Pau Espin 2024-02-20 13:32:51 +01:00
parent 47d5dec923
commit 62ace3c7c3
2 changed files with 17 additions and 17 deletions

View File

@ -42,20 +42,20 @@
%% ===========================================
{gtp_u_kmod, [
%% grx: Name used to log by the module.
{sockets, [{grx, [%% ip: IP Address assigned at the tunnel, used as local GTP-U IP Address.
{ip, {127,0,0,2}},
%% Create the tun socket on a given netns:
%%{netns, "mynetns"},
%% Bind tun socket to a particular interface (SO_BINDTODEVICE):
%%{netdev, "grx"},
%% Allow binding to an IP address that is nonlocal or does not (yet) exist (IP_FREEBIND):
freebind,
% Create gtp tundev with role SGSN:
{role, sgsn}%,
%{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
% %%{netdev, "upstream"}
% ]
%}
{sockets, [{gtp0, [%% ip: IP Address assigned at the tunnel, used as local GTP-U IP Address.
{ip, {127,0,0,2}},
%% Create the tun socket on a given netns:
%%{netns, "mynetns"},
%% Bind tun socket to a particular interface (SO_BINDTODEVICE):
%%{netdev, "grx"},
%% Allow binding to an IP address that is nonlocal or does not (yet) exist (IP_FREEBIND):
freebind,
% Create gtp tundev with role SGSN:
{role, sgsn}%,
%{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
% %%{netdev, "upstream"}
% ]
%}
]
}]
}

View File

@ -6,7 +6,7 @@
1},
{<<"erlando">>,
{git,"https://github.com/travelping/erlando.git",
{ref,"2cb56e06308beb4d65ae2217a02dc60bafc99b9d"}},
{ref,"7ed3a732d1af082a3a2745c36dfd9406148391be"}},
1},
{<<"gen_netlink">>,
{git,"https://github.com/osmocom/gen_netlink",
@ -14,12 +14,12 @@
1},
{<<"gen_socket">>,
{git,"https://github.com/osmocom/gen_socket",
{ref,"35e11d6e2f6d87b02dcfc7507a9500bf7ca7329e"}},
{ref,"e32b2a3bd5de8088f509aad9c197553cc3acbc6c"}},
2},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"gtp_u_kmod">>,
{git,"https://github.com/osmocom/gtp_u_kmod",
{ref,"1dc27ed724403026431f51dd4c3f882499a036b0"}},
{ref,"b3656ebb11528a2db3171dbf94f1a8bf0d6ffd00"}},
0},
{<<"gtplib">>,{pkg,<<"gtplib">>,<<"3.2.0">>},0},
{<<"lager">>,