Skip to content
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

[annotation.go:88] Unable to annotate #19

Open
funzoneq opened this issue Dec 15, 2017 · 1 comment
Open

[annotation.go:88] Unable to annotate #19

funzoneq opened this issue Dec 15, 2017 · 1 comment

Comments

@funzoneq
Copy link

Hi,

Can you share an example bird.conf? From what I read through bird.go I understand that the protocol should be named: nf_(ip of peer).replace(".", "_"):

template bgp Neighbors {
        local as 1234;          # our own as

        import all;
        export none;
	multihop;
}

protocol bgp nf_12_12_12_12 from Neighbors {
        description "bb01.fra";

        neighbor 12.12.12.12 as 1234;
}

But I keep getting unable to annotate.

@funzoneq funzoneq changed the title E1215 07:49:38.230651 20022 annotation.go:88] Unable to annotate [annotation.go:88] Unable to annotate Dec 15, 2017
@taktv6
Copy link
Member

taktv6 commented Apr 3, 2018

Your naming scheme looks fine if 12.12.12.12 is the source IP address of incoming Netflow/IPFIX packets. However this integration is brittle and honestly sucks. I'm currently working on an integrated BGP speaker so we can avoid this hassle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants