summaryrefslogtreecommitdiff
path: root/zebra/zebra_pbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_pbr.h')
-rw-r--r--zebra/zebra_pbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_pbr.h b/zebra/zebra_pbr.h
index fcc9c5c39a..b7fbc9b7d5 100644
--- a/zebra/zebra_pbr.h
+++ b/zebra/zebra_pbr.h
@@ -41,7 +41,7 @@ struct zebra_pbr_rule {
struct pbr_rule rule;
- struct interface *ifp;
+ char ifname[INTERFACE_NAMSIZ];
vrf_id_t vrf_id;
};