Reported via Forum https://forum.vyos.io/t/vyos-not-loading-full-config-after-reboot/5030/4
Utilizing the attached config (
) reulsts in the following boot error when enabling https://docs.vyos.io/en/latest/contributing/development.html#vyos-config-debug boot argcat vyos@link1:~$ cat /tmp/boot-config-trace Traceback (most recent call last): File "/usr/libexec/vyos/vyos-boot-config-loader.py", line 143, in <module> commit_out = session.commit() File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 156, in commit out = self.__run_command([COMMIT]) File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 128, in __run_command raise ConfigSessionError(output) vyos.configsession.ConfigSessionError: [ interfaces ethernet eth0 ] DEBUG/ifconfig cmd '/sbin/ethtool -K eth0 gro off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth0 gso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth0 sg off' DEBUG/ifconfig returned: Actual changes: scatter-gather: off tx-scatter-gather: off tcp-segmentation-offload: off tx-tcp-segmentation: off [requested on] tx-tcp6-segmentation: off [requested on] DEBUG/ifconfig cmd '/sbin/ethtool -K eth0 tso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth0 ufo off' DEBUG/ifconfig returned: Cannot change udp-fragmentation-offload [ interfaces ethernet eth3 ] DEBUG/ifconfig cmd '/sbin/ethtool -K eth3 gro off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth3 gso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth3 sg off' DEBUG/ifconfig returned: Actual changes: scatter-gather: off tx-scatter-gather: off tcp-segmentation-offload: off tx-tcp-segmentation: off [requested on] tx-tcp6-segmentation: off [requested on] DEBUG/ifconfig cmd '/sbin/ethtool -K eth3 tso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth3 ufo off' DEBUG/ifconfig returned: Cannot change udp-fragmentation-offload [ interfaces ethernet eth2 ] DEBUG/ifconfig cmd '/sbin/ethtool -K eth2 gro off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth2 gso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth2 sg off' DEBUG/ifconfig returned: Actual changes: scatter-gather: off tx-scatter-gather: off tcp-segmentation-offload: off tx-tcp-segmentation: off [requested on] tx-tcp6-segmentation: off [requested on] DEBUG/ifconfig cmd '/sbin/ethtool -K eth2 tso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth2 ufo off' DEBUG/ifconfig returned: Cannot change udp-fragmentation-offload [ interfaces ethernet eth1 ] DEBUG/ifconfig cmd '/sbin/ethtool -K eth1 gro off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth1 gso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth1 sg off' DEBUG/ifconfig returned: Actual changes: scatter-gather: off tx-scatter-gather: off tcp-segmentation-offload: off tx-tcp-segmentation: off [requested on] tx-tcp6-segmentation: off [requested on] DEBUG/ifconfig cmd '/sbin/ethtool -K eth1 tso off' DEBUG/ifconfig cmd '/sbin/ethtool -K eth1 ufo off' DEBUG/ifconfig returned: Cannot change udp-fragmentation-offload [ interfaces vxlan vxlan241 ] Traceback (most recent call last): File "/usr/libexec/vyos/conf_mode/interfaces-vxlan.py", line 248, in <module> verify(c) File "/usr/libexec/vyos/conf_mode/interfaces-vxlan.py", line 169, in verify underlay_mtu = int(Interface(vxlan['link']).get_mtu()) File "/usr/lib/python3/dist-packages/vyos/ifconfig/interface.py", line 183, in __init__ raise Exception('interface "{}" not found'.format(self.config['ifname'])) Exception: interface "vti10" not found [[interfaces vxlan vxlan241]] failed [ interfaces bridge br241 ] Can not add non existing interface "vxlan241" to bridge "br241" [[interfaces bridge br241]] failed Commit failed