3135 Commits

Author SHA1 Message Date
Christian Breunig
f8c2d48a4d
Merge pull request #1155 from vyos/t5753-vxlan-vnifilter
vxlan: T5753: add support for VNI filtering
2023-11-22 11:06:00 +01:00
Christian Breunig
2e3510f988 http: T5762: rename "virtual-host listen-port" -> "virtual-host port" 2023-11-22 11:05:25 +01:00
tooeffayy
9cec1113fd Fix mDNS documentation to correct Example issue 2023-11-21 18:05:15 -05:00
Robert Göhler
330514a6c9
Merge pull request #1157 from vyos/t5760-dhcp-user-class
dhcp-client: T5760: add CLI option to pass user-class parameter
2023-11-21 20:46:17 +01:00
Robert Göhler
ca33735cfc
Merge pull request #1156 from greenpsi/wireguard-pki-update
Update wireguard pki command syntax
2023-11-21 20:37:51 +01:00
Robert Göhler
56dca14a32
Merge pull request #1159 from vyos/update-dependencies-master
Github: update current branch
2023-11-21 20:31:52 +01:00
Christian Breunig
12ffd3e638 http: T5762: api: make API socket backend communication the one and only default
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn
backend server.

https://github.com/vyos/vyos-1x/pull/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.
2023-11-21 08:22:39 +01:00
rebortg
7c292ea9b3 Github: update current branch 2023-11-20 06:05:40 +00:00
Christian Breunig
643432e59f T2405: add Git support to commit-archive 2023-11-19 22:17:07 +01:00
Christian Breunig
bf74eda74f dhcp-client: T5760: add CLI option to pass user-class parameter 2023-11-19 22:09:45 +01:00
Christian Breunig
c8f8c2d10c vxlan: T5753: add support for VNI filtering 2023-11-18 19:57:43 +01:00
greenpsi
c32a5a06c4 Update wireguard pki command syntax 2023-11-17 00:15:04 +01:00
Robert Göhler
403bca3bad
Merge pull request #1154 from blex2/patch-1
Update quick-start.rst
2023-11-16 21:56:24 +01:00
Robert Göhler
1ea74f4d9b
Merge pull request #1153 from greenpsi/nat-update
Nat update
2023-11-16 21:53:16 +01:00
Robert Göhler
47b3c55785
Merge pull request #1152 from glaubway/update-command-scripting
Update script ex with the correct "source" syntax
2023-11-16 21:43:22 +01:00
Robert Göhler
dea607f0fd
Merge pull request #1150 from vyos/update-dependencies-master
Github: update current branch
2023-11-16 21:40:08 +01:00
rebortg
e9b730bf24 correct version in template 2023-11-16 21:38:40 +01:00
rebortg
6e3a9269f5 add 1.5 version to 404 page
(cherry picked from commit 14e90781051ce8ad37201aadef8f9e2869f6100e)
2023-11-16 21:37:55 +01:00
Christian Breunig
1cd1f7ac6f Bump version to 1.5 2023-11-16 16:10:16 +01:00
blex2
71e2bb0871
Update quick-start.rst
tryed document with rolling release 1.5 and had some problems with commands that changed. I adopted the changes here to reflect how I got it on the rolling releae without parse errors
2023-11-16 00:52:35 +01:00
greenpsi
f0349e7f1f Nat update
Update some nat commands to new syntax
2023-11-16 00:19:59 +01:00
glaubway
95dac5696e
Update script ex with the correct "source" syntax 2023-11-15 21:55:45 +00:00
Christian Breunig
9e9f2755a8
Merge pull request #1151 from vyos/frr-pim-T5733
pim: igmp: T5733: adjust to latest CLI syntax
2023-11-15 18:21:41 +01:00
Christian Breunig
2de650e60c pim: igmp: T5733: adjust to latest CLI syntax 2023-11-13 21:29:52 +01:00
Robert Göhler
092965a217
Update flowtables.rst 2023-11-13 11:16:14 +01:00
rebortg
203fdb8f6c Github: update current branch 2023-11-13 06:05:43 +00:00
Robert Göhler
f59bff9cdd
Merge pull request #1144 from nicolas-fort/fwall-nat-update
Fwall nat update
2023-11-12 21:43:16 +01:00
Robert Göhler
2c14b973a3
Update flowtables.rst 2023-11-12 21:42:49 +01:00
Robert Göhler
611faea0a8
Merge pull request #1147 from indrajitr/avahi-doc
mdns: T5227, T5615, T5719: Update mDNS documentation for additional options
2023-11-12 21:16:22 +01:00
Robert Göhler
8de4a1e55a
Merge pull request #1145 from josenj/master
Small document changes.
2023-11-12 21:08:45 +01:00
mkorobeinikov
a80321d09e Ansible example article
An example of how to set up Ansible and VyOS.
2023-11-10 07:37:48 +03:00
Indrajit Raychaudhuri
510485fd14 mdns: T5227, T5615, T5719: Update mDNS documentation for additional options
Add mdns repeater docs for additional conf-mode and op-mode options.
2023-11-09 22:00:25 -06:00
Daniil Baturin
e4785773bf
Merge pull request #1146 from srividya0208/minor_errors
correction of typos
2023-11-09 13:27:19 +00:00
srividya0208
040472e043 correction of typos 2023-11-09 08:19:04 -05:00
jose
c5e83bc9a0 Changed 'set' command to appear the same as other commands 2023-11-08 19:23:49 -05:00
jose
3e002f8765 Spelling correction 2023-11-08 19:09:40 -05:00
Nicolas Fort
b6c3c7f40a Firewall Update: improve documentation and split file for better experience while reading. Add brief notes regarding Flowtables and Bridge firewall, leaving a note that those documents are still under development. New explanation for Netfilter based firewall, which includes new diagrams. 2023-11-08 13:51:47 -03:00
Robert Göhler
ebde99a045
Merge pull request #1142 from andriiandrieiev/master
Fixed lxml build (Python 3.12 issue)
2023-11-07 23:46:18 +01:00
Andrii Andrieiev
561eb194e0 Fixed lxml build (Python 3.12 issue) 2023-11-08 00:35:14 +02:00
Robert Göhler
8a1d41b7f1
Merge pull request #1127 from JeffWDH/master
Update ssh.rst
2023-11-07 21:27:00 +01:00
Robert Göhler
c7f655e466
Merge pull request #1138 from Harliff/patch-2
Update build-vyos.rst (separate "saggita" from "current")
2023-11-07 21:25:52 +01:00
Robert Göhler
ee8a7c224e
Merge pull request #1140 from vyos/update-dependencies-master
Github: update current branch
2023-11-07 21:19:44 +01:00
Robert Göhler
42b9614365
downgrade lxml 2023-11-07 21:15:38 +01:00
Robert Göhler
3a04755562
github action lxml fix dependencies 2023-11-07 21:08:18 +01:00
Robert Göhler
67784145f3
github action lxml fix dependencies 2023-11-07 21:04:36 +01:00
Robert Göhler
5e478bfd83
gthub action lxml dependencies 2023-11-07 21:01:36 +01:00
Robert Göhler
205dcc0c67
lxml dependencies 2023-11-07 20:59:49 +01:00
Robert Göhler
98317f33d7
Update update-translations.yml 2023-11-07 20:57:34 +01:00
rebortg
4b84362381 Github: update current branch 2023-11-06 06:05:27 +00:00
Harliff
ed8865aec6
Update build-vyos.rst
Since "saggita" is no more current branch and links to the "current" pointed to "ciriunus" branch now, I've replaced "current" branch links to "saggita", so 1.4 can be built.
2023-11-02 16:20:52 +03:00