aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/files/patch-ro.c
blob: 5563b4976dafef350bdd76de6cc504c820f48171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ro.c.orig	Wed Oct 15 06:07:13 2003
+++ ro.c	Wed Oct 15 06:07:38 2003
@@ -471,18 +471,18 @@
 	if(extrange) {
 		if(retval<100 || (retval>199 && retval<2000) || retval>2699) {
 			fprintf(f,"\
-!=============================================================================
-! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)
-!=============================================================================
+!=============================================================================\n\
+! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)\n\
+!=============================================================================\n\
 ",string); 
 			exit(1);
 		};
 	} else {
 		if((retval>100 && retval<1300) || retval>1999) {
 			fprintf(f,"\
-!=============================================================================
-! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)
-!=============================================================================
+!=============================================================================\n\
+! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)\n\
+!=============================================================================\n\
 ",string); 
 
 			exit(1);