Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | T5747: op-mode add MAC and MTU for show interfaces summary | Viacheslav Hletenko | |
Add op-mode "show interfaces summary" Add MAC, VRF and MTU options: vyos@r4# run show interfaces summary Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address MAC VRF MTU S/L Description ----------- ----------------- ----------------- ------- ----- ----- ------------- dum0 203.0.113.1/32 96:44:ad:c5:a1:a5 default 1500 u/u eth0 192.168.122.14/24 52:54:00:f1:fd:77 default 1500 u/u WAN eth1 192.0.2.1/24 52:54:00:04:33:2b foo 1500 u/u LAN-eth1 eth2 - 52:54:00:40:2e:af default 1504 u/u LAN-eth2 eth3 - 52:54:00:09:a4:b4 default 1500 A/D | |||
2023-11-15 | op-mode: vrf: T5150: add "show vrf vni" and "show vrf <name> vni" commands | Christian Breunig | |
vyos@vyos:~$ show vrf vni VRF VNI VxLAN IF L3-SVI State Rmac blue 2000 None None Down None green 3000 None None Down None red 1000 None None Down None vyos@vyos:~$ show vrf blue vni VRF VNI VxLAN IF L3-SVI State Rmac blue 2000 None None Down None | |||
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-13 | pim6: T5733: add missing FRR PIM6 related features | Christian Breunig | |
2023-11-13 | pim: T5733: fix CLI level of global PIM commands | Christian Breunig | |
2023-11-13 | igmp: T5736: migrate "protocols igmp" to "protocols pim" | Christian Breunig | |
IGMP and PIM are two different but related things. FRR has both combined in pimd. As we use get_config_dict() and FRR reload it is better to have both centrally stored under the same CLI node (as FRR does, too) to just "fire and forget" the commit to the daemon. "set protocols igmp interface eth1" -> "set protocols pim interface eth1 igmp" | |||
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-09 | op-mode: T5658: adjust "monitor traceroute" CLI argument index | Christian Breunig | |
2023-11-09 | op-mode: T5658: add VRF support for "monitor traceroute" | bbabich | |
2023-11-09 | T1797: Remove vpp packages and mentions | Viacheslav Hletenko | |
2023-11-06 | mdns: T5719: Add op-mode commands to mDNS repeater | Indrajit Raychaudhuri | |
The following ones are available now: - restart mdns repeater - show log mdns repeater - monitor log mdns repeater | |||
2023-11-06 | op-mode: bgp: T5698: add "es-vrf" and "next-hops" CLI commands | Christian Breunig | |
show bgp l2vpn evpn es-vrf show bgp l2vpn evpn next-hops | |||
2023-11-06 | op-mode: bgp: T5698: fix "rd" route-distinguisher help string | Christian Breunig | |
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: add "monitor ssh dynamic-protection" command to follow the ↵ | Christian Breunig | |
logfile | |||
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-29 | op-mode: T5661: use common journalctl syntax for sshguard | Christian Breunig | |
This makes the code more easy to maintain in the future if everyone uses the same structure when calling journalctl. | |||
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-21 | T5661: Add show show ssh dynamic-protection attacker and show log ssh ↵ | JeffWDH | |
dynamic-protection | |||
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-08 | Merge pull request #2263 from Cheeze-It/current | Viacheslav Hletenko | |
T5530: isis: Adding loop free alternate feature | |||
2023-10-06 | op-mode: T5608: Fix help message for `delete raid` | erkin | |
2023-10-06 | T5530: isis: Adding loop free alternate feature | Cheeze_It | |
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-14 | Merge pull request #2268 from nicolas-fort/T5579 | Christian Breunig | |
T5579: show log firewall - Fix and extend command | |||
2023-09-14 | T5579: show log firewall - Fix command in order to fit new firewall cli ↵ | Nicolas Fort | |
structure; extend command options so it can be used on every layer ; use journalctl to get the logs | |||
2023-09-14 | Merge pull request #2242 from nicolas-fort/T4072-op-mode | Christian Breunig | |
T4072: Firewall op-mode command: add bridge capabilities | |||
2023-09-14 | Merge pull request #2262 from dmbaturin/T5582-ntp-force | Christian Breunig | |
op mode: T5582: Add 'force ntp synchronization' | |||
2023-09-14 | T5582: make "force ntp synchronisation" command VRF aware | Christian Breunig | |
2023-09-13 | op mode: T5582: Add 'force ntp synchronization' | Daniil Baturin | |
2023-09-13 | T671: do not preserve old tech-support report implementation | John Estabrook | |
2023-09-13 | op-mode: T5581: add "show ip nht" command (IPv4 nexthop tracking table) | Christian Breunig | |
vyos@vyos:~$ show ip nht 172.18.254.202 resolved via ospf via 172.18.201.254, eth0.201 (vrf default), weight 1 Client list: bgp(fd 28) | |||
2023-09-11 | T4072: Firewall op-mode command: add bridge capabilities | Nicolas Fort | |
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-04 | T671: call dmidecode directly in "show hardware dmi" | Daniil Baturin | |
The old script isn't doing much, in fact, it's much less informative than actual dmidecode | |||
2023-09-01 | T2546: re-add "monitor command" op-mode command with a new "diff" option as well | Christian Breunig | |
2023-08-29 | T5496: firewall op-mode: fix show command for group member and references | Nicolas Fort | |
2023-08-17 | console-server: T2490: add op-mode commands to display log | Christian Breunig | |
2023-08-11 | T5160: firewall refactor: change firewall ip to firewall ipv4 | Nicolas Fort | |