]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_bfd.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / ospfd / ospf_bfd.h
index 2c6aec91765376ecca0adee8d68cba3f81e75cb0..74385d326852f3d02c3460f5bc17fd084f8e3a5a 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with GNU Zebra; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _ZEBRA_OSPF_BFD_H
@@ -36,13 +35,13 @@ extern void ospf_bfd_trigger_event(struct ospf_neighbor *nbr, int old_state,
 
 extern void ospf_bfd_interface_show(struct vty *vty, struct interface *ifp,
                                    json_object *json_interface_sub,
-                                   u_char use_json);
+                                   bool use_json);
 
 extern void ospf_bfd_info_nbr_create(struct ospf_interface *oi,
                                     struct ospf_neighbor *nbr);
 
 extern void ospf_bfd_show_info(struct vty *vty, void *bfd_info,
-                              json_object *json_obj, u_char use_json,
+                              json_object *json_obj, bool use_json,
                               int param_only);
 
 extern void ospf_bfd_info_free(void **bfd_info);