From: Ondrej Zajicek Date: Fri, 16 Jan 2009 11:08:07 +0000 (+0100) Subject: Fixes some past config grammar update that caused password related regression. X-Git-Tag: v1.2.0~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c460bc9034b30743dd861ddbdbc026cd2997b5;p=thirdparty%2Fbird.git Fixes some past config grammar update that caused password related regression. --- diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index 0956d9e34..00b6be7c9 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -32,7 +32,7 @@ CF_KEYWORDS(RX, BUFFER, LARGE, NORMAL) CF_GRAMMAR -CF_ADDTO(proto, ospf_proto '}' { OSPF_PATT->passwords = get_passwords(); } ) +CF_ADDTO(proto, ospf_proto '}') ospf_proto_start: proto_start OSPF { this_proto = proto_config_new(&proto_ospf, sizeof(struct ospf_config)); @@ -83,7 +83,7 @@ ospf_area_item: ; ospf_vlink: - ospf_vlink_start '{' ospf_vlink_opts '}' + ospf_vlink_start '{' ospf_vlink_opts '}' { OSPF_PATT->passwords = get_passwords(); } | ospf_vlink_start ; @@ -237,7 +237,7 @@ ospf_iface_opt_list: ; ospf_iface: - ospf_iface_start iface_patt ospf_iface_opt_list + ospf_iface_start iface_patt ospf_iface_opt_list { OSPF_PATT->passwords = get_passwords(); } ; ospf_iface_list: