Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | image: T4516: restore select entry to set/delete image | John Estabrook | |
2023-11-16 | image: T4516: do not prompt for confirmation when setting default | John Estabrook | |
2023-11-16 | image: T4516: reword some messages and prompts | John Estabrook | |
2023-11-16 | image: T4516: add clearer error msg on attempt to upgrade to 1.2.x | John Estabrook | |
An attempt to upgrade to 1.2.x is caught, but error is of failed checksum verification; add check and message. | |||
2023-11-15 | image: T4516: support for interoperability of legacy/new image tools | John Estabrook | |
This commit allows management of system images with either new or legacy tools: 'add/delete/rename system image' and 'set default' are translated appropriately on booting between images with the old and new tools. Consequently, the warning of the initial commit of T4516 is dropped. | |||
2023-11-15 | image: T4516: improve format of 'show system image details' | John Estabrook | |
2023-11-15 | image: T5195: vyos.util -> vyos.utils package refactoring | John Estabrook | |
2023-11-15 | image: T4516: restore reboot reminder message | John Estabrook | |
2023-11-15 | image: T4516: set op-mode files executable | John Estabrook | |
2023-11-15 | image: T4516: do not prompt for config copy on live install | John Estabrook | |
2023-11-15 | image: T4516: correct implementation of configure_authentication | John Estabrook | |
2023-11-15 | image: T4516: correct permissions on creation of config directory | John Estabrook | |
2023-11-15 | image: T4516: Added system image tools | zsdc | |
This commit adds the whole set of system image tools written from the scratch in Python that allows performing all the operations on images: * check information * perform installation and deletion * versions management Also, it contains a new service that will update the GRUB menu and keep tracking its version in the future. WARNING: The commit contains non-reversible changes. Because of boot menu changes, it will not be possible to manage images from older VyOS versions after an update. | |||
2023-11-15 | Merge pull request #2476 from c-po/frr-pim-T5733 | Christian Breunig | |
pim(6): T5733: add missing FRR related features | |||
2023-11-15 | T5732: generate firewall rule-resequence drops geoip country-code from output | JeffWDH | |
2023-11-13 | pim: T5733: add missing FRR PIM related features | Christian Breunig | |
Migrate CLI configuration retrival to common get_config_dict(). In addition add new functionality to VyOS that is PIM related and already available in FRR. | |||
2023-11-12 | op-mode: T5658: fix "monitor traceroute" completion helper | Christian Breunig | |
2023-11-12 | op-mode: T5658: reduce amount of exposed options | Christian Breunig | |
Example: we should focus on JSON output and not expose XML and CSV. | |||
2023-11-12 | T5658: add common methods interface_list() and vrf_list() to vyos.utils.network | Christian Breunig | |
Reduce amount of duplicated (3 times) code in op-mode scripts for ping, traceroute and mtr. | |||
2023-11-09 | op-mode: T5658: add VRF support for "monitor traceroute" | bbabich | |
2023-10-29 | Merge pull request #2408 from nicolas-fort/T5513-show-fwall | Christian Breunig | |
T5513: firewall: update op-mode command show firewall. | |||
2023-10-29 | op-mode: T5661: remove call to sudo in ssh.py and move it to XML definition | Christian Breunig | |
Try to have as few calls to sudo in the op-mode scripts as possible. The XML definitions can deal with it. | |||
2023-10-26 | Merge pull request #2369 from JeffWDH/current | Daniil Baturin | |
T5661: Add show show ssh dynamic-protection attacker and show log ssh… | |||
2023-10-26 | T5513: T5564: update op-mode command show firewall. Counter available for ↵ | Nicolas Fort | |
default actions and extend references for firewall groups | |||
2023-10-23 | T5677: lldp shows empty platform if descr not in lldpctl output | Adam Smith | |
2023-10-21 | T5661: Add show show ssh dynamic-protection attacker and show log ssh ↵ | JeffWDH | |
dynamic-protection | |||
2023-10-20 | T5642: op-cmd: correction of generated file name | srividya0208 | |
2023-10-17 | T4913: migrate wireless scripts to new op-mode style | Christian Breunig | |
2023-10-16 | op-mode: T5653: command to display SSH server public key fingerprints | JeffWDH | |
2023-10-16 | op-mode: T5642: 'generate tech-support archive' moved to vyos-1x | aapostoliuk | |
'generate tech-support archive' moved to vyos-1x. Output of 'show tech-support report' command is added to archive. The default location of the archive is moved to '/tmp'. The script is rewritten to Python. | |||
2023-10-02 | login: T5628: fix spwd deprecation warning | Christian Breunig | |
vyos@vyos:~$ show system login users Username Type Locked Tty From Last login ---------- ------ -------- ----- ------------- ------------------------ vyos vyos False pts/0 172.16.33.139 Mon Oct 2 20:42:24 2023 | |||
2023-09-29 | T5497: Add ability to resequence rule numbers for firewall | JeffWDH | |
Updated spacing. | |||
2023-09-29 | T5497: Add ability to resequence rule numbers for firewall | JeffWDH | |
2023-09-26 | Merge pull request #2308 from sarthurdev/fw_opmode | Christian Breunig | |
firewall: T5160: Remove zone policy op-mode | |||
2023-09-25 | firewall: T5160: Remove zone policy op-mode | sarthurdev | |
2023-09-23 | T5497: op-mode: Add generate firewall rule-resequence | Viacheslav Hletenko | |
Add op-mode command `generate firewall rule-resequence` Generates output with new sequences for firewall rules set firewall ipv4 input filter rule 1 action 'accept' set firewall ipv4 input filter rule 1 description 'Allow loopback' $ generate firewall rule-resequence start 10 step 10 set firewall ipv4 input filter rule 10 action 'accept' set firewall ipv4 input filter rule 10 description 'Allow loopback' | |||
2023-09-22 | Merge pull request #2298 from jestabro/disk-by-id | Christian Breunig | |
smoketest: T5607: support getting SCSI device by drive-id | |||
2023-09-21 | frr: T5591: cleanup of daemons file | Apachez | |
2023-09-20 | op-mode: raid: T5608: define add/delete raid member | John Estabrook | |
2023-09-20 | op-mode: disk: T5609: add arg by-id to format disk | John Estabrook | |
2023-09-11 | T4072: Firewall op-mode command: add bridge capabilities | Nicolas Fort | |
2023-09-10 | T5564: Fix show firewall group and show firewall summary | Viacheslav Hletenko | |
The `rule` key could be not exists in the entry of the dictionary for examppe `{'default_action': 'drop'}` Fix it | |||
2023-09-09 | T4754: Fix path for popen moved to utils process | Viacheslav Hletenko | |
2023-09-08 | Merge pull request #1602 from goodNETnick/goodnetnick-shloginotp-T4754 | Viacheslav Hletenko | |
login: T4754: show configured 2FA OTP key | |||
2023-09-05 | T5423: Fix for op-mode show vpn ike secrets | Viacheslav Hletenko | |
We don't use ipsec.secrets anymore Fix op-mode for "show vpn ike secrets". Ability to get "RAW" format | |||
2023-09-05 | Merge pull request #2188 from nicolas-fort/T5496 | Christian Breunig | |
T5496: multiple fixes for op-mode command <show firewall> | |||
2023-09-04 | T5496: Change src and|or destination wildcard for any, which still makes it ↵ | Nicolas Fort | |
easy to read, and we get uniform output for both families, and will look the same when working with inet family in the future. Fix output of geo-ip matchers. Fix output for default-action rules: display N/A for counters in base chains, since they are not available.Change from N/A to N/D for empty groups, and for groups which found no reference in config | |||
2023-09-01 | Merge pull request #2193 from sever-sever/T5536 | Christian Breunig | |
T5536: Fix show dhcp client leases | |||
2023-09-01 | T2546: re-add "monitor command" op-mode command with a new "diff" option as well | Christian Breunig | |
2023-09-01 | T5536: Fix show dhcp client leases | Viacheslav Hletenko | |
Fix helpers was moved to vyos.utils package Fix empty new address from the lease file causes OSError: illegal IP address string passed to inet_pton |