From 541881bedf391d9a19f071b856dcbd55e850dece Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 16 Sep 2021 11:00:19 +0200 Subject: RIP fixup + dropping the tmp_attrs mechanism as obsolete --- sysdep/unix/krt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdep/unix') diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 495ab986..7d7ec7e6 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -577,8 +577,6 @@ krt_export_net(struct krt_proto *p, net *net, rte **rt_free) if (filter == FILTER_REJECT) return NULL; - rte_make_tmp_attrs(&rt, krt_filter_lp, NULL); - /* We could run krt_preexport() here, but it is already handled by krt_is_installed() */ if (filter == FILTER_ACCEPT) -- cgit v1.2.3