Page MenuHomeVyOS Platform
Feed Advanced Search

Aug 11 2018

dmbaturin triaged T772: Make it possible to pass custom arguments to VRRP transition scripts as High priority.
Aug 11 2018, 8:24 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Aug 9 2018

dmbaturin added a comment to T427: Wireguard support.

if the interface gets delete from the config, the wg device gets deleted from the OS and all its routes

This is exactly the reason why "set protocols static ..." commands use zebra instead of pushing routes directly to the kernel with iproute2. Zebra takes care of interfaces going up and down and reinstalls the routes when needed.

Aug 9 2018, 11:15 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin updated subscribers of T427: Wireguard support.

Now, is that suppose to happen automatically ( i can include it in the wireguard.py script), or is it supposed to be setup via 'set static proto ...'? What would be the better way?

If wireguard cannot create routes on its own, I believe we should leave route setup to the user. Doing it automatically when it's not actually supported is a very leaky abstraction.

Aug 9 2018, 10:01 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Aug 6 2018

dmbaturin renamed T768: Wrong path to ss in multiple scripts from Wrong path to ss and ip in multiple scripts to Wrong path to ss in multiple scripts.
Aug 6 2018, 3:12 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin renamed T768: Wrong path to ss in multiple scripts from Wrong path to ss and ip in op mode scripts scripts to Wrong path to ss and ip in multiple scripts.
Aug 6 2018, 3:08 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin renamed T768: Wrong path to ss in multiple scripts from Wrong path to ss in "run show system connections" scripts to Wrong path to ss and ip in op mode scripts scripts.
Aug 6 2018, 2:44 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin triaged T768: Wrong path to ss in multiple scripts as High priority.
Aug 6 2018, 2:37 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Aug 4 2018

dmbaturin merged task T415: Beta ISO VTI Tunnel into T628: StrongSwan requires configuration change for proper routing over VTI..
Aug 4 2018, 10:28 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin merged T415: Beta ISO VTI Tunnel into T628: StrongSwan requires configuration change for proper routing over VTI..
Aug 4 2018, 10:28 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T754: Enable DNSSEC in DNS forwarder, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux.
Aug 4 2018, 8:50 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T677: Build ppp 2.4.7 with patches for interface renaming support as Resolved.

Works now, though I need to discuss the pull requests with PPP maintainers.

Aug 4 2018, 8:49 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T678: PPPoE client doesn't start after upgrade to ppp 2.4.7 as Resolved.

Should be working now.

Aug 4 2018, 8:49 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T668: Double bind mount of /config makes files in /config and /opt/vyatta/etc/config go out of sync.

I believe I've fixed it, though feedback won't harm.

Aug 4 2018, 8:48 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T698: Change broke bridging as Resolved.

Closing for now then, let's reopen if needed, or make a separate task for bridging openvpn with new interface types.

Aug 4 2018, 8:20 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc3)
dmbaturin renamed T710: Move the contents of the vyatta-util package to vyatta-cfg from Move the contents of the vyatta-util package to vyatta-cfg-system to Move the contents of the vyatta-util package to vyatta-cfg.
Aug 4 2018, 8:19 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T710: Move the contents of the vyatta-util package to vyatta-cfg as Resolved.
Aug 4 2018, 8:19 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T712: Simplify building VyOS images with custom packages as Resolved.
Aug 4 2018, 8:18 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T760: Allow named interfaces.

@mb300sd The reason we do not allo arbitrary names is that there's no easy way to find out exact interface type, so we forced them to begin with eth, br, tun etc. so that scripts can find out what it is and filter only compatible interfaces.
Relaxing the requirements to "starts with keyword" like eth-lan or tun-office would be an interesting idea, but I'm afraid only in the long run, since a number of scripts have regexes like eth\d+ hardcoded in them and it will take time to clean up.

Aug 4 2018, 8:14 PM · VyOS 1.5 Circinus
dmbaturin closed T749: Create a library with common initial setup functions that we can use in installation and virtual/cloud platform first boot scripts as Resolved.
Aug 4 2018, 8:10 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin renamed T616: Migrate to keepalived 2.x (including IPv6 VRRP) from Migrate to keepalived 1.3.x (including IPv6 VRRP) to Migrate to keepalived 2.x (including IPv6 VRRP).
Aug 4 2018, 8:09 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T666: Define new VRRP syntax as Resolved.
Aug 4 2018, 8:09 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T666: Define new VRRP syntax, a subtask of T616: Migrate to keepalived 2.x (including IPv6 VRRP), as Resolved.
Aug 4 2018, 8:09 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T757: Rewrite 'service dns dynamic' in new XML style format, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux.
Aug 4 2018, 8:08 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin renamed T668: Double bind mount of /config makes files in /config and /opt/vyatta/etc/config go out of sync from /config/config.boot gets out of sync with /opt/vyatta/etc/config/config.boot to Double bind mount of /config makes files in /config and /opt/vyatta/etc/config go out of sync.
Aug 4 2018, 7:03 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T255: Add curly config renderer as Resolved.

