Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-30 | vyos.util: T4319: add is_ipv6_enabled() helper function | Christian Poessinger | |
2022-03-30 | vyos.ifconfig: make add_addr() method more reader firendly | Christian Poessinger | |
2022-03-30 | T4319: do not try to add ::1/128 to lo if IPv6 is disabled | Daniil Baturin | |
2022-03-28 | Revert "openvpn: T4230: globally enable ip_nonlocal_bind" | Daniil Baturin | |
This reverts commit 1cbcbf40b7721849f9696c05fac65db010a66b7c. | |||
2022-03-27 | Merge pull request #1253 from jestabro/gql-test-node | Daniil Baturin | |
graphql: T3993: add unsettable gql option; this is not exposed by CLI | |||
2022-03-27 | graphql: T3993: add unsettable gql option; this is not exposed by CLI | John Estabrook | |
2022-03-26 | vyos.validate: T4321: make is_addr_assigned() VRF aware | Christian Poessinger | |
Commit 1bfe09f9 ("vyos.validate: T4321: make is_intf_addr_assigned() VRF aware") added VRF support for an interface bound function. As an interface can only be bound to one VRF check makes less sense. This commit moves the VRF awareness from is_intf_addr_assigned() to is_addr_assigned() so we check the VRF assignment even prior of calling is_intf_addr_assigned() and fail fast. | |||
2022-03-26 | bgp: T4321: check neighbor IP addresses against VRF context | Christian Poessinger | |
2022-03-26 | vyos.validate: T4321: make is_intf_addr_assigned() VRF aware | Christian Poessinger | |
2022-03-25 | smoketest: ipv6: fix testcase after using new sysctl interface | Christian Poessinger | |
2022-03-25 | smoketest: mpls: disable debug output | Christian Poessinger | |
2022-03-25 | mpls: T915: use vyos.util.sysctl_write() helper function | Christian Poessinger | |
2022-03-25 | vyos.util: T4319: rename sysctl() -> sysctl_write() | Christian Poessinger | |
2022-03-25 | ipv6: T4319: do not configure IPv6 related settings if it's disabled | Christian Poessinger | |
2022-03-25 | system: T4319: align ipv6 settings with ipv4 by using get_config_dict() | Christian Poessinger | |
2022-03-25 | vyos.util: T4319: provide generic sysctl_read() helper | Christian Poessinger | |
2022-03-25 | xml: T4319: use common building block for table-size CLI option | Christian Poessinger | |
2022-03-25 | T4319: "system ip(v6)" must run before any interface operation | Christian Poessinger | |
2022-03-24 | ipsec: T4288: bump config version 8 -> 9 | Christian Poessinger | |
2022-03-24 | ipsec: T4288: drop leading empty line to detect runtime environment | Christian Poessinger | |
2022-03-24 | Merge pull request #1251 from srividya0208/T4288a | Christian Poessinger | |
ike-group: T4288 : close-action is missing in swanctl.conf | |||
2022-03-24 | Merge pull request #1248 from sever-sever/T4290 | Christian Poessinger | |
bgp: T4290: Add verify source-interface for none ip neighbor | |||
2022-03-24 | openvpn: T4294: force service restart on openvpn-option node change | Christian Poessinger | |
2022-03-24 | ike-group: T4288 : close-action is missing in swanctl.conf | srividya0208 | |
close-action parameter is missing in the swanctl.conf file | |||
2022-03-23 | bgp: T4314: add missing check to migration script | John Estabrook | |
2022-03-23 | l2tpv3: T1923: remove duplicate mtu include | Christian Poessinger | |
2022-03-22 | Merge pull request #1252 from dmbaturin/T4313 | Christian Poessinger | |
T4313: handle exceptions in the "generate public-key-command" script | |||
2022-03-22 | T4313: handle exceptions in the "generate public-key-command" script | Daniil Baturin | |
2022-03-22 | qos: T4284: delete traffic-policy CLI path via Makefile | Christian Poessinger | |
Implementation is still work in progress, as such the CLI XML definitions are published but the Python code does not work. In this case we must ensure XML backed node.def files are deleted after generation so they do not conflict with the current vyatta-cfg-qos implementation. | |||
2022-03-21 | qos: T4284: initial XML interface definitions for rewrite | Christian Poessinger | |
2022-03-21 | mirror: T3089: add verify_mirror() also for bond and bridge interfaces | Christian Poessinger | |
2022-03-20 | Merge pull request #1250 from fett0/T4304 | Christian Poessinger | |
OSPF : T4304: Set import/export filter inter-area prefix | |||
2022-03-19 | smoketest: Verify export-list rule to ospf-area | fett0 | |
2022-03-18 | OSPF : T4304: add check access-list is defined | fett0 | |
2022-03-17 | OSPF : T4304: Set import/export filter inter-area prefix | fett0 | |
2022-03-16 | frr: T4302: fix Jinja2 template to match new FRR syntax | Christian Poessinger | |
According to a wrong bug [1] there is no longer a vrf suffix available for interfaces. This got changed in [2] which no longer print vrf name for interface config when using vrf-lite. 1: https://github.com/FRRouting/frr/issues/10805 2: https://github.com/FRRouting/frr/pull/10411 | |||
2022-03-16 | smoketest: remove failfast=True from certian tests | Christian Poessinger | |
2022-03-15 | Merge pull request #1249 from zdc/T4301-sagitta | Christian Poessinger | |
bonding: T4301: Fixed arp-monitor option | |||
2022-03-15 | frr: T4302: upgrade to version 8.2 | Christian Poessinger | |
2022-03-15 | bonding: T4301: Fixed arp-monitor option | zsdc | |
In verify function for arp-monitor option was used by mistake an extra conversion for incoming data before comparing items. This commit removed these unnecessary conversions and makes the option operable. | |||
2022-03-14 | Merge pull request #1247 from nicolas-fort/T4286 | Christian Poessinger | |
Firewall: T4286: Correct ipv6-range validator | |||
2022-03-13 | bgp: T4290: Add verify source-interface for none ip neighbor | Viacheslav Hletenko | |
When we use neighbor as interface we must not use option 'source-interface' for example: neighbor eth0 source-interface eth0 Such option can be used for IP/IPv6 neighbors | |||
2022-03-12 | Firewall: T4286: Correct ipv6-range validator | Nicolas Fort | |
2022-03-12 | Merge branch 'T2493-nexthop-unchanged' of https://github.com/plett/vyos-1x ↵ | Christian Poessinger | |
into current * 'T2493-nexthop-unchanged' of https://github.com/plett/vyos-1x: policy: T2493 ip-next-hop unchanged & peer-address | |||
2022-03-12 | Merge pull request #1241 from zdc/T4250-sagitta | Christian Poessinger | |
logrotate: T4250: Fixed logrotate config generation | |||
2022-03-12 | Merge pull request #1246 from sever-sever/T4265 | Christian Poessinger | |
bgp: T4265: Add op-mode for bgp flowspec routes | |||
2022-03-11 | bgp: T4265: Add op-mode for bgp flowspec routes | Viacheslav Hletenko | |
2022-03-11 | Merge pull request #1245 from dberlin/patch-1 | Christian Poessinger | |
[Ethtool] T4297: Update drivers supporting speed/flow/duplex | |||
2022-03-11 | [Ethtool] T4297: Update drivers supporting speed/flow/duplex | Daniel Berlin | |
The iavf, ice, and i40e drivers do not support speed, flow, or duplex control using ethtool. As a result, interface configuration changes fail to commit when using those drivers. This patch fixes that by correctly marking those drivers as not supporting those controls. | |||
2022-03-10 | Revert "component_version: T4291: consolidate read/write functions" | John Estabrook | |
This reverts commit 534f677d36285863decb2cdff179687b4fd690cb. Revert while investigating failure in vyos-configtest. |