summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_ospfv3.py
AgeCommit message (Expand)Author
2023-08-12T5467: removing ospf(v3) or isis interface in VRF context did not clear FRR c...Christian Breunig
2023-08-07T5319: remove workarounds for defaults in protocols_ospfv3.pyJohn Estabrook
2023-07-20ospf: T5377: add graceful restart FRR feature (RFC 3623)Christian Breunig
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-04-30T5150: harmonize verify() error message - encapsulate variable in "" quotesChristian Breunig
2023-04-13T5150: do not apply zebra route-map from routing-daemon config levelChristian Breunig
2023-03-14T5085: Fix ipv6 route-map for ospfv3Viacheslav Hletenko
2023-01-13T4935: ospfv3: bugfix KeyError: 'range'Christian Breunig
2023-01-12T4935: ospfv3: "not-advertise" and "advertise" conflictYuxiang Zhu
2022-04-14frr: T4353: fix Jinja2 linting errorsChristian Poessinger
2021-12-26ospfv3: T4107: add support for "default-information originate"Christian Poessinger
2021-12-26ospfv3: T4108: add support for auto-cost parameterChristian Poessinger
2021-12-26ospfv3: T4102: nssa area support both no-summary and default-originateChristian Poessinger
2021-12-25ospfv3: T4102: add support for NSSA area-typeChristian Poessinger
2021-11-28ospfv3: T3928: add VRF supportChristian Poessinger
2021-11-27frr: T3753: autosave config when calling commit_configuration()Christian Poessinger
2021-11-27frr: alwaws try to commit connfig 5 timesChristian Poessinger
2021-11-27ospfv3: T3753: reload config five (5) times - workaround for FRR issue #10132Christian Poessinger
2021-11-27ospfv3: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27frr: T3753: add default_add_before mnemonic for routing protocols to re-use codeChristian Poessinger
2021-08-14ospf: T3236: use proper daemon named template fileChristian Poessinger
2021-07-23frr: T2175: remove no longer required loop when removing routing protocolsChristian Poessinger
2021-04-15protocols: remove superfluous import of vyos.util.callChristian Poessinger
2021-04-08protocols: T3464: proper handling of routing policy configurationChristian Poessinger
2021-04-02frr: T3217: Abbility to save routing configssever-sever
2021-03-23routing: T3217: Save configs of daemon per commitsever-sever
2021-02-16ospfv3: T3313: move interface related options to "protocols ospfv3 interface"Christian Poessinger
2021-02-10frr: T2638: remove dedicated per protocol debuggingChristian Poessinger
2021-02-03ospfv3: T3244: drop superfluous import of dict_searchChristian Poessinger
2021-01-24ospf(v3): T3236: T3244: add verify() for used route-map existenceChristian Poessinger
2021-01-24ospfv3: T3244: provide full protocol support in XML and PythonChristian Poessinger