Subject: gated problem
To: None <netbsd-users@netbsd.org>
From: Pavel Trubl <trubl@katel.cz>
List: netbsd-users
Date: 09/10/2002 09:52:22
/sorry about my bad English/

Hello,
I try configure gated.
This is my /etc/gated.conf:

rip no;
ospf yes {
        defaults {
        preference 10;
        };

traceoptions all packets;
area 0.0.0.2 {
                interface le0 cost 10
                {
                    enable;
                    priority 10;
                };
        };
};

Gated is running, but there are this messages in log:

Sep 10 07:35:14 sonya gated[2800]: Start gated[2800] version 3-5-11 
built Tue Sep 10 06:34:22 GMT 2002
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT 10.73.56.1      
router #1              flags <UP HOST LLINFO>2405:
ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT 10.73.56.16     
router #1 0.e0.7d.78.90.bd flags <UP HOST LLINFO>24
05: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP GW REJECT STATIC>8
0b: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP GW REJECT STATIC>8
0b: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP HOST>5: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP GW REJECT STATIC>8
0b: ignoring
Sep 10 07:35:14 sonya last message repeated 8 times
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router #1              flags <UP CLONING>101: ignor
ing
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP>1: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP GW REJECT STATIC>8
0b: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP>1: ignoring
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router #1              flags <UP CLONING>101: ignor
ing
Sep 10 07:35:14 sonya gated[2800]: KRT READ REMNANT (null)          
router (null)          flags <UP CLONING>101: ignor
ing
Sep 10 07:35:14 sonya gated[2800]: ospf_startup: we got socket number 9
Sep 10 07:35:14 sonya gated[2800]: Commence routing updates        

What is it?
Thank you...
Pavel Trubl