Solved Quagga ospfd crashes when changing network type over GRE tunnel

Hi,

I am using quagga ospfd and configuring it over gre tunnel interface. When changing the network type daemon crashes. I am using vtysh to configure.
Please let me know what I am missing here,

Thank you in advance for the help,
Code:
*sh-4.3# telnet 127.0.0.1 2604
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Hello, this is Quagga (version 1.0.20161017).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

User Access Verification

Password:
ospfd> en
ospfd#
ospfd#  configure terminal
ospfd(config)# int tunnel1
ospfd(config-if)# ip ospf network point-to-p
ospfd(config-if)# ip ospf network point-to-point
ospfd(config-if)# ip ospf network point-to-point Connection closed by foreign host.
sh-4.3#*
 
What version of FreeBSD?


That's almost 8 years old? Maybe install an up to date version?
Upgraded to 1.2.3 and still issue is there, using Linux busybox(embedded).


sh-4.3# telnet 127.0.0.1 2604
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Hello, this is Quagga (version 1.2.3).
Copyright 1996-2005 Kunihiro Ishiguro, et al.


User Access Verification

Password:
ospfd> en
ospfd# conf
ospfd# configure te
ospfd# configure terminal
ospfd(config)# router ospf
ospfd(config-router)# network 12.12.1.1 area 0.0.0.0
% [OSPF] Unknown command: network 12.12.1.1 area 0.0.0.0
ospfd(config-router)# network 12.12.1.1/8 area 0.0.0.0
ospfd(config-router)# Connection closed by foreign host.
sh-4.3#
 
Back
Top