summaryrefslogtreecommitdiff
path: root/smoketest/configs/dialup-router-complex
AgeCommit message (Collapse)Author
2025-02-24lldp: T7165: add support to enable only rx or tx on specific interfaceChristian 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"
2023-08-12smoketest: T5465: add config migration test for VLAN interfaceChristian Breunig
2022-07-05firewall: T2199: Fix migration when `icmpv6 type` is an integersarthurdev
2022-04-06firewall: T4345: Fix incorrect rule limit rate syntaxsarthurdev
2022-03-06smoketest: config: add "recent" firewall rule to dialup-routerChristian Poessinger
2021-01-31smoketest: configs: cleanupChristian Poessinger