config.Y grammar for a new protocol

Vinod Padmanabhan vinod.padmanabhan at oracle.com
Fri May 21 06:57:07 CEST 2021


Hi,

I would like to know how to add a config.Y file for any new protocol in Bird2.0. For example, if my config file looks like:

ipv4 table xyz;

protocol new {
      ipv4 {
              table xyz;
            import all;
            export where source = RTS_BGP;
            };
}
How will the corresponding grammar look like?

Thanks,
Vinod


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20210521/0e2edb12/attachment.htm>


More information about the Bird-users mailing list