The renderer works now (for a long time already, even), so it's time to close this task finally. ;)

Aug 4 2018, 7:01 PM · VyOS 2.0.x, VyConf
dmbaturin closed T727: Add support for pre-config script as Resolved.
Aug 4 2018, 7:00 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T629: Migration scripts insert "commit-revisions 20" into system config-management even if commit-revisions option is already present as Resolved.
Aug 4 2018, 6:57 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T629: Migration scripts insert "commit-revisions 20" into system config-management even if commit-revisions option is already present, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux.
Aug 4 2018, 6:57 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T765: vyos.configtree config formatter outputs formerly escaped characters literally.
Aug 4 2018, 5:42 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Aug 2 2018

dmbaturin triaged T764: Minimum disk size requirement set by the installer is too small to be practical as Normal priority.
Aug 2 2018, 9:50 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 31 2018

dmbaturin added a comment to T427: Wireguard support.

@UnicronNL @hagbard Please do not use that package! I've inspected it, and it's below any reasonable standards!

Jul 31 2018, 8:53 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 28 2018

dmbaturin updated the task description for T689: Converting simple op-mode commands from vyatta-op to new syntax.
Jul 28 2018, 6:57 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T755: QinQ is not setting ethertype.
Jul 28 2018, 7:44 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 26 2018

dmbaturin updated the task description for T666: Define new VRRP syntax.
Jul 26 2018, 1:51 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 24 2018

dmbaturin added a comment to T666: Define new VRRP syntax.

One note: I'm removing the "firewall" option. First, it's only relevant for RFC-compliant VRRP, and there's no checking for it. Second, it has no advantages over assigning the firewall directly to the parent interface in any case.
Third, it was implemented inconsistently: ethernet VIFs and non-ethernet interfaces (e.g. bond) lack it.

Jul 24 2018, 7:30 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 23 2018

dmbaturin triaged T753: Adopt a new branch/release naming scheme? as Normal priority.
Jul 23 2018, 9:35 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 21 2018

dmbaturin added a comment to T500: arp_filter blocks ARPs for VRRP virtual addresses in 1.2.x.

For the reference: https://github.com/acassen/keepalived/blob/master/doc/NOTE_vrrp_vmac.txt

Jul 21 2018, 9:00 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T500: arp_filter blocks ARPs for VRRP virtual addresses in 1.2.x.

Does the problem also exist with the other kind of VRRP?

Jul 21 2018, 2:36 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T500: arp_filter blocks ARPs for VRRP virtual addresses in 1.2.x.

I'd need to check.

Jul 21 2018, 12:57 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 20 2018

dmbaturin added a comment to T750: Hostname defaults to "debian" after applying rolling update.

There was one or two 1.2.0 images that did have a hostname problem due to a problem in the new implementation of the system host-name command, but I fixed it. I wonder if your problem might be carried over from one of those images.

Jul 20 2018, 11:11 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T750: Hostname defaults to "debian" after applying rolling update.

Could you try updating some test machine from 1.1.8?

Jul 20 2018, 10:48 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T750: Hostname defaults to "debian" after applying rolling update.

You get this when you upgrade from a previous rolling release, or from 1.1.8? If the former, which one?

Jul 20 2018, 10:43 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 17 2018

dmbaturin triaged T749: Create a library with common initial setup functions that we can use in installation and virtual/cloud platform first boot scripts as High priority.
Jul 17 2018, 11:31 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 11 2018

dmbaturin added a comment to T740: User UID not properly set when add/deleting users.

Should we delete user home dirs when deleting a user then?

Jul 11 2018, 8:05 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)

Jul 10 2018

dmbaturin added a comment to T696: Rewrite conntrack sync to XML.

I think new version should still be able to sync with the old versions, since people will be upgrading routers in their HA pairs one by one, and loss of functionality during upgrades isn't a very nice situation.

Jul 10 2018, 11:07 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a comment to T696: Rewrite conntrack sync to XML.

@hagbard Migration scripts are no longer that much of a problem (though they still need to be carefully written). See http://blog.vyos.net/writing-migration-scripts-and-manipulating-vyos-config-files-outside-vyos-just-got-easier

