Ospfd.conf, fib-update, and Syntax Errors

Previous thread: Aspire One VGA (Intel 82945GME Video) not working in current but works in release by Dusty on Thursday, June 10, 2010 - 2:17 pm. (6 messages)

Next thread: Re: Why I left OpenBSD by VICTOR TARABOLA CORTIANO on Thursday, June 10, 2010 - 5:12 pm. (1 message)
From: Andrew Klettke
Date: Thursday, June 10, 2010 - 3:12 pm

All,

I'm having a really strange issue with a 4.7 box running -stable and the 
option "fib-update no" in ospfd.conf:

Here's my ospfd.conf:
# cat /etc/ospfd.conf
# $OpenBSD: ospfd.conf,v 1.4 2007/06/19 16:49:56 reyk Exp $

# Global Config
router-id ***.***.***.***
fib-update no


area 0.0.0.31 {
         interface fxp0 {
                 auth-type crypt
                 auth-md-keyid **
                 auth-md 1 ********************
        }
         interface lo1 {
                 passive
         }
}

Now, when I try to bring up ospfd...
# ospfd -n
/etc/ospfd.conf:5: syntax error

Line 5, of course, is the "fib-update no" line. I know this is the 
correct synatx ( or at least the man page for ospfd.conf says so), so 
what gives?

-- 
Thanks,

Andrew Klettke
Optic Fusion NOC
253-830-2943

Previous thread: Aspire One VGA (Intel 82945GME Video) not working in current but works in release by Dusty on Thursday, June 10, 2010 - 2:17 pm. (6 messages)

Next thread: Re: Why I left OpenBSD by VICTOR TARABOLA CORTIANO on Thursday, June 10, 2010 - 5:12 pm. (1 message)