Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-02 | T4854: route reflector allows to apply route-maps | fett0 | |
2022-12-02 | Merge pull request #1688 from fett0/T4858 | Christian Poessinger | |
T4858: Fix l3vpn Route Distinguisher validator | |||
2022-12-02 | Merge pull request #1685 from sever-sever/T4805 | Christian Poessinger | |
T4805: Restart pppoe-server if client pool was changed | |||
2022-12-02 | Merge pull request #1687 from sever-sever/T4825 | Christian Poessinger | |
T4825: Verify if you are trying to add a new vethX to exists pair | |||
2022-12-02 | Merge pull request #1689 from jestabro/config-script-dependency | John Estabrook | |
http-api: T4859: correct calling of script dependencies from http-api.py | |||
2022-12-02 | T4858: Fix l3vpn Route Distinguisher validator | fett0 | |
2022-12-02 | http-api: T4859: correct calling of script dependencies from http-api.py | John Estabrook | |
2022-12-02 | T4825: Verify if you are trying to add a new vethX to exists pair | Viacheslav Hletenko | |
Verify if you are trying to add a new vethX to exists pair: set int virtual-ethernet veth0 peer-name 'veth1' set int virtual-ethernet veth1 peer-name 'veth0' set int virtual-ethernet veth12 peer-name 'veth0' Verify veth-name and peer-name cannot be the same: set interfaces virtual-ethernet veth0 peer-name veth0 | |||
2022-12-02 | T4805: Restart pppoe-server if client pool was changed | Viacheslav Hletenko | |
Some changes for 'service pppoe-server' require 'restart' the accel-ppp@pppoe.service But we use option 'reload-or-restart' that doesn't work correctly with 'accel-ppp' Restart pppoe-server if client pool was changed | |||
2022-12-02 | op-mode: T4767: drop sudo calls | Christian Poessinger | |
It's easier and more obvious if the script is called with sudo itself and not spawning a sudo sessionf or each individual command. | |||
2022-12-02 | Merge pull request #1646 from mkorobeinikov/4767py | Christian Poessinger | |
T4767: Rewrite generate ipsec archive to python | |||
2022-12-01 | ci: T4748: add hyphen and underscore for subject name | John Estabrook | |
2022-12-01 | Merge pull request #1684 from jestabro/config-script-dependency | Christian Poessinger | |
pki: T4847: correct calling of config mode script dependencies from pki.py | |||
2022-11-30 | pki: T4847: add test of eapol to ensure interface update | John Estabrook | |
2022-11-30 | pki: T4847: set and call dependent scripts | John Estabrook | |
2022-11-29 | pki: T4847: add config-mode script dependencies | John Estabrook | |
2022-11-29 | pki: T4847: fix typos | John Estabrook | |
2022-11-29 | conf-mode: T4820: add support for tagnode argument | John Estabrook | |
2022-11-29 | conf-mode: T4820: add full type hints | John Estabrook | |
2022-11-29 | mpls: T915: verify interface actually exists on the system | Christian Poessinger | |
2022-11-29 | xml: telegraf: T4680: add missing comment in listen-address-single.xml.i | Christian Poessinger | |
2022-11-29 | Merge pull request #1683 from jestabro/config-script-dependency | Christian Poessinger | |
T4845: add smoketest to detect cycles in config-mode script dependency calls | |||
2022-11-28 | conf-mode: T4845: add smoketest to detect cycles | John Estabrook | |
2022-11-28 | conf-mode: T4845: add external file for dict of config-mode dependencies | John Estabrook | |
2022-11-28 | Merge pull request #1681 from dmbaturin/readme-update-test-2 | Christian Poessinger | |
Remove the mention of 1.2.x from the README title | |||
2022-11-28 | Merge pull request #1680 from dmbaturin/readme-update-test | Christian Poessinger | |
README typo fixes | |||
2022-11-28 | Merge pull request #1682 from aapostoliuk/T4844-sagitta | Christian Poessinger | |
T4844: Set DB directory rigths 755 in the update webproxy script | |||
2022-11-28 | frr: T3753: extend ConfigurationNotValid() with failing daemon | Christian Poessinger | |
2022-11-28 | T4844: Set DB directory rigths 755 in the update webproxy script | aapostoliuk | |
Squidguard: Set DB directory rigths 755 in the update blacklist webproxy script | |||
2022-11-27 | Remove the mention of 1.2.x from the README title | Daniil Baturin | |
2022-11-28 | Update reviewers.yml | Yuriy Andamasov | |
2022-11-27 | README typo fixes | Daniil Baturin | |
2022-11-27 | Update reviewers.yml | Yuriy Andamasov | |
2022-11-27 | Merge pull request #1679 from Cheeze-It/current | Christian Poessinger | |
ospf: T4739: Adding missing OSPF FRR template | |||
2022-11-26 | ospf: T4739: Adding missing OSPF FRR template | Cheeze-It | |
Adding the smoketest. | |||
2022-11-26 | ospf: T4739: Adding missing OSPF FRR template | Cheeze-It | |
Adding the parameters that were missing to the OSPF FRR template. | |||
2022-11-25 | veth: T4825: add op-mode CLI definitions | Christian Poessinger | |
2022-11-25 | veth: T4825: add dhcp(v6) client options to CLI | Christian Poessinger | |
2022-11-25 | Merge pull request #1678 from sever-sever/T4825 | Christian Poessinger | |
T4825: Verify if veth interface not used in conf before deleting | |||
2022-11-25 | T4825: Verify if veth interface not used in conf before deleting | Viacheslav Hletenko | |
Prevent to delete interface "vethX" which used for another interface as "vethY peer-name vethX" set interfaces virtual-ethernet veth0 peer-name 'veth1' set interfaces virtual-ethernet veth1 peer-name 'veth0' commit delete interfaces virtual-ethernet veth0 commit | |||
2022-11-24 | Merge pull request #1641 from Rain/T4612-arbitrary-netmasks | Christian Poessinger | |
firewall: T4612: Support arbitrary netmasks | |||
2022-11-24 | veth: T4825: minor improvements on XML peer-name handling | Christian Poessinger | |
2022-11-24 | Merge branch 'T4825' of https://github.com/sever-sever/vyos-1x into t4825-veth | Christian Poessinger | |
* 'T4825' of https://github.com/sever-sever/vyos-1x: T4825: Add basic smoketest for veth interfaces T4825: Add interface type veth | |||
2022-11-24 | T4825: Add basic smoketest for veth interfaces | Viacheslav Hletenko | |
2022-11-24 | T4825: Add interface type veth | Viacheslav Hletenko | |
Add interface type veth (Virtual ethernet) One of the usecases it's interconnect different vrf's and default vrf via bridge set interfaces virtual-ethernet veth0 peer-name 'veth1010' set interfaces virtual-ethernet veth1010 address '10.0.0.10/24' set interfaces virtual-ethernet veth1010 peer-name 'veth0' set interfaces virtual-ethernet veth1010 vrf 'foo' set interfaces bridge br0 address '10.0.0.1/24' set interfaces bridge br0 member interface veth0 | |||
2022-11-24 | Merge pull request #1676 from dmbaturin/T4837-route-summary | Viacheslav Hletenko | |
T4837: expose "show ip route summary" in the op mode API | |||
2022-11-24 | T4837: expose "show ip route summary" in the op mode API | Daniil Baturin | |
2022-11-23 | Merge pull request #1675 from roedie/T4835 | Christian Poessinger | |
T4835: snmpd: Fix copy/paste error in snmpd.conf | |||
2022-11-23 | T4835: snmpd: Fix copy/paste error in snmpd.conf | Sander Klein | |
The variable 'client' was accidently used where 'network should have been used. This lead to missing community6 string when an IPv6 network was defined instead of an IPv6 client. | |||
2022-11-22 | Merge pull request #1674 from sarthurdev/container_network | Christian Poessinger | |
container: T4834: Limit network names to 11 characters (15 char max including "cni-" prefix) |