Hi Paul,
> I could see a use for having an API call that populates the properties of an
> IntEnum.
Are you thinking of the language or specifically about the Python binding?
In the language there is already enum support:
typedef u8 ip4_address[4];
typedef u8 ip6_address[16];
enum address_fam
Hi Ole.
I could see a use for having an API call that populates the properties of an
IntEnum.
Paul
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11520): https://lists.fd.io/g/vpp-dev/message/11520
Mute This Topic: https://lists.fd.io/mt/2861011
On Wed, Dec 5, 2018 at 6:04 AM Ole Troan wrote:
> All,
>
Hi Ole,
> Here is an update on API progress.
>
> In the long process of making types in the API language more explicit I
> have a few changes merged and a few in the pipeline:
>
Hooray!
> - Type aliases. Previously any new user define