PR for 1.4 https://github.com/vyos/vyos-1x/pull/1045
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 26 2021
Oct 25 2021
Oct 21 2021
Oct 20 2021
Well.. Actually when only one dhcp-server shared network is defined, service can be disbable with global disable for dhcp-server
So, in a very very simple config like this, user is not able to enable and disable dhcp-server with just a simple command?
To disable shared-network at least one shared network should be working. The second can be disabled without issues.
Error still present in 1.3.0-epa2 version:
Oct 19 2021
Oct 18 2021
Other test.
In same lab, pool for LAN subnet was modified:
More tests where done on version 1.3.0-epa1.
First, dhcp_server.py was modified as indicated.
Oct 17 2021
PR for "crux": https://github.com/vyos/vyos-1x/pull/1029
@Viacheslav we need to port this to 1.2 too
Sep 27 2021
Backported to crux branch
Sep 26 2021
Sep 23 2021
Sep 21 2021
Sep 19 2021
Sep 13 2021
FRR behaviour without "interface" in route - it replaced metric with value without metric
r12-lts(config)# ip route 0.0.0.0/0 192.168.122.1 r12-lts(config)# r12-lts(config)# do sho run | include 0.0.0.0 ip route 0.0.0.0/0 192.168.122.1 r12-lts(config)# r12-lts(config)# ip route 0.0.0.0/0 192.168.122.1 210 r12-lts(config)# r12-lts(config)# do sho run | include 0.0.0.0 ip route 0.0.0.0/0 192.168.122.1 210 r12-lts(config)# r12-lts(config)# ip route 0.0.0.0/0 192.168.122.1 r12-lts(config)# r12-lts(config)# do sho run | include 0.0.0.0 ip route 0.0.0.0/0 192.168.122.1 r12-lts(config)# r12-lts(config)# ip route 0.0.0.0/0 192.168.122.1 eth0 210 r12-lts(config)# r12-lts(config)# do sho run | include 0.0.0.0 ip route 0.0.0.0/0 192.168.122.1 ip route 0.0.0.0/0 192.168.122.1 eth0 210 r12-lts(config)#
To reproduce:
set interfaces ethernet eth0 address 'dhcp' set protocols static route 0.0.0.0/0 next-hop 192.168.122.1
Sep 10 2021
Sep 8 2021
Sep 7 2021
Sep 6 2021
PR for 1.3 https://github.com/vyos/vyos-1x/pull/998
Sep 3 2021
Sep 2 2021
Aug 31 2021
Sure.
PR for crux https://github.com/vyos/vyatta-cfg-system/pull/166