summaryrefslogtreecommitdiff
path: root/src/conf_mode/vrf.py
AgeCommit message (Expand)Author
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
2021-07-17VRF: T3655: proper connection tracking for VRFszsdc
2021-06-20vrf: T3637: bind-to-all didn't work properlyDate Huang
2021-04-07vrf: T3344: re-add virtual network identifierChristian Poessinger
2021-03-17vrf: T31: ignore iproute2 errorsChristian Poessinger
2021-01-16vrf: T31: add support for - and _ in VRF namesChristian Poessinger
2021-01-16vrf: T31: migrate to get_config_dict()Christian Poessinger
2021-01-02vrf: T2321: assign loopback IP addresses to individual VRF interfacesChristian Poessinger
2020-08-31configd: T2582: add scripts to include list for daemonJohn Estabrook
2020-07-04cleanup: no need to call sudo for configuration mode scriptsChristian Poessinger
2020-07-01config: T2667: adapt for refinements to get_config_dictJohn Estabrook
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
2020-04-12template: T2230: use render to generate templatesThomas Mangin
2020-04-08vrf: add additional documentation linkChristian Poessinger
2020-04-06util: T2206: rewrite vrf to cmdThomas Mangin
2020-04-05vrf: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-04-04vrf: T2221: when deleting vrf also delete unreachable routeChristian Poessinger
2020-04-04vrf: T2221: only set l3mdev when changedChristian Poessinger
2020-03-29vrf: T31: bugfix after converting remove list to dictChristian Poessinger