| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-01 | Revert "op-mode: T4429: Ability to detect external IP address" | Daniil Baturin | |
| 2022-07-01 | Merge pull request #1383 from sever-sever/T4501 | Christian Poessinger | |
| event-handler: T4501: Fix for syslog-identifier | |||
| 2022-07-01 | openvpn: T4485: Add CRL to OpenVPN config test | sarthurdev | |
| 2022-07-01 | event-handler: T4501: Fix for syslog-identifier | Viacheslav Hletenko | |
| In dictionary we get "syslog-identifier" with dash But we try to parse option with underscore "syslog_identifier" Fix it | |||
| 2022-07-01 | bgp: T4490: use common vyos.base.Warning() wrapper | Christian Poessinger | |
| 2022-07-01 | Merge branch 'T4490' of https://github.com/sever-sever/vyos-1x into current | Christian Poessinger | |
| * 'T4490' of https://github.com/sever-sever/vyos-1x: bgp: T4490: Add informational message for peer withour AFI | |||
| 2022-07-01 | Merge pull request #1380 from sarthurdev/ovpn-multi-ca | Christian Poessinger | |
| openvpn: T4485: Accept multiple tls ca-certificate values | |||
| 2022-07-01 | xml: update interface help strings | Christian Poessinger | |
| 2022-07-01 | xml: vti: T2455: state that VTI is now of type XFRM | Christian Poessinger | |
| 2022-07-01 | vti: T2455: add link-local IPv6 address support | Christian Poessinger | |
| Interface should receive an auto generated link-local IPv6 address as we do with all VyOS interfaces by default. | |||
| 2022-07-01 | vti: T2455: add IPv6 address support | Christian Poessinger | |
| 2022-07-01 | xml: include: add missing prefix in include file comment | Christian Poessinger | |
| 2022-06-29 | router-advert: T4477: support RDNSS lifetime option | Christian Poessinger | |
| set service router-advert interface eth0 name-server-lifetime <value> | |||
| 2022-06-29 | xml: streamline interface definition filenames, drop _ | Christian Poessinger | |
| Some files that described the CLI used underscores to split CLI levels, some others did not. This commit removes all underscores from the filename and only makes use of a hyphen. | |||
| 2022-06-29 | bgp: T4494: Ability to reset bgp in VRF | Viacheslav Hletenko | |
| reset ip bgp vrf foo 192.0.2.2 | |||
| 2022-06-29 | openvpn: T4485: Update PKI migrator to handle full CA chain migration | sarthurdev | |
| * Also determines and maps to correct CA for migrated CRL | |||
| 2022-06-29 | Merge pull request #1378 from vfreex/add-igmp-snooping-option | Christian Poessinger | |
| bridge: T4498: add option to enable/disable IGMP/MLD snooping | |||
| 2022-06-29 | bridge: add option to enable/disable IGMP/MLD snooping | Yuxiang Zhu | |
| This PR adds an config option to enable/disable IGMP/MLD snooping. ``` set interfaces bridge brN igmp snooping ``` | |||
| 2022-06-29 | openvpn: T4485: Accept multiple `tls ca-certificate` values | sarthurdev | |
| 2022-06-28 | Merge pull request #1376 from sever-sever/T4473 | Christian Poessinger | |
| containers: T4473: Fix create container with not exist network | |||
| 2022-06-28 | Merge pull request #1377 from sever-sever/T4486 | Christian Poessinger | |
| containers: T4486: Fix path for removing containers | |||
| 2022-06-28 | containers: T4486: Fix path for removing containers | Viacheslav Hletenko | |
| Fix correct path for removing containers and container networks Reduce timoute from 10 (default) to 3 seconds for stopping containers | |||
| 2022-06-28 | containers: T4473: Fix create container with not exist network | Viacheslav Hletenko | |
| Fix for setting container without or wrong network decalaration | |||
| 2022-06-28 | bgp: T4490: Add informational message for peer withour AFI | Viacheslav Hletenko | |
| As we don't use addresss-family ipv4-unicast by default we should to send informational message about AFI for peer is required | |||
| 2022-06-28 | Merge pull request #1370 from sever-sever/T4489 | Christian Poessinger | |
| mpls: T4489: Set priority 400 for MPLS after tunnel | |||
| 2022-06-28 | mpls: T4489: Set priority 400 for MPLS after tunnel | Viacheslav Hletenko | |
| Fix worng behavior with priority with using tunnel interfaces MPLS configuration must be applied after tunnel interfaces as we use an addition sysctl option 'net.mpls.conf.tun0.input = 1' which doesn't exist without tunnel interface Change priority: 299 protocols/mpls 380 interfaces/tunnel To: 380 interfaces/tunnel 400 protocols/mpls | |||
| 2022-06-26 | Merge pull request #1368 from sarthurdev/firewall-opsummary | Christian Poessinger | |
| firewall: T4484: Fix op-mode summary for address groups with ranges. | |||
| 2022-06-25 | firewall: T4484: Fix op-mode summary for address groups with ranges. | sarthurdev | |
| 2022-06-25 | Merge pull request #1360 from sever-sever/T1375 | Christian Poessinger | |
| op-mode: T1375: Allow to clear dhcp-server lease | |||
| 2022-06-25 | Merge pull request #1362 from sarthurdev/T4435 | Christian Poessinger | |
| firewall: T4435: Verify parent config applied successfully | |||
| 2022-06-25 | interfaces: dhcp: T4482: toggle of "dhcp-options no-default-route" has no effect | Christian Poessinger | |
| Error introduced by commit 85d6c8f7c ("vyos.configdict: T4391: enable get_interface_dict() ti be used with ConfigTreeQuery()"). Reason was the still in use relative path on calls to node_changed(), these got replaced with absolute config paths and the new implementation if is_node_changed(). | |||
| 2022-06-25 | dhcp: pppoe: T4384: bugfix not honoring no-default-route CLI option | Christian Poessinger | |
| Commit a2ab95ff68b ("pppoe: T4384: replace default-route CLI option with common CLI nodes already present for DHCP") had an issue as the PPPoE interface options and also DHCP interface options did not honor the no-default-route option. This has been fixed. | |||
| 2022-06-22 | Merge pull request #1367 from nicolas-fort/T4475 | Christian Poessinger | |
| Policy: T4475: add support for matching ipv6 addresses on peer option… | |||
| 2022-06-22 | Policy: T4475: add support for matching ipv6 addresses on peer option in ↵ | Nicolas Fort | |
| route-map | |||
| 2022-06-21 | Merge pull request #1366 from c-po/t1748-cli-help | Christian Poessinger | |
| vbash: beautify tab completion output/line breaks | |||
| 2022-06-20 | xml: T1748: cleanup <help> and </help> nodes not closing on the same line | Christian Poessinger | |
| Commit a6f82bb484 ("T1748: vbash: beautify tab completion output/line breaks") added a method to split the help string and insert newlines and leading tabs in a deterministic way. This commit cleans up the legacy implementations where leading whitespaces got counted and added by humans in a try/error method. | |||
| 2022-06-20 | T1748: vbash: beautify tab completion output/line breaks | Christian Poessinger | |
| Indention for multi-line help strings should be auto calculated and not be a human problem. This way we ensure that there is a consistent CLI with predictable newlines at a predictable position. | |||
| 2022-06-20 | T778: T782: dhcp-server: add missing bootfile-size and bootfile-name constraints | Christian Poessinger | |
| 2022-06-20 | dhcp: T4156: bootfile-option: add missing constraints and valueHelp | Christian Poessinger | |
| 2022-06-20 | T2719: use _is_show for detecting show functions | Daniil Baturin | |
| 2022-06-18 | policy: T4467: bugfix relative (+/-) increase of metric | Christian Poessinger | |
| 2022-06-18 | Merge pull request #4 from jestabro/increment-decrement | Christian Poessinger | |
| numeric: T4467: add support for relative values: +/-N | |||
| 2022-06-17 | numeric: T4467: add support for relative values: +/-N | John Estabrook | |
| Add option '--relative' to check that value is of the form '+/-N' for some numeric N (e.g. +10' or '-30'), interpreted as a relative increment or decrement, rather than a signed integer/float. This may be combined with any other option, which will be applied to the value stripped of the leading modifier. Testing this extension revealed that negative values are being interpreted as options, whether quoted or not; to address that, an Arg.Rest keyword '--' is introduced, which will need to be passed along with the option in interface definitions using the above. For example: <validator name="numeric" argument="--relative --"/> | |||
| 2022-06-17 | T2719: handle non-existent interfaces in the neighbor script | Daniil Baturin | |
| 2022-06-17 | T2719: correct neighbor commands for IPv6 | Daniil Baturin | |
| 2022-06-16 | smoketest: policy: T4467: validate relative route-map metric | Christian Poessinger | |
| 2022-06-16 | vyos.ifconfig: T4384: fix file permission (664) on interface.py | Christian Poessinger | |
| 2022-06-16 | T2719: correct module path in the neighbor script | Daniil Baturin | |
| 2022-06-16 | T2719: make re functions usage in vyos.opmode more consistent | Daniil Baturin | |
| 2022-06-16 | Merge pull request #1363 from sever-sever/T4468 | Christian Poessinger | |
| webproxy: T4468: Fix regex for squidguard source-group | |||
