Yang 1.1 action syntax added (but function is not supported)

This commit is contained in:
Olof hagsand 2018-10-10 22:27:46 +02:00
parent 52021c3856
commit 507e03742d
5 changed files with 29 additions and 2 deletions

View file

@ -57,7 +57,8 @@
* - Cant use the symbols in this file because yacc needs token definitions
*/
enum rfc_6020{
Y_ANYXML = 0,
Y_ACTION = 0,
Y_ANYXML,
Y_ARGUMENT,
Y_AUGMENT,
Y_BASE,