Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yangdump does not generate handlers #43

Open
Proklink opened this issue Apr 5, 2024 · 0 comments
Open

yangdump does not generate handlers #43

Proklink opened this issue Apr 5, 2024 · 0 comments

Comments

@Proklink
Copy link

Proklink commented Apr 5, 2024

Hello, i have yang file with something like this content

grouping  foo-grouping {

        container foo {
            container config {
                presence "Configure foo";
                
                uses foo-config;
            } // END of config-container definition.

            container state {
                config false;
            
                uses foo-config;
            } // END of state-container definition.

            container foo-ports {
            
                uses foo-ports-top;
            } // END of foo-ports-container definition.

            uses evc-top;
        } // END of bridge-container definition.
    } // END of bridge-grouping definition.

    augment /baz:bars/baz:bar {
        when " /baz:bars/baz:bar/baz:type = '2' ";

        uses foo-grouping;
    }

yangdump does not generate handlers (in .c files) for containers foo-ports-top, evc-top, foo-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant