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

policy: ImplementAsAppendAction #1637

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 5, 2018

  1. api: Add AsAppendAction

    Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
    fujimoto-s committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    cde6311 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. config: Add configs for AsAppendAction

    Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
    fujimoto-s committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    e477874 View commit details
    Browse the repository at this point in the history
  2. table: Implement AsAppendAction

    In this commit, we append aspath as a new AsPath instance,
    instead of merging with the existing AsPath instance.
    This will not violate the RFC, and is not harmful for
    other BGP speakers which receive this AsPath.
    
    Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
    fujimoto-s committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    561bece View commit details
    Browse the repository at this point in the history
  3. cli: Add command for AsAppendAction

    Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
    fujimoto-s committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    66f5676 View commit details
    Browse the repository at this point in the history
  4. doc: Mod document for AsPathAppendAction

    Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
    fujimoto-s committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3e4e640 View commit details
    Browse the repository at this point in the history