]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - nest/rt-dev.c
KRT: Remove KRF_INSTALLED flag
[thirdparty/bird.git] / nest / rt-dev.c
index 66f458e7fc3c40ff896a3f2e4319a50de294974c..61f025cea8a28a974e9542dc579db83934f5184e 100644 (file)
@@ -185,6 +185,7 @@ dev_copy_config(struct proto_config *dest, struct proto_config *src)
 struct protocol proto_device = {
   .name =              "Direct",
   .template =          "direct%d",
+  .class =             PROTOCOL_DIRECT,
   .preference =                DEF_PREF_DIRECT,
   .channel_mask =      NB_IP | NB_IP6_SADR,
   .proto_size =                sizeof(struct rt_dev_proto),