protobuf support for rpm build for redhat #11797
Replies: 9 comments
-
@ton31337 would you be able to guide here? |
Beta Was this translation helpful? Give feedback.
-
Just add |
Beta Was this translation helpful? Give feedback.
-
Thanks @ton31337 Also, I would like to understand another concept of ZAPI - actually I am interested in routes that are learnt by the BGP - and I want to pass on that information to my SDN routes. Should I need to use ZAPI for this purpose or FPM? If ZAPI, is there any references? |
Beta Was this translation helpful? Give feedback.
-
@ton31337 When to use ZAPI and When to use FPM? |
Beta Was this translation helpful? Give feedback.
-
@ton31337 also - I added the flag |
Beta Was this translation helpful? Give feedback.
-
@ton31337 in fact I get error while building rpms. If I set the enable-protobuf option
|
Beta Was this translation helpful? Give feedback.
-
ZAPI is a Zebra API, and for example, other BGP (like GoBGP, etc.) implementations (or any other existing daemons in FRR) can use ZAPI to manipulate route handling. FPM is an external program that listens for protobuf or Netlink messages. |
Beta Was this translation helpful? Give feedback.
-
@ton31337 Thanks. Any hint on build errors I see in RPM build. ? |
Beta Was this translation helpful? Give feedback.
-
Ignore - I did not add those files from %buildroot to %files section |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
To Reproduce
The document says
http://docs.frrouting.org/projects/dev-guide/en/latest/packaging-redhat.html
I guess protobuf support option not compiled by default - so I have to pass additional arguments ?
--enable-protobuf
If I pass also, the rpmbuild would not be honouring this flag? so how to enable protobuf while building RPMs?
@ton31337 Could you please help?
Beta Was this translation helpful? Give feedback.
All reactions