summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-28Merge pull request #148 from sever-sever/T33941.2.9-S1cruxChristian Poessinger
ipv6: T3394: Fix for del ipv6 address normalize
2021-10-17Merge pull request #166 from sever-sever/T3786-cruxDaniil Baturin
tunnel: T3786: Add checks for source any and not key
2021-09-06install-image: T2108: use minisign backup key if primary key failsChristian Poessinger
(cherry picked from commit 0c5edf1ced2872c495b190977db575deaf28fa1c)
2021-08-31tunnel: T3786: Add checks for source any and not keyViacheslav
2021-08-27Merge pull request #165 from c-po/cruxDaniil Baturin
install-image: T2108: verify image by using minisign over GPG
2021-08-26install-image: T2108: verify image by using minisign over GPGChristian Poessinger
We will first download and try to verify the image using the generated minisign signature. If this fails, we try to retrieve the GPG signature file.
2021-08-10migration: T2838: fix parsing of quoted config value for hw-idJohn Estabrook
2021-05-19ipv6: T3394: Fix for del ipv6 address normalizesever-sever
2021-02-06Jenkins: reference build pipeline library from vyos-buildChristian Poessinger
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)