Age | Commit message (Collapse) | Author |
|
dict parsing
cpo@LR3.wue3# commit
[ service https ]
At least one HTTPS API key is required!
[[service https]] failed
[[service https api]] failed
cpo@LR3.wue3# set service https api keys id foo
[edit]
cpo@LR3.wue3# commit
[ service https ]
Missing HTTPS API key string for key id: foo
|
|
for GraphQL
(cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802)
|
|
|
|
It also exposes those functions in vyos.configtree
|
|
|
|
|
|
|
|
previous state
|
|
|
|
|
|
Implementation by Daniil Baturin and John Estabrook.
|
|
|
|
|
|
Conflicts:
debian/control
|
|
|
|
Conflicts:
python/vyos/defaults.py
|
|
|
|
|
|
|
|
T688: parsing component version string
|
|
The problem is that some IPv6 addresses reported by the system (mainly
link-local addresses) contain an interface suffix like %eth0, this was
not properly handeled in the validator script.
Remove any given interface attribute on passed IPv6 addresses. If no
interface suffix is added - there is no problem.
|
|
|
|
|
|
|
|
|
|
Verify given IPv4/IPv6 subnet is connected to any interface on this
system. Required by e.g. DHCP server that we have for IPv4 and IPv6.
|
|
* is_addr_assigned(addr) - Test if address is assigned to ANY interface
on the system
* is_ipv4(addr) - Test if it is an IPv4 address, both network and host
* is_ipv6(addr) - Test if it is an IPv6 address, both network and host
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Really, how many times can we write the same thing.
|
|
descriptions such as 1w3d18h42m12s.
|
|
|
|
in config files,
such as user passwords, SSH keys etc., for use in first boot and installation scripts.
|
|
|
|
|
|
|
|
|
|
|
|
for interface types to the completion script.
|
|
Since the format is common in /proc, make parsing the data a library
function.
|
|
configs to commands.
|
|
manipulation library.
|
|
|
|
|
|
|
|
|