Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-18 | grub: T3271: don't write grub.cfg if it hasn't changed | Brandon Stepler | |
(cherry picked from commit 658456982ad4543790a3835f6ddbfbe3b583ec44) | |||
2021-03-14 | xdp: T2666: remove entire XDP code for 1.3 LTS image | Christian Poessinger | |
This is an extension to commit 801c5235 ("xdp: T2666: disable this highly experimental feature in 1.3 LTS") by dropping all XDP references in the equuleus codebase. | |||
2021-03-13 | console-server: T3407: can not reuse device used for "system console" | Christian Poessinger | |
A user can specify both "set system console device ttyS0 speed '9600'" and "set service console-server device ttyS0 speed 9600". A serial interface can not be used multiple times. commit now produces an error: vyos@vyos# commit [ service console-server ] Port "ttyS0" requires speed to be set! | |||
2021-03-06 | tunnel: T3381: fix error when switching from mGRE to GRE mode | Christian Poessinger | |
Linux does not support changing the remote address from any (multipoint GRE as used by DMVPN) to a discrete remote address. THis will return an error: add tunnel "tun1" failed: Invalid argument This can be handled by detecting the mGRE -> GRE change and re-create the tunnel silently. (cherry picked from commit ea2a22f7844735021fb638c911527e612abfbc69) | |||
2021-03-06 | vyos.util: provide single implementation for get_json_iface_options() | Christian Poessinger | |
There had been four implementations of "ip -d -j link show interface" scattered accross the codebase. Those implementations have now been combined into a new helper: vyos.util.get_json_iface_options() (cherry picked from commit f13cc56d665a91ff3fac47df260301afefb1a3a5) | |||
2021-02-27 | tunnel: T3366: support changing tunnel parameters for gre-bridge | Christian Poessinger | |
Linux prevents changing parameters on a gretap (which is used by gre-bridge) interfaces. To overcome this limitation a tunnel must be destroyed and recreated on demand when gre-bridge is used. | |||
2021-02-24 | ethernet: T3163: not all NIC drivers support ring-buffer configuration | Christian Poessinger | |
In addition to commit cf1156a60e ("ethernet: T3163: probe driver for maximum rx/tx ring-buffer size") this extends the logic in a way as not every driver supports setting the buffers at all so it will properly error out. When invoking "ethtool -g" both stdout and stderr are captured and no exception is raised if it's an unsupported driver feature. The verify() section will inform the user about the illegal operation. (cherry picked from commit 159899ed9ba5661e4bdcfdadf1292e237f117063) | |||
2021-02-22 | tunnel: T3072: remove duplicate key from mapping dict used in apply() | Christian Poessinger | |
(cherry picked from commit 09b1b533d14e029427234ca153c0b700dbf04a09) | |||
2021-02-21 | ethernet: T3342: Xen vif driver requires sg offloading for MTU > 1500 bytes | Christian Poessinger | |
(cherry picked from commit 3c64c79d7977869da3ca4dc70eb97ff9c6682e52) | |||
2021-02-21 | ethernet: T3163: probe driver for maximum rx/tx ring-buffer size | Christian Poessinger | |
(cherry picked from commit cf1156a60e1d03a752cde0baadbc9ac8118b2a52) | |||
2021-02-21 | console-server: T2490: do not use cli-shell-api in systemd unit | Christian Poessinger | |
2021-02-11 | T3248: add the missing mode-force option, just a dummy for issuing ↵ | Daniil Baturin | |
deprecation warnings. | |||
2021-02-03 | xml: T3239: override default mtu values and remove workarounds | John Estabrook | |
(cherry picked from commit ea4c72ed0dbcee3f7e8f9693c5310190833651d8) | |||
2021-02-02 | rpki: T3255: backport new implementation from current branch | Christian Poessinger | |
2021-01-31 | lldp: T2230: verify file exists before unlinking it | Christian Poessinger | |
(cherry picked from commit ca202f30fc5fad4c2fd99064ad0eba2643e71a5f) | |||
2021-01-27 | pppoe: T3261: Stop systemd service if pppoe interface disable | DmitriyEshenko | |
(cherry picked from commit 7630f2c915c27bceabcc808fcd9d29ed198b9dbe) | |||
2021-01-18 | options: T3231: bugfix ctrl-alt-delete option was not working | Christian Poessinger | |
Bug introduced in commit 193323ba5d (system: T3078: rename "system options" -> "system option") as the new key used in the dict was not migrated. (cherry picked from commit 66ec730d3bc54379bc558c90c45d5f97e5760a14) | |||
2021-01-18 | options: T1919: beautify with open() for reboot on panic | Christian Poessinger | |
(cherry picked from commit 13d76e69cc43cae0570cc5fab1ee02fdec33aa17) | |||
2021-01-17 | openvpn: T2994: proper cleanup all files on interface deletion | Christian Poessinger | |
(cherry picked from commit c0aaa0b8707c17fe86e6483b3f5caecaa3f7fd72) | |||
2021-01-17 | ntp: T2185: store configuration in volatile /run area | Christian Poessinger | |
(cherry picked from commit 3c33359d0c9700a1c80f1a222fe5f43642cd4fde) | |||
2021-01-16 | vrf: T31: add support for - and _ in VRF names | Christian Poessinger | |
(cherry picked from commit 8953a14b01a4183ea890f1c3d569aae54e363614) | |||
2021-01-16 | vyos.configdict: node_changed() now accepts key mangling parameter | Christian Poessinger | |
(cherry picked from commit 452a9c504f472dcaee8c93947a889dab4f8259ce) | |||
2021-01-16 | vrf: T31: migrate to get_config_dict() | Christian Poessinger | |
(cherry picked from commit e1b2f1012ca18ef4ecf2b53e9bb01a50880cbd3c) | |||
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
(cherry picked from commit 57fca79636b783dc4be2df1bc1ff12a0ce79d988) | |||
2021-01-11 | nat: T3206: unable to delete only rules but keep destination node | Christian Poessinger | |
(cherry picked from commit 9db4dbc4a84ff1a110617cb3c7849d7c9d4a62e7) | |||
2021-01-11 | login: T3208: fix wrong string formatting on my_set | Christian Poessinger | |
Commit e8a1c291 ("login: radius: T3192: migrate to get_config_dict()") did an invalid forward of the newly encrypted passwort to my_set to store it inside the config. (cherry picked from commit a7fe2ff4fdfcb2619b892aff170d42609965b20b) | |||
2021-01-09 | login: radius: T3192: remove debug print() | Christian Poessinger | |
(cherry picked from commit 586b440a835cba7d45e50bb6d1781823903332b6) | |||
2021-01-07 | smoketest: ethernet: verify() speed/duplex must both be auto or discrete | Christian Poessinger | |
2021-01-07 | vyos.configverify: provide generic helper to check for interface existence | Christian Poessinger | |
2021-01-07 | login: radius: T3192: migrate to get_config_dict() | Christian Poessinger | |
2021-01-07 | ssh: T2635: harden Jinja2 template and daemon startup | Christian Poessinger | |
2021-01-07 | ssh: T2635: change sshd_config path to /run/sshd | Christian Poessinger | |
2021-01-07 | login: radius: T3192: support IPv6 server(s) and source-address | Christian Poessinger | |
2021-01-07 | bgp: T2174: verify() existence of route-map and prefix-list | Christian Poessinger | |
2021-01-06 | bgp: T2174: verify() proper existance of remote-as | Christian Poessinger | |
2021-01-05 | Merge pull request #667 from Cheeze-It/current | Christian Poessinger | |
ISIS: T3156: Adding segment routing for ISIS | |||
2021-01-05 | ISIS: T3156: Adding segment routing for ISIS | Cheeze_It | |
In this commit we add the segment routing portion for ISIS. There's also an additional check that is added so that the global block label ranges are properly configured. Also added traffic engineering configurations as well. | |||
2021-01-03 | mirror: add verify() check so we can not mirror back to our self | Christian Poessinger | |
2021-01-03 | dhcp: T2562: harden implementation for non existing shared-subnets | Christian Poessinger | |
2021-01-03 | dhcp: T3180: bugfix assignment of sliced ranges to config dict | Christian Poessinger | |
A reference to a dictionary key obtained by a for loop can not be used to update values inside that dictionaries key. You must use the original path to the nested dictionaries key. | |||
2021-01-03 | dhcp: T3180: bugfix NameError when slicing server ranges | Christian Poessinger | |
Introduced in commit e46def834483e ("dhcp: T3100: re-add range slicing support when exclude addresses are used") by not obeying the move from list to dict and still relying on the old list names variables. | |||
2021-01-02 | vrf: T2321: assign loopback IP addresses to individual VRF interfaces | Christian Poessinger | |
47: bar: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP group default qlen 1000 link/ether 76:7d:c0:53:6d:89 brd ff:ff:ff:ff:ff:ff inet 127.0.0.1/8 scope host bar valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever | |||
2021-01-01 | ethernet: T3171: add CLI option to enable RPS (Receive Packet Steering) | Christian Poessinger | |
set interfaces ethernet <interface> offload rps | |||
2020-12-31 | openvpn: T2994: fix ipv6 server mode | Christian Poessinger | |
2020-12-29 | ethernet: T1466: add EAPoL support | Christian Poessinger | |
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger | |
2020-12-28 | webproxy: T563: add squidguard body | Christian Poessinger | |
2020-12-28 | webproxy: T563: improve handling of cache-peers | Christian Poessinger | |
2020-12-28 | webproxy: T563: migrate from old Perl code to XML and get_config_dict() | Christian Poessinger | |
Basic proxy functionality is working but the squidguard smoketest still fails as this is yet not implemented. | |||
2020-12-23 | xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" | Christian Poessinger | |