Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | vrrp: T1884: Keep transition-script native behaviour and implement ↵ | DmitriyEshenko | |
transaction-script 'stop' | |||
2020-01-14 | Merge pull request #206 from DmitriyEshenko/fix-ipsec-set | John Estabrook | |
ipsec: T1959: Check file existence before changes | |||
2020-01-14 | Merge pull request #205 from jestabro/syntax-version | John Estabrook | |
Syntax version | |||
2020-01-14 | ipsec: T1959: Check file existence before changes | DmitriyEshenko | |
2020-01-14 | T1950: Add support for reading component versions from JSON file | John Estabrook | |
2020-01-14 | Merge pull request #204 from kroy-the-rabbit/vxlan-fix | Daniil Baturin | |
vxlan: T1961: Adjusting MTU limits | |||
2020-01-13 | vxlan: T1961: Adjusting MTU limits | kroy | |
2020-01-13 | xml: T1962: Add script to process syntaxVersion tags during build | John Estabrook | |
2020-01-13 | xml: T1962: Add syntaxVersion to schema | John Estabrook | |
2020-01-13 | vxlan: T1961: bugfix for copy and paste error | Christian Poessinger | |
2020-01-09 | service-snmp: T1955: snmp - cli config val_help missing | hagbard | |
* set for trap-(source|target) | |||
2020-01-09 | Merge pull request #201 from DmitriyEshenko/fix-poweroff | Daniil Baturin | |
powerctrl: T1842: Use systemd files for detect schedule | |||
2020-01-09 | Merge pull request #200 from DmitriyEshenko/pppoe-maintenance | Daniil Baturin | |
pppoe-server: T1957: Implementation CLI commands for maintenance mode | |||
2020-01-09 | powerctr: T1842: Use systemd files for detect schedule | DmitriyEshenko | |
2020-01-08 | pppoe-server: T1957: Implementation CLI commands for maintenance mode | DmitriyEshenko | |
2020-01-07 | system-syslog: T1938: Firewall logging not working | hagbard | |
2020-01-06 | service-pppoe: removed dead code line after raise("") | hagbard | |
2020-01-06 | service-snmp: T1931: Enabling SNMP commit error | hagbard | |
2020-01-06 | Merge pull request #198 from DmitriyEshenko/fix-pptp-names | hagbard-01 | |
pptp: T1946: Add pattern pptpX for interfaces | |||
2020-01-06 | pppoe-server: synthax fix for vlan-mon | hagbard | |
2020-01-06 | pptp: T1946: Add pattern pptpX for interfaces | DmitriyEshenko | |
2020-01-05 | pppoe: regex pattern changed, cli checks for a valid vlan ID | hagbard | |
2020-01-03 | Merge pull request #197 from DmitriyEshenko/pppoe | Christian Poessinger | |
pppoe-server: T1936: Add reset/control sessions features | |||
2020-01-03 | snmp: T1937: fix "unknown token" warnings | Christian Poessinger | |
2020-01-03 | ifconfig: T1939: provide abstraction for interface "ip" option | Christian Poessinger | |
Provide an XML/Python abstraction to * ip disable-arp-filter * ip enable-arp-accept * ip enable-arp-announce * ip enable-arp-ignore The old implementation can co-exist until the last interfaces have been migrated. | |||
2020-01-03 | pppoe-server: T1936: Add reset/control sessions features | DmitriyEshenko | |
2020-01-02 | ifconfig: T1557: refactor apply_vlan_config() function | Christian Poessinger | |
instead of providing three copies of the same method in bonding, ethernet and wireless, make a common function in vyos.ifconfig_vlan.apply_vlan_config(). | |||
2020-01-02 | xml: vif-s: convert DOS to UNIX line endings | Christian Poessinger | |
2019-12-31 | Merge pull request #196 from zdc/T1588 | Christian Poessinger | |
VRRP: T1588: Added support for dynamic interfaces in VRRP | |||
2019-12-31 | VRRP: T1588: Added support for dynamic interfaces in VRRP | zsdc | |
It is possible to add a nonexistent interface to the VRRP configuration, but this will lead to keepalived error and stop after configuration reload. With this new parameter, keepalived will consider nonexistent interfaces as FAULT instead crash and start VRRP on them, when they will appear on the system, which is a feature and much more correct behavior. | |||
2019-12-31 | Merge branch 't1923-l2tpv3-migration' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't1923-l2tpv3-migration' of github.com:c-po/vyos-1x: l2tpv3: T1923: support interface deletion l2tpv3: T1923: implementation in XML/Python ifconfig: vxlan: change VXLANIf API ifconfig: geneve: always place interface in A/D state geneve: use proper variable name | |||
2019-12-31 | l2tpv3: T1923: support interface deletion | Christian Poessinger | |
2019-12-31 | l2tpv3: T1923: implementation in XML/Python | Christian Poessinger | |
Tested using: R1: --- set interfaces l2tpv3 l2tpeth10 address '2001:db8:beef::1/64' set interfaces l2tpv3 l2tpeth10 address '100.0.0.1/24' set interfaces l2tpv3 l2tpeth10 destination-port '3000' set interfaces l2tpv3 l2tpeth10 encapsulation 'udp' set interfaces l2tpv3 l2tpeth10 local-ip '172.18.201.10' set interfaces l2tpv3 l2tpeth10 peer-session-id '10' set interfaces l2tpv3 l2tpeth10 peer-tunnel-id '100' set interfaces l2tpv3 l2tpeth10 remote-ip '172.18.204.10' set interfaces l2tpv3 l2tpeth10 session-id '20' set interfaces l2tpv3 l2tpeth10 source-port '6000' set interfaces l2tpv3 l2tpeth10 tunnel-id '200' R2: --- set interfaces l2tpv3 l2tpeth10 address '2001:db8:beef::2/64' set interfaces l2tpv3 l2tpeth10 address '100.0.0.2/24' set interfaces l2tpv3 l2tpeth10 destination-port '6000' set interfaces l2tpv3 l2tpeth10 encapsulation 'udp' set interfaces l2tpv3 l2tpeth10 local-ip '172.18.204.10' set interfaces l2tpv3 l2tpeth10 peer-session-id '20' set interfaces l2tpv3 l2tpeth10 peer-tunnel-id '200' set interfaces l2tpv3 l2tpeth10 remote-ip '172.18.201.10' set interfaces l2tpv3 l2tpeth10 session-id '10' set interfaces l2tpv3 l2tpeth10 source-port '3000' set interfaces l2tpv3 l2tpeth10 tunnel-id '100' | |||
2019-12-31 | ifconfig: vxlan: change VXLANIf API | Christian Poessinger | |
2019-12-31 | ifconfig: geneve: always place interface in A/D state | Christian Poessinger | |
2019-12-31 | geneve: use proper variable name | Christian Poessinger | |
2019-12-30 | Merge pull request #195 from zdc/T1514 | Christian Poessinger | |
FRRouting: T1514: Extended FRR restarting functionality and fixed some bugs | |||
2019-12-30 | vxlan: T1922: add support for IPv6 underlay | Christian Poessinger | |
2019-12-31 | FRRouting: T1514: Extended FRR restarting functionality and fixed some bugs | zsdc | |
This change addressed to fix bug with empty configuration after FRR restarting in some cases and protect from some other potential problems. * added warning and request for confirmation before doing any actions * added a couple of safety checks (already running restart, active watchfrr.sh or vtysh session) * now Python script running via sudo to give us the ability to get processes information and work with all directories and vtysh * moved configuration restoring functionality from frrcommon.sh to Python script, as frrcommon.sh implementation in some cases not load configuration in time, which leads to empty config after * the `/etc/frr/frr.conf` is not used anymore. Instead, we are saving active configuration to the temporary directory | |||
2019-12-31 | Merge remote-tracking branch 'upstream/current' into T1514 | zsdc | |
2019-12-30 | snmp: T1921: reduce syslog noise | Christian Poessinger | |
Remove informative but noisy messages: Dec 30 11:45:02 vyos snmpd[2870]: Connection from UDP: [172.16.100.1]:42781 ... Dec 30 11:45:02 vyos snmpd[2870]: Connection from UDP: [172.16.100.1]:57331 ... | |||
2019-12-30 | snmp: T1921: change log options | Christian Poessinger | |
suppress error message: Dec 30 11:44:10 LR1 snmpd[2870]: error on subcontainer 'ia_addr' insert (-1) | |||
2019-12-30 | snmp: T1921: migrate sysvinit default to systemd override file | Christian Poessinger | |
2019-12-30 | snmp: adopt user/group to Debian Buster | Christian Poessinger | |
2019-12-30 | beep: T1920: run after vyos.target | Christian Poessinger | |
2019-12-30 | options: T1919: check file existance before os.unlink() | Christian Poessinger | |
2019-12-30 | beep: T1920: migrate to systemd unit | Christian Poessinger | |
2019-12-30 | Merge remote-tracking branch 'upstream/current' into T1514 | zsdc | |
2019-12-30 | options: T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |
2019-12-30 | Merge pull request #194 from DmitriyEshenko/l2tp_fix_on | Christian Poessinger | |
l2tp: T1858: Delete deprecated outside-nexthop |