summaryrefslogtreecommitdiff
path: root/src/op_mode/vrf.py
AgeCommit message (Collapse)Author
2022-08-04T2719: add an exception hierarchy for op mode errorsDaniil Baturin
2022-08-01vrf: T4562: Check VRF if it has not been configuredViacheslav Hletenko
Check list of VRF's, check key 'ifname' is configured If not configured, return message "VRF is not configured"
2022-07-29vrf: T4562: Rewrite show vrf name xxx delete old scriptViacheslav Hletenko
Add option "--name" for function "show" to get required VRF name Delete old script "show_vrf.py"
2022-07-23vrf: T4562: Rewrite show vrf to vyos.opmode formatViacheslav Hletenko