Age | Commit message (Collapse) | Author |
|
Generate 'dh none' instead and let OpenVPN use ECDH
|
|
|
|
openvpn: T5271: add peer certificate fingerprint option
|
|
|
|
pki: T5273: add a certificate fingerprint command
|
|
|
|
|
|
T5453: nat66: fix nat66 which got broken after nat load-balance was introduced
|
|
parsing nat rules.
|
|
T5319: remove workarounds for incorrect defaults in config-mode scripts
|
|
T4989: QoS fix policer match mark
|
|
|
|
T5014: nat: add source and destination nat options for configuring lo…
|
|
|
|
Otherwise packet can be received in a VRF that was already deleted.
Image of the following CLI commands:
del interface ethernet eth0 address dhcp
del interface ethernet eth0 vrf red
del vrf name red
VRF could be deleted even if dhclient release was not yet completely
processed.
|
|
|
|
|
|
T5446: BGP: change <bgp paramater bestpath med> from node to leafNode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
order to avoid empty value and problems when removing such parameters
|
|
This fixes the error message:
Can not add interface "eth1" to bond, it is already a member of bridge
"{'br6327': {}}"!
As the dict should be moved to a string (br6327)
|
|
|