diff options
Diffstat (limited to 'src/net/netifnet.cil')
-rw-r--r-- | src/net/netifnet.cil | 4 |
1 files changed, 2 insertions, 2 deletions
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 <dominick.grift@defensec.nl> ;; 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))) |