From 916c8c0abacfd5ba93353fec9dba84a81845c95e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 10:40:00 +0000 Subject: Use preferences properly. --- proto/ospf/config.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/config.Y') diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index 1edaeb0..dcd7500 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -20,6 +20,7 @@ CF_ADDTO(proto, ospf_proto '}') ospf_proto_start: proto_start OSPF { this_proto = proto_config_new(&proto_ospf, sizeof(struct ospf_config)); + this_proto->preference = DEF_PREF_OSPF; } ; -- cgit v1.2.3