From c31f9de714589eb1946a5972ab105011816e2353 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Mon, 4 Nov 2024 05:52:25 +0100 Subject: mls: support templates Signed-off-by: Dominick Grift --- src/net/netifnet.cil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/netifnet.cil') diff --git a/src/net/netifnet.cil b/src/net/netifnet.cil index 6a97ee3..03849df 100644 --- a/src/net/netifnet.cil +++ b/src/net/netifnet.cil @@ -1,7 +1,7 @@ ;; SPDX-FileCopyrightText: © 2024 Dominick Grift ;; SPDX-License-Identifier: Unlicense -(sidcontext netif (sys.id sys.role net.netif lowlevelrange)) +(sidcontext netif (sys.id sys.role net.netif sys.lowlow)) (class netif (egress ingress)) (classorder (unordered netif)) @@ -62,7 +62,7 @@ (blockabstract base_template) - (context netif_context (.sys.id .sys.role netif lowlevelrange)) + (context netif_context (.sys.id .sys.role netif .sys.lowlow)) (type netif) (call .net.netif.type (netif))) -- cgit v1.2.3