-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Rpki Encapsulation #5015
Merged
qlyoung
merged 22 commits into
FRRouting:master
from
pguibert6WIND:rpki_vrf_encapsulation
Jul 14, 2020
Merged
Rpki Encapsulation #5015
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7d177be
bgpd: notify user that pub key file may be overriden
pguibert6WIND bd32bb8
bgpd: remove double spaces with rpki running config & ssh
pguibert6WIND b5b9dca
bgpd: avoid crash when calling show rpki-table
pguibert6WIND f9dea02
bgpd: missing rpki retry-interval in show running-config
pguibert6WIND 416d048
bgpd: missing rpki expire-interval in show running-config
pguibert6WIND f3517f5
bgpd: running-config rpki indicates only non default values
pguibert6WIND aa31aef
bgpd: add hooks for displaying debug information of a plugin
pguibert6WIND fed3793
bgpd: link rpki debug with bgp debugging hook
pguibert6WIND 7434534
bgpd: encapsulate rpki attributes in a context
pguibert6WIND 38bf60c
bgpd: suppress availability from rpki command under enable node
pguibert6WIND dde9d0e
lib, vtysh: bgp rpki constistent changes with rpki_node
pguibert6WIND 157f6f4
bgpd: ability to remove rpki contexts from vty
pguibert6WIND 0443072
bgpd: add a hook to inform a vrf is enabled/disabled
pguibert6WIND c06cad2
bgpd: use rtrlib callback for socket creation
pguibert6WIND 2224b36
bgpd: rpki show commande equipped with vrfname parameter
pguibert6WIND 4a42034
bgpd: duplicate config commands into rpki-vrf subnode
pguibert6WIND fd1be68
bgpd: add hook for running-config per vrf rpki config
pguibert6WIND 1f8d139
bgpd: no rpki command available
pguibert6WIND 0feaf64
bgpd: validation of bgp routes with rpki done on according vrf
pguibert6WIND 9dcfdf2
bgpd: add vrf name on some logs from rpki
pguibert6WIND 0ba6afa
doc: add rpki information for rpki per vrf commands
pguibert6WIND 76ddd87
bgpd: change rtr_is_ integer to bool format
pguibert6WIND File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This particular commit is not very clear. Can you explain this a bit more ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rpki is a plugin.
so if I want to know which debug rpki has, I have to call a hook.