summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.h
diff options
context:
space:
mode:
authorajs <ajs>2004-12-15 15:07:19 +0000
committerajs <ajs>2004-12-15 15:07:19 +0000
commitbc18d616ad7d1d580e1e04c28eab2cd9afb67fad (patch)
tree2177945097bf719604b066c35724b55606ad7eae /ospfd/ospf_interface.h
parent766a0ca3dcb824fc9283be89bb57e47132b26826 (diff)
2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_interface.h: Declare new function ospf_default_iftype. * ospf_interface.c: (ospf_default_iftype) New function to centralize this logic in one place. * ospf_zebra.c: (ospf_interface_add) Use new function ospf_default_iftype. * ospf_vty.c: (no_ip_ospf_network,config_write_interface) Fix logic by using new function ospf_default_iftype.
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r--ospfd/ospf_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index ed6abed0..60ee1650 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -246,4 +246,6 @@ struct crypt_key *ospf_crypt_key_new ();
void ospf_crypt_key_add (struct list *, struct crypt_key *);
int ospf_crypt_key_delete (struct list *, u_char);
+u_char ospf_default_iftype(struct interface *ifp);
+
#endif /* _ZEBRA_OSPF_INTERFACE_H */