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

Sagitta Synchronize updates #1193

Closed
wants to merge 38 commits into from
Closed

Sagitta Synchronize updates #1193

wants to merge 38 commits into from

Conversation

sofukong
Copy link
Contributor

Manually update to the latest

b- and others added 30 commits September 21, 2023 11:12
Fix typo, 'ehternet' -> 'ethernet'
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 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)
HTTP API add reboot and poweroff endpoints example (backport #1161)
…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
Sagitta_giggum pull request for fix to 1.4.x sagitta documentation
(cherry picked from commit 0429c31)
Added set metric (MED) to (+/-)rtt in route-map

(cherry picked from commit a78504e)
rebortg and others added 8 commits December 11, 2023 06:05
policy: T4704: Added set metric (MED) to (+/-)rtt in route-map (backport #1173)
Add a simple description and example of NAT64

(cherry picked from commit 9a049c0)
NAT64: Add example of configuration for NAT64 (backport #1179)
@github-actions github-actions bot requested a review from rebortg December 19, 2023 10:31
@sofukong sofukong closed this Dec 19, 2023
@sofukong sofukong deleted the sagitta branch December 19, 2023 10:34
@sofukong sofukong restored the sagitta branch December 19, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

8 participants