summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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
2019-01-25Fix: T1178: Scheduled script breaks ability to modify configurationhagbard
2019-01-22Revert "Fix: T1178 - Scheduled script breaks ability to modify configuration"hagbard
This reverts commit 632893abf5c7bf935d866462a107ed1eef1747b3.
2019-01-21Fix: T1178 - Scheduled script breaks ability to modify configurationhagbard
2019-01-07Fix: T1168 - Upgrade: 1,1,7 -> 1.2.0-epa2 (command conversion)hagbard
2019-01-06Fix: T1162 - WireGuard: Unable to modify tunnels - KeyError: 'state'hagbard
2018-12-31T1128: restart SNMP on hostname change.Daniil Baturin
2018-12-16Revert "T1087: Firewall on Wireguard Interface implementation"Daniil Baturin
This reverts commit 51f61991092a163f680e4ec8f122e73f4074ddf9. It's not how it's done, those templates are generated by a script in vyatta-cfg-firewall. If we are planning a firewall overhaul in 1.3.x, there's no reason to transplant the old approach to new code.
2018-12-11T1087: Firewall on Wireguard Interface implementationhagbard
2018-12-03T956: display SA traffic counters in human-redable units.Daniil Baturin
2018-11-30Fixes: T1061: Wireguard: Missing option to administrativly shutdown interfacehagbard
2018-11-22T989: IPoE implementationhagbard
- adding vyos-accel-ppp-ipoe-kmod to dependencies
2018-11-19Move packages that vyos-1x depends on to vyos-1x from vyos-world.Daniil Baturin
2018-11-09T835: accel-ppp pppoe implementationhagbard
2018-11-04T959: XML/Python rewrite of "protocol igmp-proxy" and op-mode commandsChristian Poessinger
Examples: ========= CFG commands: vyos@vyos# set protocols igmp-proxy disable-quickleave vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.16.35.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.31.0.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 role 'upstream' vyos@vyos# set protocols igmp-proxy interface eth1 role 'downstream' vyos@vyos# show protocols igmp-proxy { disable-quickleave interface eth0 { alt-subnet 172.16.35.0/24 alt-subnet 172.31.0.0/24 role upstream } interface eth1 { role downstream } } OP mode commands: ----------------- vyos@vyos:~$ show ip multicast interface Interface BytesIn PktsIn BytesOut PktsOut Local eth0 0.0b 0 0.0b 0 xxx.xxx.xxx.65 eth1 0.0b 0 0.0b 0 xxx.xxx.xx.201 vyos@vyos:~$ show ip multicast mfc Group Origin Pkts Bytes Wrong In Out xxx.x.xx.1 xxx.xx.0.1 10 9.81KB 0 eth0 eth1 xxx.x.xx.2 xxx.xx.0.1 --
2018-10-29T240: system integrity checkhagbard
2018-10-25T933: vrrp split brain while using unicast mode and virtual mac addresshagbard
- adding vmac_xmit_base to keepalived.conf when use_vmac is being used otherwise both nodes will become master
2018-10-19Merge branch 'dhcp-relay' into currentChristian Poessinger
* dhcp-relay: dhcpv6-relay: added missing verify() step for listen and upstream interfaces T913: DHCP relay service XML/Python rewrite for IPv6 T913: DHCP relay service XML/Python rewrite for IPv4 vyos-1x now depends on isc-dhcp-relay dns-forwarding: fix XML interface indenting
2018-10-19Add Client keepalive option for use with cloud-initUnicronNL
Add option to specify multiple listening ports Clean up template generation layout
2018-10-17vyos-1x now depends on isc-dhcp-relayChristian Poessinger
2018-09-25add dependency on debian tshark packageChristian Poessinger
2018-09-20T854: add missing dependency on python3-isc-dhcp-leasesChristian Poessinger
2018-09-14T845: add dependency on isc-dhcp-serverChristian Poessinger