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

*: vrf northbound callbacks #5987

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0693b0d
yang: add vrf model
chiragshah6 Dec 6, 2019
e095f16
*: add frr-vrf yang module in makefile
chiragshah6 Dec 9, 2019
7d75ef8
Merge pull request #5501 from chiragshah6/yang_nb1
riw777 Dec 17, 2019
cf93250
yang: add vrf model
chiragshah6 Dec 6, 2019
245daf0
*: add frr-vrf yang module in makefile
chiragshah6 Dec 9, 2019
2d2d0ee
Merge branch 'nb_conversions' of https://github.com/FRRouting/frr int…
Feb 4, 2020
87ee53f
yang: add vrf ref to interface model
chiragshah6 Feb 3, 2020
5dd164b
Merge pull request #5751 from chiragshah6/yang_nb1
rwestphal Feb 5, 2020
95f1804
staticd: yang defination
vishaldhingra Dec 3, 2019
f5319ff
lib: yang defination for basic frr-routing
vishaldhingra Dec 11, 2019
a530bfe
lib: FRR next-hop yang data model.
Dec 20, 2019
db727fe
Merge pull request #5578 from Spantik/working_nb
qlyoung Feb 12, 2020
2a9ca11
Merge pull request #5460 from vishaldhingra/static_nb
qlyoung Feb 14, 2020
aa9935c
Merge pull request #5530 from vishaldhingra/common_nb
qlyoung Feb 14, 2020
6514ce8
yang: add vrf model
chiragshah6 Dec 6, 2019
5b15a51
*: add frr-vrf yang module in makefile
Feb 20, 2020
ee8ac97
yang: add vrf ref to interface model
chiragshah6 Feb 3, 2020
97928ec
lib: FRR next-hop yang data model.
Dec 20, 2019
8f8cac6
staticd: yang defination
vishaldhingra Dec 3, 2019
2aa6fcc
lib: yang defination for basic frr-routing
vishaldhingra Dec 11, 2019
3e31357
Merge branch 'nb_conversions' of https://github.com/FRRouting/frr int…
Feb 20, 2020
c590694
yang: add vrf model
chiragshah6 Dec 6, 2019
2884b53
*: add frr-vrf yang module in makefile
Feb 20, 2020
745d694
yang: add vrf ref to interface model
chiragshah6 Feb 3, 2020
1dc094d
lib: FRR next-hop yang data model.
Dec 20, 2019
3cd3efe
staticd: yang defination
vishaldhingra Dec 3, 2019
30144e1
lib: yang defination for basic frr-routing
vishaldhingra Dec 11, 2019
84b5d31
Merge branch 'nb_conversions' of https://github.com/FRRouting/frr int…
Mar 10, 2020
096409c
*: include vrf northbound module in init
chiragshah6 Mar 11, 2020
4495296
lib: vrf northbound callbacks
chiragshah6 Mar 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
*: add frr-vrf yang module in makefile
lib: Adding frr-vrf yang module to common place
so it can be accessed from all frr modules.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
  • Loading branch information
chiragshah6 authored and Santosh P K committed Feb 4, 2020
commit 245daf032e21ca2c840c20c308c103e44192d33f
1 change: 1 addition & 0 deletions lib/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ lib_libfrr_la_SOURCES = \
nodist_lib_libfrr_la_SOURCES = \
yang/frr-interface.yang.c \
yang/frr-route-types.yang.c \
yang/frr-vrf.yang.c \
yang/ietf/ietf-routing-types.yang.c \
yang/frr-module-translator.yang.c \
# end
Expand Down
1 change: 1 addition & 0 deletions yang/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ EXTRA_DIST += yang/embedmodel.py
dist_yangmodels_DATA += yang/frr-module-translator.yang
dist_yangmodels_DATA += yang/frr-test-module.yang
dist_yangmodels_DATA += yang/frr-interface.yang
dist_yangmodels_DATA += yang/frr-vrf.yang
dist_yangmodels_DATA += yang/frr-route-types.yang
dist_yangmodels_DATA += yang/ietf/ietf-routing-types.yang

Expand Down