summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2020-01-25Debian: fix package generation after adding vyos-1x-vmwareChristian Poessinger
Commit 7e00ffa ("Debian: add vyos-1x-vmware package") added a new subpackage, but by adding this package it was forgotton to create the appropriate vyos-1x.install file.
2020-01-25Debian: vyos-1x-vmware is amd64, i386 architecture specificChristian Poessinger
2020-01-25Debian: add vyos-1x-vmware packageChristian Poessinger
Split out files required only by VMware systems.
2020-01-25Debian: remove superfluous slashes on pathsChristian Poessinger
2020-01-25Debian: stage files into "tmp" instead of "vyos-1x"Christian Poessinger
This change allows for later additional package creation, e.g. vyos-1x-vmware.
2019-12-26Debian: add fakeroot to Build-DependsChristian Poessinger
2019-12-22Debian: lldp: T393: add lldpd dependencyChristian Poessinger
2019-12-20Debian: add 'cron' package dependencyChristian Poessinger
2019-12-19flow-accounting: T1890: add missing pmacct dependencyChristian Poessinger
2019-11-23wireless: T1627: initial rewrite in XML/Python styleChristian Poessinger
Working: - Wireless modes b, g, n, ac - WPA/WPA2 psk and RADIUS (tested using Microsoft NPS)
2019-11-10Intel QAT: T1788: Intel QAT implementationhagbard
* adding packages dependency
2019-09-30T1496: use upstream accel-ppp rather then an unmaintained forkChristian Poessinger
2019-09-04T1443: add dependencies on nginx-light and ssl-cert.Daniil Baturin
2019-08-31Debian: remove pyroute2 dependencyChristian Poessinger
2019-08-26bridge: T1556: migrate interface configuration to pyroute2Christian Poessinger
Tested with: set interfaces bridge br0 address '192.0.2.1/24' set interfaces bridge br0 aging '500' set interfaces bridge br0 disable-link-detect set interfaces bridge br0 forwarding-delay '11' set interfaces bridge br0 hello-time '5' set interfaces bridge br0 igmp querier set interfaces bridge br0 max-age '11' set interfaces bridge br0 member interface eth1 cost '1000' set interfaces bridge br0 member interface eth1 priority '4' set interfaces bridge br0 member interface eth2 cost '1001' set interfaces bridge br0 member interface eth2 priority '56'
2019-08-21Merge pull request #108 from alkersan/currentChristian Poessinger
[op-mode] T1596 rewrite 'telnet' and 'traceroute' operations to xml style
2019-08-20T1598: initial implementation of the hosts keeper daemon.Daniil Baturin
2019-08-19T1596 rewrite 'telnet' and 'traceroute' operations to xml styleDmytro Aleksandrov
2019-08-16openvpn: T1548: initial rewrite with XML and PythonChristian Poessinger
2019-07-01[service https] T1443: add service https and service https apiJohn Estabrook
2019-06-16T1431: initial implementation of the HTTP API.Daniil Baturin
2019-06-12T1431: add dependency on python3-bottle to have something to run the HTTP ↵Daniil Baturin
API with.
2019-03-14[arp] version bump for moving 'show arp'...hagbard
2019-03-11[arp] version bumphagbard
2019-03-11yslog] version bump for T1294hagbard
2019-03-11[arp] version bump for T1288hagbard
2019-03-08[ntp] increment version for revert of T1280hagbard
2019-03-07[rsyslog] minor version increment for T1282hagbard
2019-03-07[ntp] minor version bump for T1280hagbard
2019-03-07Revert "[ntp] minor version increment for T1280"hagbard
This reverts commit 77e642832e857a23095700782de2e4ba8ad4472a.
2019-03-07[ntp] minor version increment for T1280hagbard
2019-03-06[pptp] increment version to 9hagbard
2019-03-06[pptp] bumping minor version to 8hagbard
2019-03-06[pptp] version bump for op-mode typo fixhagbard
2019-03-06forgot to increment version numberhagbard
2019-03-06[pptp] version bump for radius module bugfixhagbard
2019-03-06[pptp] bumping versionhagbard
2019-03-04bump version T1280hagbard
2019-02-24[debian] rules: fix indentChristian Poessinger
2019-02-24[tftp] T1261: bugfix listening on multiple IP addessesChristian Poessinger
tftp-hpa which is the TFTP daemon used by VyOS does not support listening on multiple IP adresses. With this limitation we will start one TFTP daemon instance per configured listen-address via systemd.
2019-02-22Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivershagbard
- native debian packages
2019-02-22Fixes: T1262 - dhcp requested WAN ip address doesn't get search parameter in ↵hagbard
/etc/resolv.conf
2019-02-21Fixes: T1257: implement 'set system static-host-mapping' in host_name.py and ↵hagbard
remove old function calls
2019-02-21Update package version.Daniil Baturin
2019-02-21[IPsec] T1260: VICI-based implementation of "show vpn ipsec sa"Daniil Baturin
2019-02-19fixes: T1254 - generate wireguard keypair fails when executed on the isohagbard
- keypair can now be generated and used from the running iso to create wg tunnels on the fly
2019-02-14[vyos.configtree] T1248: add a function for node copyingDaniil Baturin
Also improve sanity checks in the rename function and add unit tests for copy and rename.
2019-02-09fixes T1238 - Wireguard allows invalid IP'shagbard
2019-02-04enhancement: T1225 - wireguard implement 'set int wireguard wg0 peer name ↵hagbard
disable' to disable single peers
2019-01-30Fix: T1217 - cant delete wireguard wg0 interfacehagbard