]> git.ipfire.org Git - thirdparty/bird.git/commit
filter: Allow assigning enums into extended attributes
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 5 Sep 2017 13:50:00 +0000 (15:50 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 20 Sep 2017 13:36:54 +0000 (15:36 +0200)
commit5a8b1fb047d675badc17ab24175d0db06d7cc00c
tree7360a432d8310bd5d7142125105c241457a3adc2
parentcd1d99611e445c9fe2452d05627ccfc624f35c39
filter: Allow assigning enums into extended attributes

They are internally ints, but they got refused as a wrong type. This
fixes setting of the BGP origin and is also needed for RA.
filter/filter.c