summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysMerge pull request #4351 from markh0338/int-group-container-validationChristian Breunig
firewall: T7177: Update interface-name constraint to allow "pod-" interface names
9 daysMerge pull request #4352 from natali-rs1985/T6628-fixChristian Breunig
T6628: IPoE-server rename "static-ip" to "ip-address" for local auth
9 daysMerge pull request #4356 from sarthurdev/wlb_pythonChristian Breunig
wlb: T4452: Use return for exclude statements
10 daysMerge pull request #4354 from jestabro/netplug-configChristian Breunig
T7182: use Config instead of ConfigTreeQuery for get_interface_dict
10 dayswlb: T4452: Use return for exclude statementssarthurdev
10 daysMerge pull request #4355 from c-po/fix-wireguard-op-mode-T7123Christian Breunig
T7123: Revert "wireguard: T4930: drop unused WireGuardOperational().show_interface() method"
10 daysRevert "wireguard: T4930: drop unused ↵Christian Breunig
WireGuardOperational().show_interface() method" This reverts commit 98414a69f0018915ac999f51975618dd5fbe817d.
10 daysT7182: use Config instead of ConfigTreeQuery for get_interface_dictJohn Estabrook
10 daysT7182: normalize formattingJohn Estabrook
10 daysfirewall: T7177: update interface-name.xml.i constraint and smoketest to ↵Mark
support pod interfaces from containers
10 daysT6628: IPoE-server rename "static-ip" to "ip-address" for local authNataliia Solomko
11 daysMerge pull request #4348 from vyos/sever-sever-patch-1Christian Breunig
T7136: sflow check listen address for the vrf
11 daysMerge pull request #4350 from Embezzle/T7176Christian Breunig
firewall: T7176: Fix vyos-domain-resolver not respecting interval/cache configuration
11 daysMerge pull request #4347 from c-po/bgp-redistr-table-T7163Daniil Baturin
bgp: T7163: add CLI route-map and metric support for "redistribute table"
11 daysMerge pull request #4108 from sarthurdev/wlb_pythonViacheslav Hletenko
wlb: T4470: Migrate WAN Load Balancer to XML/Python
12 daysfirewall: T7176: Fix vyos-domain-resolver not respecting interval/cache ↵Alex W
configuration
12 daysMerge pull request #4349 from natali-rs1985/T6906-smoketestDaniil Baturin
T6906: IPoE-server smoke test for start-session option
12 daysT6906: IPoE-server smoke test for start-session optionNataliia Solomko
12 daysT7136: sflow check listen address for the vrfsever-sever-patch-1Viacheslav Hletenko
Add check list to VRF address for the sFlow agent address
2025-02-13wlb: T4470: Support WLB op-mode commandssarthurdev
2025-02-13wlb: T4470: Migrate WAN load balancer to Python/XMLsarthurdev
2025-02-13bgp: T7163: add CLI route-map and metric support for "redistribute table"Christian Breunig
* set protocols bgp address-family <ipv4-unicast|ipv6-unicast> redistribute table <n> [metric <n>] [route-map <name>]
2025-02-13Merge pull request #4346 from c-po/bgp-T7161Viacheslav Hletenko
T7161: fix BGP IPv4/IPv6 unicast AFI "redistribute table" command
2025-02-13bgp: T7161: fix IPv4/IPv6 unicast AFI "redistribute table" commandChristian Breunig
Re-use existing XML constraint added via commit 8f6246da6 ("xml: T7161: provide re-usable building block for alternative routing tables") and add handy CLI completion helper. FRRouting supports redistribution of multiple non-main tables, thus make this a multi node in addition, too.
2025-02-13bgp: T7161: support "redistribute isis" for IPv6 unicast AFIChristian Breunig
2025-02-13bgp: T7161: add re-usable XML definition for redistribute other protocolsChristian Breunig
2025-02-13xml: T7161: provide re-usable building block for alternative routing tablesChristian Breunig
2025-02-12Merge pull request #4345 from natali-rs1985/T7076-fixDaniil Baturin
T7076: Fix for script that validates ethernet interface
2025-02-12T7076: Fix for script that validates ethernet interfaceNataliia Solomko
2025-02-11Merge pull request #4344 from aapostoliuk/T7057-circinusChristian Breunig
webproxy: T7057: Fixed 'domain-nocache' command
2025-02-11webproxy: T7057: Fixed 'domain-nocache' commandaapostoliuk
Fixed 'domain-nocache' command. Added config generation for this command.
2025-02-11Merge pull request #4343 from c-po/syslog-T6989-fixChristian Breunig
syslog: T6989: update default system configuration with new CLI syntax
2025-02-10syslog: T6989: link rsyslog as default syslog implementationChristian Breunig
2025-02-10Merge pull request #4342 from kumvijaya/currentChristian Breunig
T7145: updated team name for codeowners current branch
2025-02-10syslog: T6989: update default system configuration with new CLI syntaxChristian Breunig
2025-02-10T7145: updated team name for codeowners current branchkumvijaya
2025-02-09Merge pull request #4340 from c-po/T5103-vrf-dhcpDaniil Baturin
vyos.ifconfig: T5103: always stop the DHCP client process bevore changing VRF
2025-02-08Merge pull request #4339 from kumvijaya/currentYuriy Andamasov
T7145: updated codeowners list
2025-02-08vyos.ifconfig: T5103: always stop the DHCP client process bevore changing VRFChristian Breunig
Always stop the DHCP client process to clean up routes within the VRF where the process was originally started. There is no need to add a condition to only call the method if "address dhcp" was defined, as this is handled inside set_dhcp(v6) by only stopping if the daemon is running. DHCP client process restart will be handled later on once the interface is moved to the new VRF.
2025-02-08netplug: T5103: only execute helper scripts on physical interfacesChristian Breunig
Helper scripts should only work on physical interfaces not on individual sub-interfaces. Moving e.g. a VLAN interface in/out a VRF will also trigger this script which should be prohibited - bail out early
2025-02-08T7145: updated codeowners listkumvijaya
2025-02-08T7145: updated codeowners listkumvijaya
2025-02-07Merge pull request #4333 from HollyGurza/T6058Daniil Baturin
T6058: Fix popen command wrapper handling
2025-02-07T6058: Fix popen command wrapper handlingkhramshinr
Ensure `wrapper` is only prepended to `command` when it is non-empty
2025-02-06Merge pull request #4335 from c-po/T5103Christian Breunig
vyos.ifconfig: T5103: force dhclient restart on VRF change
2025-02-06T7069: Add function to get available cpus (#4334)Nataliia S.
2025-02-06Merge pull request #4337 from c-po/unused-import-nhrpChristian Breunig
smoketest: T2326: remove NHRP pylint W0611: unused import
2025-02-06Merge pull request #4336 from c-po/unused-import-wireguardChristian Breunig
wireguard: T4930: remove pylint W0611: unused import
2025-02-05vyos.ifconfig: T5103: revert change to del_addr() signatureChristian Breunig
An optional argument vrf_changed was added to the function signature but it was not put to use. We only need to restart DHCP client on add_addr().
2025-02-05vyos.ifconfig: T7135: only restart DHCPv6 client if neededChristian Breunig
Previously the DHCPv6 client was restarted on any change to the interface, including changes only to the interface description. Re-use pattern from IPv4 DHCP to only restart the DHCP client if necessary.