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

Nhrp #571

Merged
merged 4 commits into from
May 18, 2017
Merged

Nhrp #571

merged 4 commits into from
May 18, 2017

Commits on May 17, 2017

  1. nhrpd: Fix some missing newlines

    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed May 17, 2017
    Configuration menu
    Copy the full SHA
    201f627 View commit details
    Browse the repository at this point in the history
  2. nhrpd: Fix crash in 'no nhrp event socket..' command

    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d258c88 View commit details
    Browse the repository at this point in the history
  3. nhrp: improve CIE prefix length handling

    RFC2332 states that prefix length MUST be 0xff for unique bindings.
    However, it seems at least some Cisco firmwares use host prefix
    length instead (which on wire level makes sense). Relax the handling
    of prefix length to treat all value longer than address length as
    0xff. Additionally treat 0x00 the same way too, this is required
    by the RFC. This also fixes the prefix length address family to be
    checked against protocol address.
    Signed-off-by: Timo Teräs <timo.teras@iki.fi>
    fabled authored and donaldsharp committed May 17, 2017
    Configuration menu
    Copy the full SHA
    55fd6ee View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. nhrpd: announce ipv6 routes to zebra

    Signed-off-by: Timo Teräs <timo.teras@iki.fi>
    fabled authored and donaldsharp committed May 18, 2017
    Configuration menu
    Copy the full SHA
    37dc8ab View commit details
    Browse the repository at this point in the history