Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-20 | bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filtering | Christian Breunig | |
Linux bridge uses EtherType 0x8100 by default. In some scenarios, an EtherType value of 0x88A8 is required. Reusing CLI command from VIF-S (QinQ) interfaces: set interfaces bridge br0 protocol 802.1ad | |||
2024-03-17 | Merge pull request #1325 from vyos/as-path-T6129 | Christian Breunig | |
policy: T6129: add route-map option "as-path exclude all" | |||
2024-03-17 | Merge pull request #1326 from vyos/radvd-T6118 | Christian Breunig | |
radvd: T6118: add nat64prefix support RFC8781 | |||
2024-03-17 | radvd: T6118: add nat64prefix support RFC8781 | Christian Breunig | |
2024-03-17 | policy: T6129: add route-map option "as-path exclude all" | Christian Breunig | |
2024-03-07 | Added conntrack-helper rules from T5614 to ipv4 rules documentation | Ginko (Giggum) | |
2024-03-07 | Merge pull request #1277 from HollyGurza/T6020 | Daniil Baturin | |
T6020:vrrp health-check script not applied correctly in keepalived.conf | |||
2024-03-06 | Merge pull request #1312 from natali-rs1985/T6057 | Robert Göhler | |
T6057: Add ability to disable syslog for conntrackd | |||
2024-03-06 | Fixed line wrapping for previous PR #1313 | Ginko (Giggum) | |
(cherry picked from commit 0f413beec13b06fb32ae6b5b339525f69f389127) | |||
2024-03-06 | Rewrote Dynamic DNS documentation/examples to align with T5791 | Ginko (Giggum) | |
(cherry picked from commit 5a6aa7506d74b40db52a2852629898457cb5753f) | |||
2024-03-06 | conntrack-sync: T6057: Add ability to disable syslog for conntrackd | Nataliia Solomko | |
2024-03-05 | Merge pull request #1300 from aapostoliuk/sstp-circinus | Robert Göhler | |
Rewritten the SSTP server documentation | |||
2024-03-05 | Merge pull request #1301 from aapostoliuk/pptp-circinus | Robert Göhler | |
Rewritten the PPTP server documentation | |||
2024-03-05 | Merge pull request #1306 from srividya0208/ipsecedit | Robert Göhler | |
addition of missing parameter | |||
2024-03-05 | T2447: add configurable kernel boot option 'disable-power-saving' | Christian Breunig | |
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". | |||
2024-03-05 | addition of missing parameter | srividya0208 | |
2024-03-05 | Rewritten the SSTP server documentation | aapostoliuk | |
Fully rewritten SSTP server documentation. | |||
2024-03-05 | Rewritten the PPTP server documentation | aapostoliuk | |
Fully rewritten PPTP server documentation. | |||
2024-03-03 | ipv6: improve PPPoE and RA examples | Christian Breunig | |
2024-02-28 | Fixing IPoE and PPPoE documentation | aapostoliuk | |
Fixing IPoE and PPPoE documentation | |||
2024-02-27 | Merge pull request #1293 from aapostoliuk/ipoe-circinus | Robert Göhler | |
Rewritten the IPoE server documentation | |||
2024-02-27 | Rewritten the IPoE server documentation | aapostoliuk | |
Fully rewritten IPoE server documentation. | |||
2024-02-27 | ipsec: add IKEv2 road-warrior documentation | Christian Breunig | |
2024-02-26 | Merge pull request #1287 from srividya0208/openvpn_pki | Robert Göhler | |
Op-mode: Added information about import cert/key files to pki cli format | |||
2024-02-26 | Merge pull request #1290 from RelevantUsername/patch-1 | Daniil Baturin | |
Add additional step to ingress shaping | |||
2024-02-26 | Merge pull request #1288 from aapostoliuk/accel-ppp-circinus | Daniil Baturin | |
Rewritten the L2TP documentation | |||
2024-02-25 | Add additional step to ingress shaping | jorgp2 | |
In order to set up ingress shaping using the example, you also need to create the ifb0 interface. Otherwise by following just the commands given you will receive a "Requested redirect interface "ifb0" does not exist!" error. At least to me it was not clear if these commands also created the IFB interface. | |||
2024-02-25 | Merge pull request #1289 from aapostoliuk/pppoe-circinus | Daniil Baturin | |
Rewritten the PPPoE server documentation | |||
2024-02-24 | container: add missing CLI command definitions | Christian Breunig | |
2024-02-23 | Rewritten the PPPoE server documentation | aapostoliuk | |
Fully rewritten PPPoE server documentation. | |||
2024-02-22 | Rewritten the L2TP documentation | aapostoliuk | |
Rewritten the L2TP documentation Added the example 'PPPoE over L2TP' to blueprints | |||
2024-02-20 | Op-mode:Added information about import to pki functionality | srividya0208 | |
2024-02-17 | Merge pull request #1283 from vyos/login-T5972 | Christian Breunig | |
login: T5972: add possibility to disable individual local user accounts | |||
2024-02-16 | login: T5972: add possibility to disable individual local user accounts | Christian Breunig | |
2024-02-16 | T6001: add option to disable next-hop-tracking resolve-via-default in VRF ↵ | Christian Breunig | |
context | |||
2024-02-16 | T6001: add option to disable next-hop-tracking resolve-via-default | Christian Breunig | |
2024-02-14 | Added information related to root-partition-auto-resize | rebortg | |
2024-02-14 | fix a forgotten "set" | cfouche | |
2024-02-12 | T6020:vrrp health-check script not applied correctly in keepalived.conf | khramshinr | |
New path was added to sync-group config tree | |||
2024-02-11 | srv6: T5849: add segment support to "protocols static route6" | Christian Breunig | |
2024-02-08 | Merge pull request #1268 from vyos/rpki-T6023 | Christian Breunig | |
rpki: T6023: add support for CLI knobs expire-interval and retry-interval | |||
2024-02-08 | Merge pull request #1263 from aapostoliuk/T5971-circinus | Robert Göhler | |
T5971: Added PPP options documentation | |||
2024-02-07 | rpki: T6023: add support for CLI knobs expire-interval and retry-interval | Christian Breunig | |
2024-02-07 | bgp: T6024: add additional missing FRR features | Christian Breunig | |
2024-02-05 | T5971: Added PPP options documentation | aapostoliuk | |
Added PPP options documentation | |||
2024-02-02 | Merge pull request #1261 from ishioni/T5955 | Robert Göhler | |
container: T5955: set uid/gid for container | |||
2024-02-02 | T5979: add configurable kernel boot option 'disable-mitigations' | Christian Breunig | |
2024-02-02 | container: T5955: set uid/gid for container | Piotr Maksymiuk | |
2024-02-01 | Merge pull request #1256 from HollyGurza/T6578 | Christian Breunig | |
dns forwarding: T5687: Implement ECS settings for PowerDNS recursor | |||
2024-01-30 | Merge pull request #1255 from nicolas-fort/IDS-FastNetMon | Robert Göhler | |
Adding first documentation regarding IDS and FastNetMon. Also a brief… |