-
Notifications
You must be signed in to change notification settings - Fork 355
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
Sagitta Synchronize updates #1193
Closed
Closed
Conversation
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
Fix typo, 'ehternet' -> 'ethernet'
…e MTU (cherry picked from commit 7090b69)
(cherry picked from commit 1ddce99)
(cherry picked from commit 8a58048)
(cherry picked from commit 11cb997)
(cherry picked from commit 8c838d7)
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection (cherry picked from commit c9a0680)
(cherry picked from commit 6b2d50c)
Update ssh.rst (backport #1127)
(cherry picked from commit 2de650e)
(cherry picked from commit 14e9078)
…nly default Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. vyos/vyos-1x#2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy. (cherry picked from commit 12ffd3e)
(cherry picked from commit 2e3510f)
(cherry picked from commit c8f8c2d)
(cherry picked from commit d29ee63)
HTTP API add reboot and poweroff endpoints example (backport #1161)
(cherry picked from commit 5953d6f)
…lobal Options sagitta/quick-start.html: Fix to replace "interface-name" with "name" for rule 30 and 40 in code snippet to correct syntax error. sagitta/configuration/firewall/global-options.html: Fix to improve correctness is use of English language from "conform" to "confirming" On branch sagitta_giggum Changes to be committed: modified: quick-start.rst modified: configuration/firewall/global-options.rst
Github: update sagitta branch
Sagitta_giggum pull request for fix to 1.4.x sagitta documentation
(cherry picked from commit 0429c31)
Github: update sagitta branch
Added set metric (MED) to (+/-)rtt in route-map (cherry picked from commit a78504e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Manually update to the latest