summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-02-24lldp: T7165: add support to enable only rx or tx on specific interfacelldp-T7165Christian Breunig
LLDP is a stateless protocol which does not necessitate sending to receive advertisements. There are multiple scenarios such as provider peering links in which it is advantageous to receive LLDP but not disclose internal information to the provider. Add new CLI command: * set service lldp interface <name> mode [disable|rx-tx|rx|tx] The default is unchanged and will be rx-tx. Furthermore if an interface has an explicit LLDP disable configured under "set service lldp interface <name> disable" this will be migrated to "set service lldp interface <name> mode disable"
2025-02-19changed bots orderallow-atlassian-botYevhen Bondarenko
2025-02-18add atlassian-bot to robots.txt to currentrebortg
2025-02-18add atlassian-bot to robots.txtrebortg
(cherry picked from commit aa4a2101f82a5be4369b0f7bf44c59ddb533769b)
2025-02-17remove robots.txtrebortg
2025-02-17Disallow atlassian-bot in robots.txtrebortg
(cherry picked from commit 0e440465338457b513e8b295f95b112bde75074b)
2025-02-17Merge pull request #1594 from aitorpazos/patch-1Daniil Baturin
configuration: Fix typo in tacacs commands in login.rst
2025-02-14Firewall: Proofread ipv4.rst and ipv6.rstArrhae Khellian
2025-02-14Fix typo in tacacs commands in login.rstAitor
`tacas` is used instead of `tacacs` in the CLI examples.
2025-02-05Merge pull request #1589 from vyos/syslog-T6989Christian Breunig
syslog: T6989: upgrade CLI to latest version
2025-02-04DMVPN Dual Hub Dual Cloud blueprintaapostoliuk
DMVPN Dual Hub Dual Cloud blueprint
2025-01-28haproxy: T7081: Document usage of HTTP compression optionAlex W
2025-01-23Merge pull request #1588 from natali-rs1985/T6895Robert Göhler
sflow: T6895: Merge the hsflowd-based sFlow and uacctd-based sFlow
2025-01-23Merge pull request #1590 from Ckath/new_enableRobert Göhler
update firewall example in nat44.rst
2025-01-21History updatesDaniil Baturin
2025-01-21Misc updates and outdated info removals in ContributingDaniil Baturin
2025-01-21Document the new status of LTS reposDaniil Baturin
(they are no longer available to people without subscriptions)
2025-01-20update firewall example in nat44.rstckath
2025-01-18syslog: T6989: upgrade CLI to latest versionsyslog-T6989Christian Breunig
2025-01-17sflow: T6895: Merge the hsflowd-based sFlow and uacctd-based sFlowNataliia Solomko
2025-01-16Merge pull request #1587 from aapostoliuk/T2326-currentRobert Göhler
dmvpn: T2326: DMVPN Documentation for FRR NHRP implementation
2025-01-16dmvpn: T2326: DMVPN Documentation for FRR NHRP implementationaapostoliuk
DMVPN Documentation for FRR NHRP implementation.
2025-01-08SSH: fix missing spaceRobert Göhler
2025-01-08Merge pull request #1582 from nvollmar/T6949Daniil Baturin
T6949: Adds documentation for blackbox exporter
2025-01-08Merge pull request #1583 from nvollmar/T6994Daniil Baturin
T6994: Add documentation for node_exporter textfile collector option
2025-01-02installation: add note about unsupported locally administered MAC addresseslocally-administered-macsChristian Breunig
2025-01-02T6994: Add documentation for node_exporter textfile collector optionNicolas Vollmar
2024-12-26T6949: Adds blackbox exporter config exampleNicolas Vollmar
2024-12-24Merge pull request #1576 from nvollmar/T6944Christian Breunig
T6944: adds documentation for switchdev mode
2024-12-24T6949: Adds documentation for blackbox exporterNicolas Vollmar
2024-12-23Merge pull request #1580 from nvollmar/T6953Robert Göhler
2024-12-23Merge pull request #1578 from takehaya/T6013-trusted-ca-keysRobert Göhler
2024-12-18T6953: update monitoring documentationNicolas Vollmar
2024-12-17Merge pull request #1579 from nvollmar/T973Robert Göhler
T973: Improve monitoring documentation
2024-12-16T973: reorganizes basic strucutreNicolas Vollmar
-adds documentation for prometheus exporter
2024-12-16T973: reorganizes basic strucutreNicolas Vollmar
-restructures documentation to add prometheus section wip
2024-12-15T6013: Add docs for ssh trusted-user-ca-key featureTakeru Hayasaka
2024-12-14multicast: T6746: add "protocols static mroute" documentationT6746-frr-10Christian Breunig
2024-12-14static: T6746: document BFD for static routesChristian Breunig
2024-12-14static: fix duplicate labelsChristian Breunig
2024-12-14static: restructure chapters and split out arpChristian Breunig
2024-12-14debugging: document new config migration helperChristian Breunig
2024-12-13T6944: adds documentation for switchdev modeNicolas Vollmar
2024-12-11Fix typos and add constraints on conf-mode scripts under configdJohn Estabrook
2024-12-09T6927: adds documentation for name server settingNicolas Vollmar
2024-11-27Add IPSec base64 secretsViacheslav Hletenko
2024-11-23Merge pull request #1570 from jestabro/typo-commit-confirmDaniil Baturin
config-mgmt: T5976: add missing node in commit-confirm path
2024-11-22avahi: T6908: add option to define mdns-repeater max-cache entriesavahi-T6908Christian Breunig
2024-11-22config-mgmt: T5976: add missing node in commit-confirm pathJohn Estabrook
2024-11-20Merge pull request #1569 from ganawaj/add-golang-vyos-clientRobert Göhler
automation: add Golang Vyos API Client