Jul 10 2018, 8:10 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a comment to T666: Define new VRRP syntax.

https://github.com/vyos/vyos-1x/blob/new-vrrp/interface-definitions/vrrp.xml The new syntax draft.

Jul 10 2018, 6:56 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 5 2018

dmbaturin added a comment to T734: Restart dns forwarding broken?.

That's my punishment for the sin of only testing op mode commands from conf mode.

Jul 5 2018, 3:46 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 3 2018

dmbaturin created T728: Do not reference vyatta in the name of the postconfig script.
Jul 3 2018, 10:07 AM · VyOS 1.2 Crux (VyOS 1.2.0-EPA3), VyOS-1.2.0-GA
dmbaturin triaged T727: Add support for pre-config script as Normal priority.
Jul 3 2018, 9:51 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 29 2018

dmbaturin triaged T723: Add support for first boot or installation time saved config modification as Normal priority.
Jun 29 2018, 10:31 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 26 2018

dmbaturin triaged T712: Simplify building VyOS images with custom packages as Normal priority.
Jun 26 2018, 12:00 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 24 2018

dmbaturin triaged T710: Move the contents of the vyatta-util package to vyatta-cfg as Normal priority.
Jun 24 2018, 3:06 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T146: 'show system image' odd behavior when console is ttyS1 as Resolved.

The pull request was merged.

Jun 24 2018, 12:02 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 23 2018

dmbaturin created T709: FRR testing and migration.
Jun 23 2018, 7:03 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 22 2018

dmbaturin added a comment to T689: Converting simple op-mode commands from vyatta-op to new syntax.

@runar Found an issue: show-raid.xml refers to ${vyos_op_scripts_dir}/show_raid.sh file, but that file does not exist.

Jun 22 2018, 10:30 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T707: Do not use sudo by default for op mode commands.
Jun 22 2018, 10:24 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T706: sh version failed as Resolved.

Yes, it's been fixed a while ago.

Jun 22 2018, 7:12 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 21 2018

dmbaturin added a parent task for T704: Firewall SNMP trap script no longer works: T652: Rewrite service snmp in new style XML interface definition.
Jun 21 2018, 10:34 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a subtask for T652: Rewrite service snmp in new style XML interface definition: T704: Firewall SNMP trap script no longer works.
Jun 21 2018, 10:34 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T704: Firewall SNMP trap script no longer works.
Jun 21 2018, 10:33 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T427: Wireguard support.

@c-po I've rebuilt those newer packages from source (typically by using apt-get source). Due to different libc and all they indeed cannot be installed directly.

Jun 21 2018, 8:52 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 20 2018

dmbaturin closed T669: Get rid of intfwatchd and set the net.ipv6.conf.default.keep_addr_on_down sysctl option to 1 by default as Resolved.
Jun 20 2018, 2:56 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T636: Show VRRP leads to warning message as Resolved.
Jun 20 2018, 2:23 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin closed T684: Rewrite the config to set commands convertor as Resolved.

Appears to work fine now.

Jun 20 2018, 2:22 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T696: Rewrite conntrack sync to XML.

@hagbard If rewrite can be done in a reasonable time (days to a couple of weeks), I think trying to clean up old code is more trouble than it's worth.
With big stuff that cannot be easily rewritten, it may be worthwhile.

Jun 20 2018, 12:06 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 19 2018

dmbaturin added a comment to T696: Rewrite conntrack sync to XML.

@hagbard If you are working on it, by all means, assign it to yourself. We do not have a formal assignment policy, it's more like "I'm working on it" flag for coordination.

Jun 19 2018, 8:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a comment to T689: Converting simple op-mode commands from vyatta-op to new syntax.

@runar The sudo wrapper is mostly due to the fact that the op mode convertor is largely a clone of the conf mode convertor. This also interfers with operator level users' ability to run anything at all, so this is a good point.
We likely need to switch to adding sudo where needed instead, but we need to test which commands break from it when run by non-admin users.

Jun 19 2018, 7:55 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin changed the status of T700: Add support for VRRP health check script from Open to In progress.
Jun 19 2018, 7:53 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin triaged T700: Add support for VRRP health check script as High priority.
Jun 19 2018, 5:39 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 14 2018

dmbaturin added a parent task for T640: Images no longer work when built without "recommended" packages: T697: Clean up and sanitize package dependencies.
Jun 14 2018, 7:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin added a subtask for T697: Clean up and sanitize package dependencies: T640: Images no longer work when built without "recommended" packages.
Jun 14 2018, 7:35 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin created T697: Clean up and sanitize package dependencies.
Jun 14 2018, 7:35 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jun 8 2018

