summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-17smoketest: bridge: T3226: Remove redundant codejack9603301
In 558e1ca9, we found that the interface created by a test case was not cleaned up completely, which led to the destruction of smoke test. But in fact, the test case function retained an invalid deletion configuration code. We added a repair patch and forgot to delete the invalid code. Now we delete it
2021-01-17smoketest: add testcases for "system ipv6"Christian Poessinger
2021-01-17ntp: T2185: store configuration in volatile /run areaChristian Poessinger
2021-01-17Merge pull request #688 from jack9603301/currentChristian Poessinger
smoketest: bridge: T3226: Repair bridge smoke test damage
2021-01-17smoketest: bridge: T3226: Repair bridge smoke test damagejack9603301
2021-01-16smoketest: interfaces: use provided unittest framework assert methodsChristian Poessinger
2021-01-16smoketest: loopback: interface can not be deleted, it must always existChristian Poessinger
Commit 35b049aa ("smoketest: interfaces: verify deletion of interfaces") validated that when the test completed (tearDown()) there must be no interfaces left registered for the tests. This is invalid for the loopback interface as it can not be deleted from the system.
2021-01-16Merge pull request #687 from jack9603301/T3137Christian Poessinger
bridge: T3137: Fix variable errors in VLAN sensor bridge configuration program
2021-01-17bridge: T3137: Fix variable errors in VLAN sensor bridge configuration programjack9603301
2021-01-16smoketest: interfaces: verify deletion of interfacesChristian Poessinger
When deleting the test interfaces, ensure after each run that there are no leftovers from a previous run, indicating that there was a problem while removing the interfaces.
2021-01-16vrf: T31: add support for - and _ in VRF namesChristian Poessinger
2021-01-16vyos.configdict: node_changed() now accepts key mangling parameterChristian Poessinger
2021-01-16Merge pull request #686 from jack9603301/T3137Christian Poessinger
bridge: T3137: Support disable native VLAN
2021-01-16bridge: T3137: Support disable native VLANjack9603301
2021-01-16Merge pull request #685 from sever-sever/T3222Christian Poessinger
bgp: T3222: Fix help descriptions for dampening
2021-01-16bgp: T3222: Fix help descriptions for dampeningsever-sever
2021-01-16smoketest: interface: test "disable" CLI optionChristian Poessinger
Verify interface is in admin down state afterwards.
2021-01-16vrf: T31: migrate to get_config_dict()Christian Poessinger
2021-01-16Merge pull request #677 from jack9603301/T3137Christian Poessinger
bridge: T3137: Let VLAN aware bridge approach the behavior of professional equipment
2021-01-16bridge: T3137: Improved verification logicjack9603301
2021-01-15op-mode: restart: cleanup help stringsChristian Poessinger
2021-01-15ssh: T631: add op-mode "restart ssh" commandChristian Poessinger
2021-01-15snmp: T652: enable interface_replace_old option and restart commandChristian Poessinger
- Remove all old ifTable entries with the same ifName as newly appeared interface (with different ifIndex) - this is the case on e.g. ppp interfaces - Add new op-mode command "restart snmp" to restart the daemon
2021-01-15tunnel: T3173: path MTU discovery option should be valuelessChristian Poessinger
2021-01-15Merge branch 'T3173' of https://github.com/sever-sever/vyos-1x into pmtuChristian Poessinger
* 'T3173' of https://github.com/sever-sever/vyos-1x: tunnel: T3173: Add nopmtudisc parameter for tunnels conf-mode
2021-01-15Merge pull request #681 from jjakob/T3219-openvpn-ipv6-irouteChristian Poessinger
openvpn: T3219: fix for server client subnet IPv6 iroute
2021-01-15Merge pull request #683 from sever-sever/T3157Christian Poessinger
salt: T3157: Fix location for log file
2021-01-15Merge pull request #684 from sever-sever/T3215Christian Poessinger
op-mode: T3215: Fix show ipv6 route overlaps in nodes
2021-01-15smoketest: T3003: remove unneeded empty fileJohn Estabrook
An empty file was accidentally included in the original commit, da8ad8f.
2021-01-15op-mode: T3215: Fix show ipv6 route overlaps in nodessever-sever
2021-01-15salt: T3157: Fix location for log filesever-sever
2021-01-15bridge: T3137: Remove migratorsjack9603301
2021-01-15smoketest: bridge: T3137: Optimize smoketestjack9603301
2021-01-15Revert "bridge: op: T3137: Operation mode output VLAN uses color output"jack9603301
This reverts commit 0f9f2753bc0d7d7884a2c57a4c8ed201c4a8347a.
2021-01-15bridge: T3137: Delete blank linesjack9603301
2021-01-15bridge: op: T3137: Operation mode output VLAN uses color outputjack9603301
2021-01-15bridge: T3137: Better implementation of VLAN aware Bridgejack9603301
2021-01-15bridge: T3137: Let VLAN aware bridge approach the behavior of professional ↵jack9603301
equipment According to the consensus, the specific behavior of a VLAN aware bridge should conform to the behavior of professional equipment. This commit makes a significant change to the behavior of VLAN aware bridge, and has the following behaviors: 1. Disable `vif 1` configuration 2. When the VLAN aware bridge is enabled, the parent interface is always VLAN 1 3. When `native-vlan` is not configured, the default behavior of the device is `native-vlan 1` 4. The VLAN ids forwarded by the bridge are determined by `vif` 5. It has an `enable-vlan` node to enable VLAN awareness 6. VLAN configuration is allowed only when VLAN aware bridge is activated
2021-01-15Merge pull request #682 from vyos/revert-673-separate-base-nodesDaniil Baturin
Revert "T3165: use a separate file for "base" CLI nodes."
2021-01-15Revert "T3165: use a separate file for "base" CLI nodes."Daniil Baturin
2021-01-14openvpn: T3219: fix for server client subnet IPv6 irouteJernej Jakob
2021-01-14smoketest: bridge: remove failfast=TrueChristian Poessinger
2021-01-14smoketest: bgp: enable description testChristian Poessinger
2021-01-14smoketest: configs: add very basic internet-exchange configChristian Poessinger
2021-01-14bgp: T2174: remove invalid "no bgp default ipv4-unicast" from default configChristian Poessinger
2021-01-14smoketest: interface: validate empty description on removalChristian Poessinger
2021-01-14bgp: T2174: enable new implementationChristian Poessinger
2021-01-14Merge pull request #673 from dmbaturin/separate-base-nodesChristian Poessinger
T3165: use a separate file for "base" CLI nodes.
2021-01-14Merge pull request #680 from sever-sever/T3215Daniil Baturin
op-mode: T3215: Fix show ipv6 route nodes
2021-01-14op-mode: T3215: Fix show ipv6 route nodessever-sever