install_element (BGP_NODE, &no_bgp_redistribute_ipv4_ospf_rmap_metric_cmd);
install_element (BGP_NODE, &bgp_redistribute_ipv4_ospf_metric_rmap_cmd);
install_element (BGP_NODE, &no_bgp_redistribute_ipv4_ospf_metric_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_metric_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_metric_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_rmap_metric_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_metric_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_rmap_metric_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_metric_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_metric_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_metric_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_rmap_metric_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_rmap_metric_cmd);
+ install_element (BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_metric_rmap_cmd);
+ install_element (BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_metric_rmap_cmd);
#ifdef HAVE_IPV6
install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_cmd);
install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_cmd);