summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-24systemd: radvd: T3641: empty ConditionPathExists variableChristian Poessinger
The variable ConditionPathExists is now set in the upstream systemd unit file, thus the VyOS generated unit file is located under /run/radvd/radvd.conf and the condition won't match. This can be solved by first clearing the upstream value for ConditionPathExists and the set the new path.
2021-06-24Revert "T3641: lcdproc.service is now shipped in lcdproc package"Christian Poessinger
This reverts commit a4bb1b77ff415700e00df3768915fdc176f779d1.
2021-06-24Merge pull request #897 from sever-sever/T3643Christian Poessinger
IPSec: T3643: Fix path for swanctl.conf file
2021-06-23Merge pull request #869 from jestabro/T3574John Estabrook
T3574: add constraintGroup to schema and build-command-templates
2021-06-23T3574: process constraintGroup elementsJohn Estabrook
2021-06-23T3574: do not add constraintGroup property to xml cacheJohn Estabrook
2021-06-23T3574: add constraintGroup to schemaJohn Estabrook
2021-06-23IPSec: T3643: Fix path for swanctl.conf fileViacheslav
2021-06-22vyos.ethtool: T3645: fix compatibility with latest ethtool versionChristian Poessinger
Ethtool version used on Debian Bullseye changed the output format from 0 -> n/a. As we are only interested in the tx/rx keys we do not care about RX Mini/Jumbo.
2021-06-22T3644: build: replace GCC preprocessor with a Python script for template ↵Lulu Cathrinus Grimalkin
expansions
2021-06-22Debian: T3641: add dependency on squashfs-toolsChristian Poessinger
2021-06-22snmp: T3606: Install MIBs into well known locationChristian Poessinger
FRR also expects the MIBs in /usr/share/snmp/mibs
2021-06-22Merge pull request #895 from sever-sever/T3636Christian Poessinger
sstp-l2tp: T3636: Add ipv6 options
2021-06-22sstp-l2tp: T3636: Add ipv6 optionsViacheslav
2021-06-22Merge pull request #894 from sarthurdev/T3643Christian Poessinger
ipsec: T3643: T2816: Update IPSec VPN op-mode commands
2021-06-22ipsec: T3643: T2816: Update IPSec VPN op-mode commandssarthurdev
2021-06-21smoketest: ensure /config is a directoryChristian Poessinger
2021-06-21vyos.certbot: T3641: adjust to new python3-certbot-nginx APIChristian Poessinger
2021-06-21ipsec: T3641: Debian Bullseye uses python3-pycryptodomeChristian Poessinger
2021-06-21Revert "vmware: add tools.conf"Christian Poessinger
This reverts commit b776edb38a4755be76e965ca719e9428bcc570e6.
2021-06-21Python: T3641: adjust to changes in latest vesion of netifaces libraryChristian Poessinger
2021-06-21Debian: T3641: add missing dependencies dh-python and fdiskChristian Poessinger
2021-06-20Merge pull request #893 from erkin/T3628Christian Poessinger
T3268: remote: Determine source address from given network interface
2021-06-20Merge branch 'bullseye' into currentChristian Poessinger
* bullseye: T3641: fastnetmon package is not available for Debian Bullseye T3641: lcdproc.service is now shipped in lcdproc package T3641: file /etc/ppp/ip-pre-up is already provided by ppp package
2021-06-20T3641: fastnetmon package is not available for Debian BullseyeChristian Poessinger
Temporary remove the dependency
2021-06-20vmware: add tools.confChristian Poessinger
2021-06-20T3641: lcdproc.service is now shipped in lcdproc packageChristian Poessinger
2021-06-20T3641: file /etc/ppp/ip-pre-up is already provided by ppp packageChristian Poessinger
2021-06-20T3268: remote: Determine source address from given network interfaceerkin
2021-06-20Debian: add missing dependencies on iproute2, sudo, sed and vyatta-bashChristian Poessinger
2021-06-20Merge pull request #889 from erkin/currentChristian Poessinger
T3506: loadkey: Add `generate public-key-command` command
2021-06-20Merge pull request #892 from erkin/T3563Christian Poessinger
T3563: remote: Allow `paramiko.transport.Transport().close()` to automatically close the socket
2021-06-20Merge pull request #891 from erkin/preprocessor-fixChristian Poessinger
T3639: xml: Make GCC preprocessor ignore C(++)-style comments
2021-06-20T3563: remote: Allow `paramiko.transport.Transport().close()` to ↵erkin
automatically close the socket
2021-06-20Use `CDATA` to quote URL templates (redux)erkin
2021-06-20xml: Make GCC preprocessor ignore C(++)-style commentserkin
2021-06-20Escape the slash character to dodge GCC preprocessorerkin
2021-06-20Revert to the character entity reference versionerkin
2021-06-20Use `CDATA` to quote URL templateserkin
2021-06-20Add `save` lineerkin
2021-06-20Merge pull request #890 from sarthurdev/T3617_typoChristian Poessinger
ipsec: T3617: Correct typo on encryption variable
2021-06-20ipsec: T3617: Correct typo on encryption variablesarthurdev
2021-06-20Merge pull request #887 from sarthurdev/mdns_vrrpChristian Poessinger
mdns: vrrp: T3635: Add ability to use mDNS repeater with VRRP
2021-06-20Merge pull request #888 from tjjh89017/fix_vrf_bind-to-allChristian Poessinger
vrf: T3637: bind-to-all didn't work properly
2021-06-20smoketest: T3637: add testcase for vrf bind-to-all optionChristian Poessinger
2021-06-20gitignore: add debian/*.postrm.debhelper patternChristian Poessinger
2021-06-20Debian: Bullseye has no package named python3-crypt use python3-pycryptodome ↵Christian Poessinger
instead Package got renamed from Buster -> Bullseye.
2021-06-20Debian: raise compat level to 10Christian Poessinger
2021-06-20T3506: loadkey: Add `generate public-key-command` commanderkin
2021-06-20vrf: T3637: bind-to-all didn't work properlyDate Huang
because of typo change from `bind_to_all` to `bind-to-all` refer: interface-definitions/vrf.xml.in