Extend service config-syn for sections like vpn/policy/vrf/pki/qos
set service config-sync section xxx
Extend service config-syn for sections like vpn/policy/vrf/pki/qos
set service config-sync section xxx
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | FEATURE REQUEST | Viacheslav | T6121 Extend service config-sync for sections vpn, policy, vrf | ||
Resolved | BUG | jestabro | T6145 Service config-sync does not rely on priorities | ||
Resolved | FEATURE REQUEST | jestabro | T6146 Add python script to get all priorities of service or section from XML | ||
Resolved | BUG | jestabro | T6149 Update node_data when merging nodes in reference tree generation | ||
Resolved | ENHANCEMENT | jestabro | T6319 Add util for ancestor owner/priority | ||
Resolved | ENHANCEMENT | jestabro | T6185 Simplify marshalling of section and config data for config-sync | ||
Resolved | ENHANCEMENT | jestabro | T6180 Add application of mask to configtree |
PR https://github.com/vyos/vyos-1x/pull/3132
set service config-sync mode 'load' set service config-sync secondary address '192.0.2.1' set service config-sync secondary key 'xxx' set service config-sync section firewall set service config-sync section interfaces pseudo-ethernet set service config-sync section interfaces virtual-ethernet set service config-sync section nat set service config-sync section nat66 set service config-sync section protocols static set service config-sync section pki set service config-sync section vrf
Change some section:
vyos@r4# set nat source rule 100 outbound-interface name 'eth0' [edit] vyos@r4# set nat source rule 100 source address '10.0.0.0/24' [edit] vyos@r4# set nat source rule 100 translation address 'masquerade' [edit] vyos@r4# commit INFO:vyos_config_sync:Config synchronization: Mode=load, Secondary=192.0.2.1 [edit] vyos@r4#
PR https://github.com/vyos/vyos-1x/pull/3193
Extend config-sync for sections qos and system
vyos@r4# set service config-sync section system Possible completions: conntrack Connection Tracking flow-accounting Flow accounting option System Options sflow sFlow static-host-mapping Map host names to addresses sysctl Configure kernel parameters at runtime [edit] vyos@r4# set service config-sync section qos Possible completions: interface Interface to apply QoS policy policy Service Policy definitions [edit] vyos@r4#