diff options
| author | Russ White <russ@riw.us> | 2021-06-22 09:55:11 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 09:55:11 -0400 | 
| commit | 6d824d6940336878bec1bcb9e0fe7d557d4572c8 (patch) | |
| tree | 79183bf1ae271c52198b47d93bcf0bb96c17d16f /isisd | |
| parent | d550a64cd0300aab2f430b049611d49d5b480b3b (diff) | |
| parent | f5eef2d5a8a471fe6e4ec4f6acfa3dbf190eda5d (diff) | |
Merge pull request #8891 from idryzhov/no-vrf-interface
lib: remove vrf-interface config when removing the VRF
Diffstat (limited to 'isisd')
| -rw-r--r-- | isisd/isisd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c index 7f56903fc9..7e78e0ce69 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -716,6 +716,8 @@ void isis_vrf_init(void)  {  	vrf_init(isis_vrf_new, isis_vrf_enable, isis_vrf_disable,  		 isis_vrf_delete, isis_vrf_enable); + +	vrf_cmd_init(NULL, &isisd_privs);  }  void isis_terminate()  | 