dmbaturin closed T460: VRRP transition scripts no longer get executed as Resolved.

Seems to work fine now, reopen if necessary.

Jun 8 2018, 7:34 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin updated the task description for T644: Revamp the directory structure.
Jun 8 2018, 5:34 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 7 2018

dmbaturin triaged T688: Move component versions used for config migration purposes into vyos-1x as Normal priority.
Jun 7 2018, 10:56 AM · VyOS 1.3 Equuleus (1.3.0), test

Jun 6 2018

dmbaturin moved T686: 'run show openvpn client-status' is not displaying local tunnel address from Needs Triage to Backlog on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 6 2018, 6:50 AM · Rejected
dmbaturin created T686: 'run show openvpn client-status' is not displaying local tunnel address.
Jun 6 2018, 6:50 AM · Rejected

Jun 5 2018

dmbaturin triaged T684: Rewrite the config to set commands convertor as Normal priority.
Jun 5 2018, 3:56 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 4 2018

dmbaturin added a comment to T615: DSA-4115-1 quagga -- security update.

@syncer @higebu Yes, stock quagga is missing many things that ours has. We have no choice other than to integrate the patches by hand.

Jun 4 2018, 5:02 PM · Rejected
dmbaturin closed T506: Support CIDR notation in firewall address-group as Invalid.

It was just an error in the help. Someone probably copied it from somewhere else (e.g. the address option of firewall rules) and forgot to edit.

Jun 4 2018, 12:52 PM · Invalid
dmbaturin added a comment to T679: SNMPv3 TSM is no longer supported by net-snmp.

Interesting. Perhaps the config format has changed in newer versions? What do the docs say?

Jun 4 2018, 3:43 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 3 2018

dmbaturin moved T678: PPPoE client doesn't start after upgrade to ppp 2.4.7 from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 3 2018, 9:39 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T677: Build ppp 2.4.7 with patches for interface renaming support from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 3 2018, 9:39 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T676: 'run show vpn remote-access' no longer works..

After installing pppd from T677, it seems to work again.

Jun 3 2018, 9:25 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T678: PPPoE client doesn't start after upgrade to ppp 2.4.7.
Jun 3 2018, 9:07 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin created T677: Build ppp 2.4.7 with patches for interface renaming support.
Jun 3 2018, 9:04 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T676: 'run show vpn remote-access' no longer works..

Found the issue. First, renaming is hadled in a pre-up script that was in the ppp package rather than vyatta-ravpn, so it is not included in 1.2.0.

Jun 3 2018, 6:25 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T676: 'run show vpn remote-access' no longer works. from Need Triage to In Progress on the VyOS 1.2 Crux board.
Jun 3 2018, 4:20 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T460: VRRP transition scripts no longer get executed from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 3 2018, 4:17 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T460: VRRP transition scripts no longer get executed, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux.
Jun 3 2018, 4:17 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin added a comment to T460: VRRP transition scripts no longer get executed.

State files are updated properly after keepalived upgrade, no need for this workaround anymore.

Jun 3 2018, 4:17 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T671: Identify and remove dead code from Need Triage to Wishlist on the VyOS 1.2 Crux board.
Jun 3 2018, 3:44 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
dmbaturin moved T656: Rewrite wirelessmodem in new style XML interface definition from Need Triage to Wishlist on the VyOS 1.2 Crux board.

When we get to it, we should also get rid of built-in support for a handful of north american wireless providers (which is likely very out of date by now) and add support for custom connection strings etc.

Jun 3 2018, 3:43 AM · VyOS 1.3 Equuleus
dmbaturin assigned T599: Bind NTP service to specific interface to c-po.
Jun 3 2018, 3:38 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T599: Bind NTP service to specific interface, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux, VyConf.
Jun 3 2018, 3:38 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T674: IPsec script neither sets a default DH group for IKE nor warns that it should be set from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 3 2018, 3:37 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin edited projects for T674: IPsec script neither sets a default DH group for IKE nor warns that it should be set, added: VyOS 1.2 Crux (VyOS 1.2.0-rc1); removed VyOS 1.2 Crux.
Jun 3 2018, 3:36 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
dmbaturin moved T661: Show a warning if the router is going to reboot soon (due to "commit-confirm" command) from Need Triage to Wishlist on the VyOS 1.2 Crux board.
Jun 3 2018, 3:00 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin moved T636: Show VRRP leads to warning message from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.0-rc1) board.
Jun 3 2018, 2:58 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)