Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | Fix lint issues | Nicolas Vollmar | |
2024-05-16 | T4519: update documentation to reference DUID instead of IAID_DUID | Nicolas Vollmar | |
2024-05-15 | Fix lint issues | Nicolas Vollmar | |
(cherry picked from commit c432da682bf117184729c36e84850d384ea34f49) | |||
2024-05-08 | config-sync: adding initial user documentation | Ginko | |
(cherry picked from commit 07ae4323b3731061854e386bd53af5749862f031) | |||
2024-05-06 | Remove inexisting config option from example | Nicolas Vollmar | |
(cherry picked from commit e29a23c2cae671c1097429774d918ead1faeb889) | |||
2024-05-05 | Fixed examples in accel-ppp services in IPv6 section | aapostoliuk | |
Fixed examples in accel-ppp services in IPv6 section (cherry picked from commit 899acac204ba39b6d092ebc389e435a669d39258) | |||
2024-05-05 | Update ntp.rst | Aidan Gibson | |
"leaf seond" -> leaf second *.pool.ntp.org -> time*.vyos.net (cherry picked from commit a21eeaaf10f126579c430710675f6c25d781df35) | |||
2024-04-07 | conntrack-sync: T1244: Support for StartupResync in conntrackd | Nataliia Solomko | |
(cherry picked from commit 2b32a2e134ec4dcb1a574fd405147aeb9644abdb) | |||
2024-04-07 | conntrack-sync: T1244: Support for StartupResync in conntrackd | Nataliia Solomko | |
(cherry picked from commit f4e6d33a06e6125419900723ae7dc02fe264059d) # Conflicts: # docs/configuration/service/conntrack-sync.rst | |||
2024-03-17 | radvd: T6118: add nat64prefix support RFC8781 | Christian Breunig | |
(cherry picked from commit 7611b9be992c29bc0919072cc7df7519afa0b441) | |||
2024-03-06 | Fixed line wrapping for previous PR #1313 | Ginko (Giggum) | |
2024-03-06 | Rewrote Dynamic DNS documentation/examples to align with T5791 | Ginko (Giggum) | |
2024-03-03 | ipv6: improve PPPoE and RA examples | Christian Breunig | |
(cherry picked from commit 62b36a812a922ad6fc17f636bba029e463f35d49) | |||
2024-02-28 | Fixing IPoE and PPPoE documentation | aapostoliuk | |
Fixing IPoE and PPPoE documentation (cherry picked from commit 7f9b031aeffeeb48201c7d51df71fc58191b4138) | |||
2024-02-27 | Rewritten the IPoE server documentation | aapostoliuk | |
Fully rewritten IPoE server documentation. (cherry picked from commit 2c3553ef8828748fdbd4938f758e6bfb6170f869) | |||
2024-02-26 | Rewritten the PPPoE server documentation | aapostoliuk | |
Fully rewritten PPPoE server documentation. (cherry picked from commit f4ca88a7b02865f6a7edb7cc73d526d78da6456e) | |||
2024-02-02 | Changed IPv6 pool documentation in accel-ppp services | aapostoliuk | |
Changed IPv6 pool documentation in accel-ppp services to named IPv6 pools. https://vyos.dev/T5865 (cherry picked from commit f5b79621d0c841ee9a596543a05ad1acc9130c1d) | |||
2024-02-01 | dns forwarding: T5687: Implement ECS settings for PowerDNS recursor | khramshinr | |
(cherry picked from commit ce0b62678f791a18dcc58defc209fbe71b868fca) | |||
2024-01-30 | Adding first documentation regarding IDS and FastNetMon. Also a brief ↵ | Nicolas Fort | |
configuration example is provided. (cherry picked from commit 57cdbe065b89ec38a779ddb7530cda3ac240caf2) | |||
2024-01-21 | ntp: T5692: add support to configure leap second behavior | Christian Breunig | |
(cherry picked from commit 2443622964b476bfbcf88b05322fd27b55406fad) | |||
2024-01-11 | https: add latest CLI changes | Christian Breunig | |
(cherry picked from commit cecc0f3c32afb455ddb006b35faf343877061443) | |||
2024-01-08 | Update monitoring.rst | Bubun Das | |
Updated docs for influxdb (cherry picked from commit 8628ad46eb25d5e165cf2e03f52c2b7c7bc7b6ca) | |||
2024-01-06 | dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns ↵ | Christian Breunig | |
features (cherry picked from commit 9ca5e9dd89eabda161d974e7359ab2716fe56464) | |||
2023-12-30 | accel-ppp: T5688: Changing CLI to create client address pool | aapostoliuk | |
Changing CLI to create client address pool (cherry picked from commit 1096cbcf95f96334d773ab98cce9d26d311f9e51) | |||
2023-12-28 | dhcp-server: update docs for op-mode command <show dhcp server leases> | Nicolas Fort | |
(cherry picked from commit 0893ca769b1796d2d61dc26a0c0c13d1eda56f5e) | |||
2023-12-25 | snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" | Christian Breunig | |
(cherry picked from commit 0ed155b05523c755a9eb777c49a3a0fd4b56149e) | |||
2023-11-24 | fix some build warnings | rebortg | |
2023-11-22 | http: T5762: rename "virtual-host listen-port" -> "virtual-host port" | Christian Breunig | |
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5) | |||
2023-11-21 | http: T5762: api: make API socket backend communication the one and only default | Christian Breunig | |
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. (cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01) | |||
2023-11-07 | Add "monitor log ssh" and "monitor log ssh dynamic-protection" | JeffWDH | |
(cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc) | |||
2023-11-07 | Update ssh.rst | JeffWDH | |
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection (cherry picked from commit c9a06800f999f6e68883ec7d3ae7fd97e3b6e4d5) | |||
2023-08-06 | T5445: dyndns: add possibility to specify update interval (timeout) | Christian Breunig | |
2023-07-31 | pppoe-server: T5418: remove nonexistent restriction (#1052) | Ricardo Figueiredo | |
2023-07-17 | dhcp-relay: add <disable> command for dhcp and dhcpv6 realys | Nicolas Fort | |
2023-05-10 | Fix spelling error | bri | |
2023-05-03 | fix: domain forwarder name-server in example | Jerome Bollinger | |
2023-05-03 | fix: command name-server instead of server | Jerome Bollinger | |
In sagitta, the proper option for domain forwarding is name-server. | |||
2023-03-27 | Merge pull request #971 from indrajitr/patch-1 | Robert Göhler | |
ntp: T5112: NTS support in chrony | |||
2023-03-27 | dns: T5113: Support custom port for name-server forwarders | Indrajit Raychaudhuri | |
Support optional custom port for name-server forwarders. | |||
2023-03-25 | ntp: T5112: NTS support in chrony | Indrajit Raychaudhuri | |
Add `nts` option for NTP server. | |||
2023-02-19 | dhcpv6:operational command to check the current status of dhcpv6 server is not | srividya0208 | |
available. | |||
2023-02-10 | T4995: pppoe, wwan and sstp-client - rename user -> username on authentication | Christian Breunig | |
2023-02-06 | Merge pull request #951 from nicolas-fort/dhcp-relay-interface | Robert Göhler | |
T2408: dhcp relay interface: add docs for new listen-interface and up… | |||
2023-02-06 | T2408: dhcp relay interface: add docs for new listen-interface and ↵ | Nicolas Fort | |
upstream-interface commands | |||
2023-02-04 | Update dhcp-server.rst | bri | |
fixed static mapping example client name | |||
2023-01-31 | tftp: sync branches | rebortg | |
2023-01-30 | ssh: sync branches | rebortg | |
2023-01-30 | dns: sync branches | rebortg | |
2023-01-28 | dhcp-relay: sync branches | rebortg | |
2023-01-28 | conntrack-sync: fix indent | rebortg | |