Is it possible to configure OSPF stub network by giving the interface as parameter instead of the prefix? E.g. current syntax is
area {
stubnet prefix;
}
But can it be stated as interface instead of prefix so that if the interface address changes I don't need to update my configuration file?