summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_isis.py
AgeCommit message (Expand)Author
2024-08-12configverify: T6642: verify_interface_exists requires config_dict argJohn Estabrook
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-03-22isis: T6160: NameError: name 'process' is not definedChristian Breunig
2024-01-09T5916: Added segment routing check for index base size and SRGB base sizeCheeze_It
2023-10-06T5530: isis: Adding loop free alternate featureCheeze_It
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_isis.pyJohn Estabrook
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
2022-09-18Update protocols_isis.pyCheeze_It
2022-04-14frr: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-04-03isis: T3156: add segment routing local-block for ISISChristian 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-27isis: T3753: reload config five (5) times - workaround for FRR issue #10133Christian Poessinger
2021-11-27isis: 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-29isis: T3783: bugfix configuring spf-delay-ietfChristian Poessinger
2021-08-13isis: T3708: Fix errors in MTU calculationViacheslav
2021-08-03isis: T1316: rename Jinja2 template to match other FRR daemonsChristian Poessinger
2021-07-31isis: T3693: Adding IPv6 redistribution to ISISCheeze_It
2021-07-23frr: T2175: remove no longer required loop when removing routing protocolsChristian Poessinger
2021-05-24isis: T3417: implement domain-password md5Christian Poessinger
2021-05-08vrf: bgp: T3523: bugfix Kernel route-map deploymentChristian Poessinger
2021-05-06vrf: T3523: fix regex when removing dynamic routing protocols with a kernel r...Christian Poessinger
2021-05-05isis: T3520: verify interface MTU to be >= lsp-mtuChristian Poessinger
2021-04-15protocols: remove superfluous import of vyos.util.callChristian Poessinger
2021-04-12isis: T3328: route-map to zebra/kernel can not be removedChristian Poessinger
2021-04-08protocols: T3464: proper handling of routing policy configurationChristian Poessinger
2021-04-02frr: T3217: Abbility to save routing configssever-sever
2021-03-24Revert "isis: T3417: add workaround for FRR issue"Christian Poessinger
2021-03-23routing: T3217: Save configs of daemon per commitsever-sever
2021-03-21isis: T3417: drop artificial "domain" node identifying the IS-IS process nameChristian Poessinger
2021-03-21isis: T3417: last byte of IS-IS network entity title must always be 0Christian Poessinger
2021-03-21isis: T3417: add workaround for FRR issueChristian Poessinger
2021-03-21isis: T3417: verify route-map used in redistribute existsChristian Poessinger
2021-03-21isis: T3417: cleanup verify()Christian Poessinger
2021-03-21isis: T3417: add VRF supportChristian Poessinger
2021-03-21isis: T3417: move from cli tagNode to nodeChristian Poessinger
2021-01-05ISIS: T3156: Adding segment routing for ISISCheeze_It
2020-12-03isis: T1316: Fix isis delete section. Use an updated frr frameworksever-sever
2020-11-30Merge pull request #612 from sever-sever/T1316Daniil Baturin
2020-11-30frr-is-is: T1316: Add new routing feature IS-ISsever-sever
2020-11-27vyos.template: T2720: always enable Jinja2 trim_blocks featureChristian Poessinger
2020-11-22isis: T1316: remove debug printChristian Poessinger
2020-11-13isis: T1316: refactor config retrieval and Jinja2 templateChristian Poessinger
2020-10-23isis: T1316: October stepssever-sever