Bonding dont't work on VyOS 1.2-rolling-201909120338

On VyOS 1.2-rolling-201909120338 when I add configuration for bonding

  bonding bond1 {
         description LAC_DHCP
    +    member {
    +        interface eth2
    +        interface eth3
    +    }
    +    mode 802.3ad
    +    mtu 9000
     }

 ethernet eth2 {
     hw-id 00:1b:21:5b:9c:3c
 }
 ethernet eth3 {
     hw-id 00:1b:21:5b:9c:3d
 }

With this configuration after commit I see

vyos@vyos# commit
[ interfaces bonding bond1 ]
PermissionError: [Errno 13] Permission denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/interface-bonding.py", line 466, in <module>
    apply(c)
  File "/usr/libexec/vyos/conf_mode/interface-bonding.py", line 358, in apply
    b.arp_interval = bond['arp_mon_intvl']
  File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 1139, in arp_interval
    .format(self._ifname), time)
  File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 147, in _write_sysfs
    f.write(str(value))
PermissionError: [Errno 13] Permission denied

[[interfaces bonding bond1]] failed
Commit failed

Please ope n a bug report https://phabricator.vyos.net/.

Already done. Thank you.

@sever, it solved in last rolling release.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.