summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-04pppoe-server: T2829: add missing migrator for mppe leafNodeChristian 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-04pppoe-server: T2959: add missing increase in config versionChristian Poessinger
2020-10-01Merge pull request #130 from DmitriyEshenko/crux-add-rbDaniil Baturin
ethernet: T2891: Add ethernet ring-buffer CLI commands
2020-09-26cfg-system: T2902: Fix regex that doesnt allow X in image namesever-sever
(cherry picked from commit c512bead9cc38d9a2f031f0aa9cca012515c29ef)
2020-09-25syslog: T2899: increase to system@10 for port syntax changeJohn Estabrook
2020-09-17ethernet: T2891: Add ethernet ring-buffer CLI commandsDmitriyEshenko
2020-09-11New release.vyos/1.2.6VyOS Maintainers
2020-08-04cronjob: T1194: clear config on bootChristian 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-26Merge pull request #124 from L6NqLW/T2476Daniil Baturin
bonding: T2476: fix mac address override for bond member interfaces
2020-06-19[powersave] T1577 Fixing console powersaveDmitriyEshenko
2020-06-19net.ipv6.route.max_size = 262144Marek 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-02bonding: T2476: fix mac address override for bond member interfacesL6NqLW
2020-04-20Merge pull request #123 from DmitriyEshenko/crux-fix-01Christian Poessinger
bridge: T2342: Add check if this is not vif interface
2020-04-20bridge: T2342: Add check if this is not vif interfaceDmitriyEshenko
2020-04-04Merge pull request #122 from DmitriyEshenko/crux-fix-br-qinqChristian Poessinger
bridge: T2045: Fix path for QinQ S-VLANs
2020-04-04bridge: T2197: Fix path for QinQ S-VLANsDmitriyEshenko
2020-03-09Merge branch 'crux' of github.com:vyos/vyatta-cfg-system into cruxvyos/1.2.5Daniil Baturin
2020-03-09New release.VyOS Maintainers
2020-01-29T1392: improve VyOS boot time by changing {hot,cold}plug callsmtudosoiu
(cherry picked from commit 290fc6e53317a26e57a8b91cde808af39e531cea)
2020-01-16arp: T1827: Increase default gc_threshJohn Estabrook
(cherry picked from commit b44290d8cf3a39ef7bc8f6a18e8e16db79fce785)
2020-01-15T1935: Add missing new line (#119)Eshenko Dmitriy
2020-01-08T1935: Add udev rule for rename VF in hyper-vDmitriyEshenko
2019-12-31Merge pull request #115 from DmitriyEshenko/crux-xen-smp-affinityChristian Poessinger
smp-affinity: T1924: Add support for XEN interfaces
2019-12-31smp-affinity: T1924: Add support for XEN interfacesDmitriyEshenko
2019-12-28IPv6: T1914: bugfix multipath layer4 hashingChristian Poessinger
2019-12-24Merge pull request #112 from DmitriyEshenko/predef-ifname-crux2Christian Poessinger
T1903: Implement predefined interface naming for VMWare
2019-12-24T1903: Implement predefined interface naming for VMWareDmitriyEshenko
2019-12-10New release.vyos/1.2.4VyOS Maintainers
2019-11-19[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaceszsdc
(cherry picked from commit d238516424882caadbb97a32d3aabaea4fae5c16)
2019-11-17T1430: initial implementation of IPv4 DHCP client id and hostname options.Daniil Baturin
2019-10-27snmp: T818: T1738: remove per user/trap engine idChristian Poessinger
(cherry picked from commit b81e0d45d5393899713970aef1dfc185253fe9ca)
2019-10-09Jenkins: import Pipeline from vyos-1x commit b198cc6f065dd8Christian Poessinger
2019-09-06T1616: fix DHCPv6 script behaviour in op mode.Daniil Baturin
2019-08-29T1598: delete the old static-host-mapping CLI.Daniil Baturin
2019-08-25powerdns: T1524: support setting allow-from networkChristian Poessinger
(cherry picked from commit c36a92663d1817f24503ad8849edccbc081196db)
2019-08-14vlan: q-in-q: T1551: add missing if statement to check if vlan interface existsChristian 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-08T1465: remove custom priority from "vti vtiX ip" that was causing priority ↵Daniil Baturin
inversion.
2019-06-18[ installer ] T1446: on installing with efi skip theKim 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-18fix if statementKim Hagen
2019-06-18Force 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-30T1309: remove duplicate ip address checkRuben Herold
(cherry picked from commit 67b10e6ff5f33d73c128508f00198cc3c04c13fc)
2019-05-26[interfaces] T1387: Fix removal of DHCP interface w/o assigned addressChristian Poessinger
If a DHCP interface fails to get an IP address, deleting the interface results in a bash script error.
2019-05-21Create Jenkinsfile cruxKim Hagen
2019-05-20[vxlan] T1384: bugfix on empty remote-portChristian Poessinger
Do not emit warning messages when remote-port is unconfigured. Fallback to default Linux Port. (cherry picked from commit d2e54750200a4505b3428513e2c03c9522876550)
2019-05-20T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
Conflicts: debian/changelog
2019-05-08[interfaces-vif] T1367 - VIF deletion fails inconsistentlyhagbard
(cherry picked from commit 6a91f381b534f1513c5a6b6dd5392819791371ab)
2019-04-29T1359: Bugfix handling VLAN interfaces on DHCP -> static address changeChristian 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-23T1345: fix Perl error when removing RADIUS configurationChristian Poessinger
2019-04-23T1345: specify RADIUS source IP for system login commandChristian Poessinger
set system login radius-source-address '172.18.201.10'
2019-04-10T1329: support installation on SD cards fixKim