Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-04 | pppoe-server: T2829: add missing migrator for mppe leafNode | Christian Poessinger | |
This is the companioned commit for 1bb1a388 ("pppoe-server: T2829: bugfix MPPE node definition ") which actually migrates the PPPoE server configuration to the new CLI format. | |||
2020-10-04 | pppoe-server: T2959: add missing increase in config version | Christian Poessinger | |
2020-10-01 | Merge pull request #130 from DmitriyEshenko/crux-add-rb | Daniil Baturin | |
ethernet: T2891: Add ethernet ring-buffer CLI commands | |||
2020-09-26 | cfg-system: T2902: Fix regex that doesnt allow X in image name | sever-sever | |
(cherry picked from commit c512bead9cc38d9a2f031f0aa9cca012515c29ef) | |||
2020-09-25 | syslog: T2899: increase to system@10 for port syntax change | John Estabrook | |
2020-09-17 | ethernet: T2891: Add ethernet ring-buffer CLI commands | DmitriyEshenko | |
2020-09-11 | New release.vyos/1.2.6 | VyOS Maintainers | |
2020-08-04 | cronjob: T1194: clear config on boot | Christian Poessinger | |
Config must be cleared on boot, otherwise if one configures a cronjob without explicit saving the config it will still be present on the next reboot. (cherry picked from commit 9700f15d75f399e2a9633038b735b58fb387fb66) | |||
2020-07-26 | Merge pull request #124 from L6NqLW/T2476 | Daniil Baturin | |
bonding: T2476: fix mac address override for bond member interfaces | |||
2020-06-19 | [powersave] T1577 Fixing console powersave | DmitriyEshenko | |
2020-06-19 | net.ipv6.route.max_size = 262144 | Marek Isalski | |
The IPv6 DFZ is now approaching 80k routes. Time to bump VyOS's default up, because otherwise it is a nasty surprise that's tricky to debug. | |||
2020-06-02 | bonding: T2476: fix mac address override for bond member interfaces | L6NqLW | |
2020-04-20 | Merge pull request #123 from DmitriyEshenko/crux-fix-01 | Christian Poessinger | |
bridge: T2342: Add check if this is not vif interface | |||
2020-04-20 | bridge: T2342: Add check if this is not vif interface | DmitriyEshenko | |
2020-04-04 | Merge pull request #122 from DmitriyEshenko/crux-fix-br-qinq | Christian Poessinger | |
bridge: T2045: Fix path for QinQ S-VLANs | |||
2020-04-04 | bridge: T2197: Fix path for QinQ S-VLANs | DmitriyEshenko | |
2020-03-09 | Merge branch 'crux' of github.com:vyos/vyatta-cfg-system into cruxvyos/1.2.5 | Daniil Baturin | |
2020-03-09 | New release. | VyOS Maintainers | |
2020-01-29 | T1392: improve VyOS boot time by changing {hot,cold}plug calls | mtudosoiu | |
(cherry picked from commit 290fc6e53317a26e57a8b91cde808af39e531cea) | |||
2020-01-16 | arp: T1827: Increase default gc_thresh | John Estabrook | |
(cherry picked from commit b44290d8cf3a39ef7bc8f6a18e8e16db79fce785) | |||
2020-01-15 | T1935: Add missing new line (#119) | Eshenko Dmitriy | |
2020-01-08 | T1935: Add udev rule for rename VF in hyper-v | DmitriyEshenko | |
2019-12-31 | Merge pull request #115 from DmitriyEshenko/crux-xen-smp-affinity | Christian Poessinger | |
smp-affinity: T1924: Add support for XEN interfaces | |||
2019-12-31 | smp-affinity: T1924: Add support for XEN interfaces | DmitriyEshenko | |
2019-12-28 | IPv6: T1914: bugfix multipath layer4 hashing | Christian Poessinger | |
2019-12-24 | Merge pull request #112 from DmitriyEshenko/predef-ifname-crux2 | Christian Poessinger | |
T1903: Implement predefined interface naming for VMWare | |||
2019-12-24 | T1903: Implement predefined interface naming for VMWare | DmitriyEshenko | |
2019-12-10 | New release.vyos/1.2.4 | VyOS Maintainers | |
2019-11-19 | [tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces | zsdc | |
(cherry picked from commit d238516424882caadbb97a32d3aabaea4fae5c16) | |||
2019-11-17 | T1430: initial implementation of IPv4 DHCP client id and hostname options. | Daniil Baturin | |
2019-10-27 | snmp: T818: T1738: remove per user/trap engine id | Christian Poessinger | |
(cherry picked from commit b81e0d45d5393899713970aef1dfc185253fe9ca) | |||
2019-10-09 | Jenkins: import Pipeline from vyos-1x commit b198cc6f065dd8 | Christian Poessinger | |
2019-09-06 | T1616: fix DHCPv6 script behaviour in op mode. | Daniil Baturin | |
2019-08-29 | T1598: delete the old static-host-mapping CLI. | Daniil Baturin | |
2019-08-25 | powerdns: T1524: support setting allow-from network | Christian Poessinger | |
(cherry picked from commit c36a92663d1817f24503ad8849edccbc081196db) | |||
2019-08-14 | vlan: q-in-q: T1551: add missing if statement to check if vlan interface exists | Christian Poessinger | |
When adding the interface and getting a commit error e.g. due to missing firewall this resulted in an additional error when committing again after adding the missing firewall rule. This can be fixed by only creating the outer vif-s interface if it yet does not exist. | |||
2019-07-08 | T1465: remove custom priority from "vti vtiX ip" that was causing priority ↵ | Daniil Baturin | |
inversion. | |||
2019-06-18 | [ installer ] T1446: on installing with efi skip the | Kim Hagen | |
xen extra checks, they use dmidecode which will not work in efi mode Get the UUID of the correct partition based on the install type (bios/efi) | |||
2019-06-18 | fix if statement | Kim Hagen | |
2019-06-18 | Force create raid without answering the question if you want to create it. | Kim Hagen | |
Update initramfs to include raidconfig avoiding md127 being created on reboot. | |||
2019-05-30 | T1309: remove duplicate ip address check | Ruben Herold | |
(cherry picked from commit 67b10e6ff5f33d73c128508f00198cc3c04c13fc) | |||
2019-05-26 | [interfaces] T1387: Fix removal of DHCP interface w/o assigned address | Christian Poessinger | |
If a DHCP interface fails to get an IP address, deleting the interface results in a bash script error. | |||
2019-05-21 | Create Jenkinsfile crux | Kim Hagen | |
2019-05-20 | [vxlan] T1384: bugfix on empty remote-port | Christian Poessinger | |
Do not emit warning messages when remote-port is unconfigured. Fallback to default Linux Port. (cherry picked from commit d2e54750200a4505b3428513e2c03c9522876550) | |||
2019-05-20 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
Conflicts: debian/changelog | |||
2019-05-08 | [interfaces-vif] T1367 - VIF deletion fails inconsistently | hagbard | |
(cherry picked from commit 6a91f381b534f1513c5a6b6dd5392819791371ab) | |||
2019-04-29 | T1359: Bugfix handling VLAN interfaces on DHCP -> static address change | Christian Poessinger | |
Changing VLAN interface address from DHCP to static is not handeled in vyatta-address script as VLAN interfaces are called e.g. eth0.201 or br0.10 and dhclient replaces the '.' by '_', this was not handeled. (cherry picked from commit 08a27c62b16e4560e4a47eafd281176e924bbe51) | |||
2019-04-23 | T1345: fix Perl error when removing RADIUS configuration | Christian Poessinger | |
2019-04-23 | T1345: specify RADIUS source IP for system login command | Christian Poessinger | |
set system login radius-source-address '172.18.201.10' | |||
2019-04-10 | T1329: support installation on SD cards fix | Kim | |