summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_mpls.py
AgeCommit message (Expand)Author
2022-03-25mpls: T915: use vyos.util.sysctl_write() helper functionChristian Poessinger
2021-12-06mpls: ldp: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2020-11-30mpls-conf: T915: Add ethernet vif MPLS enableCheeze_It
2020-11-27vyos.template: T2720: always enable Jinja2 trim_blocks featureChristian Poessinger
2020-11-23mpls-conf: T915: fix Python format string after refactoringCheeze-It
2020-11-23mpls: T915: unclutter verify() code by using "not" statementsChristian Poessinger
2020-11-23mpls: T915: replace os.system() calls with vyos.util.call()Christian Poessinger
2020-11-22mpls-conf: T915: Refactored FRR LDP template, MPLS handler, added MPLS global...Cheeze_It
2020-11-11 mpls-conf: T915: Add MPLS misc parameters, add LDP misc parametersCheeze-It
2020-11-08mpls-conf: T915: Add targeted LDP neighbors with parametersCheeze_It
2020-11-04mpls-conf: T915: Add session hold time adjustment for static LDP neighborsCheeze_It
2020-11-04mpls-conf: T915: Add TTL security for static LDP neighborsCheeze_It
2020-10-27mpls-conf: T915: Separate IPv4 and IPv6 hello timers, add IPv6 timersCheeze_It
2020-10-15conf-mode: T915: Add mpls ldp explicit and holdtime commandssever-sever
2020-08-31configd: T2582: add scripts to include list for daemonJohn Estabrook
2020-08-19mpls-ldp: T915: Add discovery hello timerssever-sever
2020-07-04cleanup: no need to call sudo for configuration mode scriptsChristian Poessinger
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
2020-05-17frr: combine all templates in frr directoryChristian Poessinger
2020-04-12template: T2230: use render to generate templatesThomas Mangin
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
2020-04-05mpls: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-03-18mpls: T915: Basic MPLS implementationDmitriyEshenko