Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2022-11-22 | container: T4834: Limit network names to 11 characters (15 char max ↵ | sarthurdev | |
including "cni-" prefix) * Error: unable to start container "<id>": plugin type="bridge" failed (add): cni plugin bridge failed: failed to create bridge "cni-thisismorethan15chars": could not add "cni-thisismorethan15chars": numerical result out of range | |||
2022-11-21 | graphql: T4574: add specific error message if token has expired | John Estabrook | |
Catch expiration error and return error-specific message instead of general 'not authenticated'. | |||
2022-11-21 | graphql: T4574: use Optional in func_sig | John Estabrook | |
A misreading of the makefun docs seemed to indicate Optional was not supported; it is. | |||
2022-11-21 | graphql: T4544: use load_as_module from vyos.util | John Estabrook | |
load_as_module was added to util.py for T4821; prefer over local copy | |||
2022-11-21 | Merge pull request #1673 from sever-sever/T4823 | Christian Poessinger | |
T4823: Fix IPsec transport mode remote TS | |||
2022-11-21 | T4823: Fix IPsec transport mode remote TS | Viacheslav Hletenko | |
Remote TS for transport mode GRE must be remote-address and not peer name | |||
2022-11-21 | Merge pull request #1671 from jestabro/reset-tunnel-arg-optional | Daniil Baturin | |
IPsec: T4829: tunnel argument to 'reset_peer' should have type hint Optional | |||
2022-11-20 | IPsec: T4829: use type hint Optional for arg tunnel in reset_peer | John Estabrook | |
2022-11-20 | IPsec: T4829: add missing import TimeoutExpired | John Estabrook | |
2022-11-20 | Merge pull request #1657 from sever-sever/T4812 | Daniil Baturin | |
T4812: Add op-mode Show vpn ipsec connections | |||
2022-11-20 | op-mode: dns-forwarding: T4578: drop sudo calls | Christian Poessinger | |
Commit 66288ccfee ("dns-forwarding: T4578: Rewrite show dns forwarding") added the implementation for the new standardized op-mode definitions/implementation. As the API daemon has the proper permissions and also the CLI op-mode calls the script already with "sudo", there is no need to call "sudo" inside this script, again. Also add dns.py to data/op-mode-standardized.json for the GraphQL schema to be generated. | |||
2022-11-20 | macvlan: pseudo-ethernet: T2104: _create() should place interface in A/D state | Christian Poessinger | |
2022-11-20 | Merge pull request #1667 from sever-sever/T4827 | Christian Poessinger | |
T4827: Route-map state continue must be with action permit only | |||
2022-11-20 | T4827: Route-map state continue must be with action permit only | Viacheslav Hletenko | |
route-map action 'deny' cannot be used for "continue" as FRR does not validate it r14(config)# route-map FOO permit 100 r14(config-route-map)# route-map FOO deny 50 r14(config-route-map)# on-match goto 100 % Configuration failed. Error type: validation r14(config-route-map)# | |||
2022-11-20 | vrf: T4562: no need to invode "sudo" when retrieving VRf information | Christian Poessinger | |
2022-11-20 | T4830: nat66: remove external IPv6 check on bracketize_ipv6() | Christian Poessinger | |
vyos.template.bracketize_ipv6() has a build-in check if the supplied address is of IPv6 AFI. No need to code an external check arround that. | |||
2022-11-19 | Merge pull request #1666 from nicolas-fort/T4830-nat66 | Christian Poessinger | |
T4830: nat66: fix how nat66 rules are written in nftables | |||
2022-11-19 | T4830: nat66: fix how nat66 rules are written in nftables, so translation ↵ | Nicolas Fort | |
works as expected | |||
2022-11-19 | Merge pull request #1665 from jestabro/op-mode-value-error | Christian Poessinger | |
IPsec: T4828: raise op-mode error on incorrect value | |||
2022-11-18 | IPsec: T4828: raise op-mode error on incorrect value | John Estabrook | |
2022-11-18 | Merge pull request #1664 from sever-sever/T4826 | Christian Poessinger | |
T4826: Fix login pubkey key type ed25519-sk ecdsa-sk | |||
2022-11-18 | T4826: Fix login pubkey key type ed25519-sk ecdsa-sk | Viacheslav Hletenko | |
Requires full key type name like sk-ecdsa-sha2-nistp256@openssh.com and sk-ssh-ed25519@openssh.com |