-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After set "ip ospf network broadcast", ospfd will close connection and exit. #17508
Comments
what's the stack trace? |
I can't reproduce this. |
@donaldsharp only this :vtysh: error reading from ospfd: Resource temporarily unavailable (11)Warning: closing connection to ospfd because of an I/O error! ,then vtysh exit |
@Jafaral please repeat step 1-3 several times and check,thanks |
Here are the behavior of 10.3: 181234# show ip ospf neighbor Neighbor ID Pri State Up Time Dead Time Address Interface RXmtL RqstL DBsmL 181234# show ip ospf neighbor Neighbor ID Pri State Up Time Dead Time Address Interface RXmtL RqstL DBsmL 181234# con |
Please provide backtrace or ospfd logs. |
ospf.txt |
There backtrace:
|
Frr 10.2 from alpine linux edge (10.2) on incus from debian bookworm: Bug is not appers. |
@ne-vlezay80 Please perform STEP3 immediately after STEP2,thanks |
Alpine linux 3.20 on Incus from debian bookworm. Bug is not appers.
|
@ne-vlezay80 Are you operating on one device ? |
Description
After set "ip ospf network broadcast",vtysh will print :
vtysh: error reading from ospfd: Resource temporarily unavailable (11)Warning: closing connection to ospfd because of an I/O error!
Version
How to reproduce
STEP1.
configuration:
DUT1#
interface enp0s3
ip ospf area 0
ip ospf network point-to-point
router ospf
ospf router-id 4.4.4.4
DUT2#
interface VLAN1
ip ospf area 0
ip ospf network point-to-point
router ospf
ospf router-id 1.1.1.1
STEP2.
configure DUT2:
DUT2# configure
DUT2(config)# interface enp0s3
DUT2(config-if)# ip ospf network broadcast
DUT2(config-if)# exit
DUT2(config)# no router ospf
DUT2(config)# router ospf
DUT2(config-router)# ospf router-id 1.1.1.1
DUT2(config-router)# end
STEP3.
configure DUT1:
DUT1# configure
DUT1(config)# interface enp0s3
DUT1(config-if)# ip ospf network broadcast
vtysh: error reading from ospfd: Resource temporarily unavailable (11)Warning: closing connection to ospfd because of an I/O error!
Expected behavior
There should be no message and error when set command.
Actual behavior
Error message is printed to screen and ospfd exited
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: