]> git.proxmox.com Git - mirror_frr.git/blobdiff - defaults.h
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / defaults.h
index 57e35f3ce6c4ba69b50f7315ba48e2e7619cfb94..fd38aaed7029c670cebb9292ad3de1f682fdcaa5 100644 (file)
@@ -14,8 +14,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along
- * with FRR; see the file COPYING.  If not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 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 _FRR_DEFAULTS_H
@@ -23,7 +23,7 @@
 
 #include "config.h"
 
-#ifdef HAVE_CUMULUS
+#ifdef HAVE_DATACENTER
 
 #define DFLT_BGP_IMPORT_CHECK                  1
 #define DFLT_BGP_TIMERS_CONNECT                        10
@@ -36,7 +36,7 @@
 #define DFLT_OSPF_LOG_ADJACENCY_CHANGES                1
 #define DFLT_OSPF6_LOG_ADJACENCY_CHANGES       1
 
-#else /* !HAVE_CUMULUS */
+#else  /* !HAVE_DATACENTER */
 
 #define DFLT_BGP_IMPORT_CHECK                  0
 #define DFLT_BGP_TIMERS_CONNECT                        120
@@ -49,6 +49,6 @@
 #define DFLT_OSPF_LOG_ADJACENCY_CHANGES                0
 #define DFLT_OSPF6_LOG_ADJACENCY_CHANGES       0
 
-#endif /* !HAVE_CUMULUS */
+#endif /* !HAVE_DATACENTER */
 
 #endif /* _FRR_DEFAULTS_H */