Commit 95639d95 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Device: Fix option 'primary'

parent 8e25f7d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ kif_item:
   }
 | PRIMARY opttext net_or_ipa {
     struct kif_primary_item *kpi = cfg_alloc(sizeof (struct kif_primary_item));
     kpi->pattern = $2;
     kpi->addr = $3;
     add_tail(&THIS_KIF->primary, &kpi->n);
   }