- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Yesterday
Wed, Dec 3
Do interfaces exist in the config, or did you add them to the already loaded system but there is no interface ethernet ethX config?
Tue, Dec 2
Mon, Dec 1
Not sure if it is the correct fix but something with this logic https://github.com/vyos/vyos-utils/blob/dbecbd0c4f25f8b8d7055e5ed3ffc8e5be59b1f0/src/vyos_op_run.ml#L297
Fri, Nov 28
Thu, Nov 27
@fernando it has be merged and will be available in the next rolling release, fill free to test/check this feature.
Wed, Nov 26
For dummy it works because it has the prefix /128 and it is allowed/validated https://github.com/vyos/ipaddrcheck/blob/c34294b7a18072c7bd4eaf8ec0f433bb374fad5c/src/ipaddrcheck.c#L577
Tue, Nov 25
Mon, Nov 24
Not specific to VPP, but in general
Fri, Nov 21
Thu, Nov 20
Wed, Nov 19
Tue, Nov 18
With this option, set interface feature eth1 ip4-not-enabled arc ip4-unicast disable
Packet 22
Commit failed because you have to set local-zone and you don't have it
Behavior is correct.
One solution that I found, edit the template to allow dhcp_plugin
sudo nano -c +93 /usr/share/vyos/templates/vpp/startup.conf.j2
Add plugin:
plugin dhcp_plugin.so { enable }Call this command:
sudo vppctl set dhcp client intfc eth1 hostname r14
eth1
vyos@r14# sudo vppctl show int addr eth0 (up): L3 192.168.122.14/24 eth1 (up): L3 192.168.100.201/24 local0 (dn): tap4096 (up): tap4097 (up): [edit] vyos@r14#
@evgmol I have deleted the tag