OSPF API #12930
-
Hello! So is there another way to enable ospf api server? Building code without But ospf client for this api looks alive: https://github.com/FRRouting/frr/tree/master/ospfclient So, maybe api is alive too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So |
Beta Was this translation helpful? Give feedback.
So
--enable-opaque-lsa
is not needed. ospfd apiserver is built by default, but disabled.To enable ospfd apiserver you need
./ospfd --apiserver
- described in documentation.To enable it in frr suit - just add edit line
ospfd_options=" -A 127.0.0.1 -a"
in/etc/frr/daemons