| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-26 | T7118: Added the ability to redistribute NHRP routes to other protocols | aapostoliuk | |
| Added the ability to redistribute NHRP routes to: OSPF BGP Babel RIP IS-IS | |||
| 2025-02-26 | policy: T7116: migrate legacy use of "internet" as a well-known community name | Andrew Topp | |
| This has been split into a separate commit in case this is overkill for the fix. 1.2 and 1.3 installs predate the change to FRR that removed support, but "internet" is already broken on 1.4. | |||
| 2025-02-26 | policy: T7116: remove completions & constraints for unsupported community ↵ | Andrew Topp | |
| "internet" | |||
| 2025-02-26 | Merge pull request #18 from sever-sever/VD-275 | Viacheslav Hletenko | |
| vd-275: Add loopback bvi interface for a bridge member | |||
| 2025-02-26 | vd-275: Add loopback bvi interface for a bridge member | Viacheslav Hletenko | |
| Allow to configure VPP loopback interface as BVI interface In the VPP a bridge-domain is the L2 bridge and does not have its own interface Loopback is required if we want to ping from/to the bridge. ``` set vpp interfaces bridge br10 member interface lo23 bvi ``` | |||
| 2025-02-25 | snmp: T7180: Fixed verification of engineid in snmpv3 (#4366) | aapostoliuk | |
| * snmp: T7180: Fixed verification of engineid in snmpv3 EngineID must be configured if snmpv3 user is configured. Fixed engineid help string. | |||
| 2025-02-25 | Merge pull request #4365 from c-po/lldp-t7165 | Daniil Baturin | |
| lldp: T7165: add support to enable only rx/tx on specific interfaces | |||
| 2025-02-25 | Merge pull request #4364 from natali-rs1985/T7171 | Daniil Baturin | |
| T7171: Add dstport option to GENEVE tunnels | |||
| 2025-02-25 | T7171: Add dstport option to GENEVE tunnels | Nataliia Solomko | |
| 2025-02-25 | VD-279: Use common IPv6 naming for CLI | Viacheslav Hletenko | |
| Rename node `ip6` to common `ipv6` for vpp settings | |||
| 2025-02-24 | lldp: T7165: add support to enable only rx or tx on specific interface | Christian Breunig | |
| LLDP is a stateless protocol which does not necessitate sending to receive advertisements. There are multiple scenarios such as provider peering links in which it is advantageous to receive LLDP but not disclose internal information to the provider. Add new CLI command: * set service lldp interface <name> mode [disable|rx-tx|rx|tx] The default is unchanged and will be rx-tx. Furthermore if an interface has an explicit LLDP disable configured under "set service lldp interface <name> disable" this will be migrated to "set service lldp interface <name> mode disable" | |||
| 2025-02-24 | Merge pull request #4360 from sever-sever/T7190 | Christian Breunig | |
| T7190: Add haproxy default timeout options configurable | |||
| 2025-02-24 | T7190: Add haproxy default timeout options configurable | Viacheslav Hletenko | |
| Add the ability to configurate default timeout and frontend client timeout ``` set load-balancing haproxy service web timeout client '600' set load-balancing haproxy timeout check '4' set load-balancing haproxy timeout client '600' set load-balancing haproxy timeout connect '12' set load-balancing haproxy timeout server '120' ``` | |||
| 2025-02-22 | container: T7185: Allow tmpfs mounts within containers | Alex W | |
| 2025-02-21 | T7073: Verify VPP buffers page size | khramshinr | |
| T7077: Verify VPP memory default-hugepage-size T7079: Verify VPP memory main-heap-page-size T7080: Verify VPP statseg page-size get available hugepage sizes align memory main-heap-size by page size validate host_resources max_map_count | |||
| 2025-02-20 | Merge pull request #4353 from natali-rs1985/T5810 | Daniil Baturin | |
| T5810: Add support for RPKI source ip | |||
| 2025-02-20 | T7181: VPP add initial source NAT implentation | Viacheslav Hletenko | |
| Add initial source NAT implementation ``` set vpp nat44 source inbound-interface 'eth2' set vpp nat44 source outbound-interface 'eth1' set vpp nat44 source translation address '192.0.2.1-192.0.2.2' ``` Add initial simple implementation of the source NAT In the future, we'll extend it to the rules if it is possible to do via VPP API | |||
| 2025-02-20 | Merge pull request #4351 from markh0338/int-group-container-validation | Christian Breunig | |
| firewall: T7177: Update interface-name constraint to allow "pod-" interface names | |||
| 2025-02-19 | T5810: Add support for RPKI source ip | Nataliia Solomko | |
| 2025-02-19 | firewall: T7177: update interface-name.xml.i constraint and smoketest to ↵ | Mark | |
| support pod interfaces from containers | |||
| 2025-02-19 | T6628: IPoE-server rename "static-ip" to "ip-address" for local auth | Nataliia Solomko | |
| 2025-02-18 | Merge pull request #15 from sever-sever/T7168 | Daniil Baturin | |
| T7168: Add IPsec XFRM netlink plugin and CLI | |||
| 2025-02-18 | vpp: T7068: Add range validation for unix poll-sleep-usec | khramshinr | |
| 2025-02-17 | T7168: Add IPsec XFRM netlink plugin and CLI | Viacheslav Hletenko | |
| Add linux-xfrm-nl plugin Add configuration commands for VPP IPsec ``` set vpp settings ipsec interface-type 'ipsec' set vpp settings ipsec netlink batch-delay-ms '250' set vpp settings ipsec netlink batch-size '150' set vpp settings ipsec netlink rx-buffer-size '1024' ``` | |||
| 2025-02-13 | bgp: 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-13 | bgp: T7161: fix IPv4/IPv6 unicast AFI "redistribute table" command | Christian 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-13 | bgp: T7161: support "redistribute isis" for IPv6 unicast AFI | Christian Breunig | |
| 2025-02-13 | bgp: T7161: add re-usable XML definition for redistribute other protocols | Christian Breunig | |
| 2025-02-13 | xml: T7161: provide re-usable building block for alternative routing tables | Christian Breunig | |
| 2025-02-09 | T7092: Update help message | sskaje | |
| 2025-02-09 | T7092: Regex for registry location | sskaje | |
| 2025-02-09 | T7092: Add Container Registry Mirror | sskaje | |
| 2025-02-04 | syslog: T6989: add possibility to define VRF per remote | Christian Breunig | |
| Rsyslog supports individual VRFs per omfwd remote entry - so we should support this, too. | |||
| 2025-02-03 | Merge pull request #6 from natali-rs1985/T7076 | Viacheslav Hletenko | |
| T7076: VPP check ethernet interface exist | |||
| 2025-02-03 | syslog: T6989: rename "global" to "local" | Christian Breunig | |
| The previously "global" options actually were only relevant for the local logging to /var/log/messages. | |||
| 2025-02-03 | syslog: T6989: move up "global marker" one level in CLI | Christian Breunig | |
| 2025-02-03 | syslog: T6989: move up "global preserve-fqdn" one level in CLI | Christian Breunig | |
| Move "global preserve-fqdn" one CLI level up, as it relates to all logging targets (console, global and remote). | |||
| 2025-02-03 | syslog: T6989: add new source-address CLI option for outgoing connections | Christian Breunig | |
| 2025-02-03 | syslog: T6989: convert old configuration format to "advanced" | Christian Breunig | |
| 2025-02-03 | syslog: T6989: rename "host" to "remote" | Christian Breunig | |
| 2025-02-03 | syslog: T6989: remove CLI option for user terminal logging | Christian Breunig | |
| Should be added as runtime option similar to "terminal monitor" known from other vendors. | |||
| 2025-02-03 | syslog: T6989: remove "file" logging destination | Christian Breunig | |
| 2025-01-31 | Set priority 308 for kernet-interfaces | Viacheslav Hletenko | |
| 2025-01-31 | T7076: VPP add check for interface to xml | Nataliia Solomko | |
| 2025-01-27 | haproxy: T7081: Support HTTP compression (#4314) | Alex W | |
| 2025-01-27 | Merge pull request #1 from vyos/sever-sever-lcp | Viacheslav Hletenko | |
| LCP: enable by default route-no-paths | |||
| 2025-01-27 | LCP: enable by default route-no-paths | Viacheslav Hletenko | |
| 2025-01-24 | Merge pull request #4200 from sskaje/T4930-1 | Daniil Baturin | |
| T4930: Allow WireGuard peers via DNS hostname | |||
| 2025-01-24 | Merge pull request #4216 from HollyGurza/T6641 | Daniil Baturin | |
| T6641: Add vyos-network-event-logger Service | |||
| 2025-01-24 | XML: Add CLI for disable and interface description | Viacheslav Hletenko | |
