Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-15 | firewall: T4502: add ofload to firewall table actions | GurliGebis | |
2023-12-14 | Merge pull request #2637 from sever-sever/5823 | Christian Breunig | |
T5823: Add recursive_defaults for BGP get_config dictionary | |||
2023-12-14 | T5823: Add recursive_defaults for BGP get_config dictionary | Viacheslav Hletenko | |
Add recursive_defaults values for BGP "get_config" dictionary. | |||
2023-12-14 | Merge pull request #2635 from sever-sever/T5749 | Christian Breunig | |
T5749: Add a more scrict search for get_vrf method | |||
2023-12-14 | T5749: Add a more scrict search for get_vrf method | Viacheslav Hletenko | |
The current implementation is wrong as it searches `master` in the iproute2 JSON output. It is a worng as it could include bridges or bonding interfaces Add the more strict search `info_slave_kind == vrf` | |||
2023-12-14 | Merge pull request #2627 from sever-sever/T4163 | Christian Breunig | |
T4163: Add BGP Monitoring Protocol BMP feature | |||
2023-12-14 | Merge pull request #2590 from sever-sever/T5798 | Christian Breunig | |
T5798: load-balancing revese-proxy add multiple SSL certificates | |||
2023-12-14 | T4163: Add BGP Monitoring Protocol BMP feature | Viacheslav Hletenko | |
Add BMP feature. BMP (BGP Monitoring Protocol, RFC 7854) is used to send monitoring data from BGP routers to network management entities https://docs.frrouting.org/en/latest/bmp.html Example: set system frr bmp commit run restart bgp set protocols bgp system-as '65001' set protocols bgp neighbor 192.0.2.11 address-family ipv4-unicast set protocols bgp neighbor 192.0.2.11 remote-as '65001' set protocols bgp bmp mirror-buffer-limit '256000000' set protocols bgp bmp target foo address '127.0.0.1' set protocols bgp bmp target foo port '5000' set protocols bgp bmp target foo min-retry '1000' set protocols bgp bmp target foo max-retry '2000' set protocols bgp bmp target foo mirror set protocols bgp bmp target foo monitor ipv4-unicast post-policy set protocols bgp bmp target foo monitor ipv4-unicast pre-policy set protocols bgp bmp target foo monitor ipv6-unicast post-policy set protocols bgp bmp target foo monitor ipv6-unicast pre-policy | |||
2023-12-14 | Merge pull request #2630 from jestabro/authentication-add-image | Christian Breunig | |
image-tools: T5825: restore authentication for add system image | |||
2023-12-14 | Merge pull request #2634 from Trae32566/T5827 | Christian Breunig | |
T5827: made show system image alphabetical | |||
2023-12-14 | image-tools: T5825: restore authentication for add system image | John Estabrook | |
2023-12-14 | T5827: reversed version listing | Trae Santiago | |
2023-12-14 | T5827: moved sys image sort to grub version_list | Trae Santiago | |
2023-12-14 | T5827: made show system image alphabetical | Trae Santiago | |
2023-12-14 | T5827: made show system image alphabetical | Trae Santiago | |
2023-12-14 | Merge pull request #2624 from jestabro/vrf-aware-add-image | Christian Breunig | |
image-tools: T5821: restore vrf-aware add system image | |||
2023-12-14 | Merge pull request #2631 from mcbridematt/t5826-add-dmidecode-dep | Christian Breunig | |
T5826: ensure dmidecode is installed as a dependency of vyos-1x | |||
2023-12-14 | T5826: ensure dmidecode is installed as a dependency of vyos-1x | Mathew McBride | |
dmicode is used in the "show hardware dmi" and to derive synthetic MAC addresses (see python/vyos/ifconfig/interface.py). On non-x86 platforms like arm64 it may not be pulled in explictly by other packages (like libparted2) so add it as an explicit dependency. | |||
2023-12-13 | image-tools: T5821: restore vrf-aware add system image | John Estabrook | |
2023-12-13 | Merge pull request #2621 from jestabro/clear-raid-on-install | John Estabrook | |
image-tools: T5806: clear previous raid configs on install | |||
2023-12-13 | image-tools: T5806: deactive raid arrays | John Estabrook | |
2023-12-13 | Merge pull request #2628 from jestabro/ftp-archive | John Estabrook | |
T5774: fix regression in remote.upload | |||
2023-12-13 | T5774: fix regressions in remote.upload and use in config_mgmt | John Estabrook | |
2023-12-13 | Merge pull request #2606 from c-po/srv6 | Christian Breunig | |
SRv6: T591: initial implementation to support locator definition | |||
2023-12-13 | Merge pull request #2607 from indrajitr/ddclient-improvement-round-3-2023-12-10 | Christian Breunig | |
ddclient: T5791: Adjust warning messages, minor refactor and smoketest updates | |||
2023-12-13 | Merge pull request #2622 from jestabro/obscure-passwd-on-install | Christian Breunig | |
image-tools: T5819: do not echo password on image install | |||
2023-12-13 | Merge pull request #2623 from sarthurdev/kea_opmode_fix | Christian Breunig | |
dhcp: T3316: Fix raw op-mode lease output | |||
2023-12-13 | Merge pull request #2618 from Trae32566/T5816 | Christian Breunig | |
validator: T5816: large community validator should only allos character set and basic format | |||
2023-12-13 | validator: T5816: large community validator should only allos character set ↵ | Trae Santiago | |
and basic format | |||
2023-12-12 | dhcp: T3316: Fix dhcp op-mode state 'all' matching | sarthurdev | |
2023-12-12 | dhcp: T3316: Fix raw op-mode lease output | sarthurdev | |
2023-12-12 | Merge pull request #2611 from nicolas-fort/T5804-mig-script | Daniil Baturin | |
T5804: nat: remove inbound|outbound interface from old configuration when it was set to <any>. | |||
2023-12-12 | image-tools: T5819: do not echo password on image install | John Estabrook | |
2023-12-12 | image-tools: T5806: remove partition and disk signatures in cleanup | John Estabrook | |
2023-12-12 | Merge pull request #2608 from jestabro/load-config-module | John Estabrook | |
load-config: T5815: provide a variety of load config methods | |||
2023-12-11 | ddclient: T5791: Add smoketest for dynamic interface | Indrajit Raychaudhuri | |
2023-12-11 | ddclient: T5791: Cleanup smoketests and remove unnecessary imports | Indrajit Raychaudhuri | |
2023-12-11 | ddclient: T5791: Adjust the warning messages and minor refactoring | Indrajit Raychaudhuri | |
2023-12-11 | load-config: T5815: provide a variety of load config methods | John Estabrook | |
Collect in a module several versions of a 'load config' function. They have different use cases according to performance and error reporting, and allow comparison of non-legacy and legacy variants. | |||
2023-12-11 | Merge pull request #2613 from jestabro/num-revisions | John Estabrook | |
T5812: report actual number of revisions instead of max | |||
2023-12-11 | Merge pull request #2612 from nicolas-fort/T5807-nat66-opmode | Christian Breunig | |
T5807: fix op-mode command <show nat66> | |||
2023-12-11 | srv6: T591: initial implementation to support locator definition | Christian Breunig | |
VyOS CLI set protocols segment-routing srv6 locator bar prefix '2001:b::/64' set protocols segment-routing srv6 locator foo behavior-usid set protocols segment-routing srv6 locator foo prefix '2001:a::/64' Will generate in FRR segment-routing srv6 locators locator bar prefix 2001:b::/64 block-len 40 node-len 24 func-bits 16 exit ! locator foo prefix 2001:a::/64 block-len 40 node-len 24 func-bits 16 behavior usid exit ! exit ! exit ! exit | |||
2023-12-11 | bgp: T591: add SRv6 support from FRR | Christian Breunig | |
set protocols bgp sid vpn per-vrf export '99' set protocols bgp srv6 locator 'foo' set protocols bgp system-as '100' Will generate in FRR config router bgp 100 no bgp ebgp-requires-policy no bgp default ipv4-unicast no bgp network import-check ! segment-routing srv6 locator foo exit sid vpn per-vrf export 99 exit | |||
2023-12-11 | T5812: report actual number of revisions instead of max | John Estabrook | |
2023-12-11 | T5807: fix op-mode command <show nat66>, which only display rules if nat was ↵ | Nicolas Fort | |
configured. In this commit, check is fixed and rules are printed as expected. | |||
2023-12-11 | T5804: nat: remove inbound|outbound interface from old configuration when it ↵ | Nicolas Fort | |
was set to <any>. | |||
2023-12-11 | Merge pull request #2609 from indrajitr/github-streamline-2 | Christian Breunig | |
T5803: Migrate vscode settings to new value and clean up .gitattributes | |||
2023-12-11 | T5803: Migrate vscode settings to new value and clean up .gitattributes | Indrajit Raychaudhuri | |
Update VSCode settings for "editor.wordBasedSuggestions". It has changed from boolean to enum. The value "off" is the same as previous value of `false`. Also remove stray duplicate entries in .gitattributes. | |||
2023-12-10 | Merge pull request #2601 from c-po/t5413-current-resequence | Christian Breunig | |
migration: T5413: re-sequence interfaces migration scripts | |||
2023-12-10 | Merge pull request #2600 from sever-sever/T5773-smoketests | Viacheslav Hletenko | |
T5773: API add smoketest for load config via HTTP URL |