Git Product home page Git Product logo

Comments (7)

ton31337 avatar ton31337 commented on June 9, 2024 1

Okay, thanks for reporting. Will check it.

from frr.

ton31337 avatar ton31337 commented on June 9, 2024

Graceful bgpd stop does not trigger graceful restart, that's expected. You have to kill bgpd.

from frr.

YutaroHayakawa avatar YutaroHayakawa commented on June 9, 2024

SIGINT and SIGKILL produce the same result. In both cases, bgpd (technically Linux) disconnects TCP with proper termination handshake (FIN/ACK) without sending BGP notification. So, the peer shouldn't be able to distinguish those two cases.

from frr.

ton31337 avatar ton31337 commented on June 9, 2024

Ah, you mean per-peer? Then it might be a bug. I tested (and we have a test) global, it works fine.

from frr.

YutaroHayakawa avatar YutaroHayakawa commented on June 9, 2024

Yes, right. Global works fine and tested, but per-peer doesn't work for me and is untested. That's why I made this PR (#15827)

from frr.

ton31337 avatar ton31337 commented on June 9, 2024

I tested GR per-neighbor, and it works fine. It does not work for you because you have neighbor 192.168.255.1 graceful-restart before the real neighbor is created, and when vtysh parses the config, this statement is just ignored. Put it after the neighbor is defined with remote-as ....

from frr.

YutaroHayakawa avatar YutaroHayakawa commented on June 9, 2024

Oh, I see. Thanks for investigating it. My bad. I always forget that FRR's config is a series of commands and not a declarative configuration.

from frr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.