summaryrefslogtreecommitdiff
path: root/src/conf_mode/vrf.py
AgeCommit message (Expand)Author
2026-06-16T8923: normalize "can not" to "cannot"Christian Breunig
2026-06-05vrf: T8936: Specify `pref 1998` when deleting fwmark routing rules on VRF rem...Nataliia Solomko
2026-05-11wireguard: T8509: Add fwmark ip rules for VRF-bound interfacesNataliia Solomko
2026-04-21T8534: refactor sysctl_(read|write) to accept key partsChristian Breunig
2026-03-24T8410: Fix typos and mistakes for operational and configuration commandsViacheslav Hletenko
2026-01-10vrf: T8169: prevent deletion if instance referenced in policy based routingChristian Breunig
2025-07-03Merge pull request #4585 from c-po/copyright-noticeDaniil Baturin
2025-06-28T7591: remove copyright years from source filesChristian Breunig
2025-06-27vrf: T7544: Ensure correct quoting for VRF ifnames in nftablesAndrew Topp
2025-06-17vrf: T7506: Do not use default table 254 for VRFNataliia Solomko
2025-01-07vrf: T7024: instance name "up" and "down" are reserved and should not be usedChristian Breunig
2024-12-18frrender: T6746: move get_frrender_dict from vyos.configdict to this moduleChristian Breunig
2024-12-16frr: T6746: do not use FRRender apply() method when vyos-configd is runningChristian Breunig
2024-12-16vrf: T6746: bugfix change of VNIChristian Breunig
2024-12-16frr: T6746: integrate FRRender class into vyos-configdChristian Breunig
2024-12-16frr: T6747: migrate protocols to unified FRRender classChristian Breunig
2024-12-16vrf: T6747: ensure VNIs are unique on the systemChristian Breunig
2024-12-16frr: T6747: make daemon definitions re-usable for both conf-mode and smoketestsChristian Breunig
2024-07-26vrf: T6603: improve code runtime when retrieving info from nftables vrf zoneChristian Breunig
2024-07-26vrf: T6603: conntrack ct_iface_map must only contain one entry for iifname/oi...Christian Breunig
2024-07-21vrf: T6592: remove unused import get_interface_configChristian Breunig
2024-07-20utils: migrate to new get_vrf_tableid() helperChristian Breunig
2024-05-01vrf: T6189: render FRR L3VNI configuration when creating VRF instanceChristian Breunig
2024-04-18T6221: Return default ip rule values after deleting VRFViacheslav Hletenko
2024-04-01vrf: T3655: always use full nft command name (e.g. --check over -c)Christian Breunig
2024-02-27vrf: conntrack: T6073: Populate VRF zoning chains only while conntrack is req...sarthurdev
2024-02-07vrf: T5973: module is now statically compiled into the kernelChristian Breunig
2024-01-22vrf: T5973: fix has_rule() to check for l3mdev ruleChristian Breunig
2024-01-22vrf: T5973: move initial conntrack firewall table to startupChristian Breunig
2024-01-22vrf: T5973: ensure Kernel module is loadedChristian Breunig
2023-12-20vrf: T591: define sysctl setting for net.vrf.strict_modeChristian Breunig
2023-08-23vrf: T5428: stop DHCP processes on VRf removalChristian Breunig
2023-08-23vrf: T5428: move helpers to common vyos.utils.network moduleChristian Breunig
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-07-12T5195: drop sysctl_* implementation from vyos.util - prefer vyos.utils.systemChristian Breunig
2023-04-26vrf: T5174: ensure no duplicate VNIs can be definedChristian Breunig
2023-04-13T5150: initial VRF support for Kernel/Zebra route-map filteringChristian Breunig
2023-01-06static: T4883: fix KeyError: 'table'Christian Poessinger
2022-07-12vrf: T4527: Prevent to create VRF with reserved namesViacheslav Hletenko
2022-05-07vrf: T4419: support to disable IP forwarding within a given VRFChristian Poessinger
2022-05-01vrf: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-04-07ipv6: T4346: delete (migrate) CLI command to disable IPv6 address familyChristian Poessinger
2022-03-30vrf: T4319: do not add IPv6 localhost address if IPv6 is disabledChristian Poessinger
2022-03-25vyos.util: T4319: rename sysctl() -> sysctl_write()Christian Poessinger
2022-02-13vrf: T4191: bugfix for "ip rule" when VRFs are createdChristian Poessinger
2021-11-15vrf: T3655: remove superfluous import of NamedTemporaryFileChristian Poessinger
2021-08-13vrf: T3734: T3728: vni must be configured with a higher priority then bgpdChristian Poessinger
2021-08-06frr: T3694: temporary disable VRF VNI assignmentChristian Poessinger
2021-08-06frr: T2175: remove no longer required loop when removing VRF VNIChristian Poessinger
2021-07-19vrf: T3655: fix potential error when removing VRF connection tracking tableChristian Poessinger