diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-13 01:48:18 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-13 01:48:18 -0700 |
| commit | e36dab4af887d3be3abd8d09d5857ef300dff75a (patch) | |
| tree | 1a9c32e0906b3b9bdcb666d61bb9897741e929f8 /pkg/iproute2/gen.lua | |
| parent | 04f09bac7b28e001356019296ec83d318332f7e8 (diff) | |
iproute2: Update to 5.8.0
Diffstat (limited to 'pkg/iproute2/gen.lua')
| -rw-r--r-- | pkg/iproute2/gen.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/iproute2/gen.lua b/pkg/iproute2/gen.lua index 270e0eb8..690f9dd9 100644 --- a/pkg/iproute2/gen.lua +++ b/pkg/iproute2/gen.lua @@ -20,7 +20,7 @@ lib('libnetlink.a', [[lib/( utils.c rt_names.c ll_map.c ll_types.c ll_proto.c ll_addr.c inet_proto.c namespace.c json_writer.c json_print.c - names.c color.c bpf.c exec.c fs.c + names.c color.c bpf.c exec.c fs.c cg_map.c mpls_ntop.c mpls_pton.c )]]) @@ -37,7 +37,7 @@ exe('bin/ip', [[ip/( iplink_bridge.c iplink_bridge_slave.c ipfou.c iplink_ipvlan.c iplink_geneve.c iplink_vrf.c iproute_lwtunnel.c ipmacsec.c ipila.c ipvrf.c iplink_xstats.c ipseg6.c iplink_netdevsim.c iplink_rmnet.c - ipnexthop.c + ipnexthop.c ipmptcp.c iplink_bareudp.c ) libnetlink.a]]) file('bin/ip', '755', '$outdir/bin/ip') @@ -48,7 +48,7 @@ exe('bin/bridge', [[ file('bin/bridge', '755', '$outdir/bin/bridge') yacc('ssfilter', '$srcdir/misc/ssfilter.y') -exe('bin/ss', {'misc/ss.c', '$outdir/ssfilter.tab.c', 'libnetlink.a'}) +exe('bin/ss', {'misc/ss.c', 'misc/ssfilter_check.c', '$outdir/ssfilter.tab.c', 'libnetlink.a'}) file('bin/ss', '755', '$outdir/bin/ss') man(paths[[man/man8/( |
