diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-09-28 15:39:01 +0200 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-10-05 14:05:31 +0200 |
| commit | d56afe53aa57b205936d64a394acde19e9280c0d (patch) | |
| tree | 3363370f89eb8812792cf9444dd96dfe57b0a96c /isisd/isis_circuit.h | |
| parent | 215eccb0b8e7e19e6796cb945fba7c5f27bbee47 (diff) | |
isisd: Add a hook when writing interface config
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_circuit.h')
| -rw-r--r-- | isisd/isis_circuit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index 02abbb49ad..e83424a4ad 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -193,4 +193,8 @@ ferr_r isis_circuit_passwd_hmac_md5_set(struct isis_circuit *circuit, int isis_circuit_mt_enabled_set(struct isis_circuit *circuit, uint16_t mtid, bool enabled); +DECLARE_HOOK(isis_circuit_config_write, + (struct isis_circuit *circuit, struct vty *vty), + (circuit, vty)) + #endif /* _ZEBRA_ISIS_CIRCUIT_H */ |
