Age | Commit message (Collapse) | Author |
|
|
|
|
|
set_ageing_time()
|
|
set_hello_time()
|
|
set_forward_delay()
|
|
|
|
set_multicast_querier()
|
|
|
|
|
|
|
|
|
|
Tell DHCP server we release the IP address and also remove it from the interface
by properly calling dhclient shutdown.
Syslog:
Sep 23 21:20:34 vyos dhclient: Killed old client process
Sep 23 21:20:35 vyos dhclient: DHCPRELEASE on eth2 to 172.16.35.254 port 67
|
|
[ethernet] -T1679: during bootup: invalid literal for int() with base 10
|
|
|
|
It is not possible to enable DHCP client on an interface that is down. Thus
the code which enables the interface must be placed in front of assigning all
interface addresses, static or DHCP.
s the commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vyos-1x is a Debian package with architecture all. This means we only
have to build it once as it can run on any other architecture - that's what
Python is made for.
|
|
T1637 - Rewrite ethernet interface in new style XML syntax
|
|
We do not need to delete addresses manually as the VXLAN interface is
always deleted which drops all assigned addresses from the Kernel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
speed/duplex control
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d6a6daaf1d7ed0f1ff2e53490972e0cf11fff000.
|
|
|
|
|