From ac7a2145ccd5cfc54788b0218cc253e3b1721b76 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 14:02:04 +0000 Subject: f_new_dynamic_attr gets third argument, type as filters know it. --- proto/bgp/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/bgp/config.Y') diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index ad9cf8c..635c4f6 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -50,7 +50,7 @@ bgp_proto: | bgp_proto NEXT HOP SELF ';' { BGP_CFG->next_hop_self = 1; } ; -CF_ADDTO(dynamic_attr, BGP_PATH { $$ = f_new_dynamic_attr(EAF_TYPE_AS_PATH, EA_CODE(EAP_BGP, BA_AS_PATH)); }) +CF_ADDTO(dynamic_attr, BGP_PATH { $$ = f_new_dynamic_attr(EAF_TYPE_AS_PATH, T_PATH, EA_CODE(EAP_BGP, BA_AS_PATH)); }) CF_CODE -- cgit v1.2.3